HELP FILE
Install LastPass Software Using the Admin Console
LastPass Business accounts are provided Windows and Mac installation options for local user installation or automated deployment across the organization. Additionally, LastPass admins can limit features, configure parameters, and/or enable logging when deploying the automated silent installer for Windows.
Please note that LastPass must be installed on each machine in order to be used. If you have a Windows server environment, then you only need to install LastPass on the servers being used. If instead your organization gives each user their own Windows or Mac operating system, then the software will need to be installed on each machine.
Install LastPass for Windows
- Log in and access the Admin Console at https://lastpass.com/company/#!/dashboard.
- Go to in the left menu.
- Customize your installer by using the drop down menus to select one (1) of the following options for each configuration:
Select your platform -
Microsoft Windows
Select installation type -
Manual GUI install: My users will manually install LastPass
-
Automated silent install: My users will have their LastPass install automated for them
-
- Once you have identified your customized configurations, the steps for your installer will appear below.
- Follow the steps outlined to install LastPass in your Windows environment. This includes enabling the LastPass browser extension when prompted the next time you launch each of your web browsers.
FAQs for Windows installers
Can I customize the command line Windows installation?
You can view the command line arguments for each by selecting Windows as the platform, then changing the selections to view the command line output for each selection made.
What is included in the default Windows installer?
- LastPass browser extension and binary component for Chrome
Attention: The Firefox extension is no longer included in the installer due to disabling Sideloading. View additional information here or learn more from Firefox.
- LastPass browser extension for Edge
- LastPass for Windows Desktop App
- Password import feature
- Shortcuts to access your vault, help, uninstall, and website in the Start menu
- Automatic update feature
What features are available for the Automated Silent Installer for Windows?
To select features to install, add the selected Feature ID to the ADDLOCAL parameter as a comma separated list. This example shows how to install the IE plugin and all desktop shortcuts:
msiexec /quiet /i LastPassInstaller.msi ADDLOCAL=ExplorerExtension,GenericShortcuts,DesktopShortcut
To limit installed features, use the ADDLOCAL parameter:
Feature ID | Description |
---|---|
ExplorerExtension | Install the IE plugin |
ChromeExtension | Install the Chrome extension and binary component |
EdgeExtension | Install the Edge extension |
LastpassUwpApp | Install the LastPass UWP application (available from MS Store) |
PasswordImporter | Install the Password Importer tool |
GenericShortcuts | Install start menu shortcuts pointing to the vault, help, uninstall, and website |
DesktopShortcut | Install desktop shortcut pointing to vault |
Updater | Install the automatic updater |
BinaryComponent | Install the binary component for Chrome |
What parameters can be configured for the Windows installer?
Parameter | Description/Values |
---|---|
INSTALLDIR | Set the installation directory, give full path. Default is C:\Program Files (x86)\LastPass. Example: INSTALLDIR="C:\LastPass" |
KEEPUSERDATA | If value is set to 1, then user data is not removed during uninstall. Takes effect with the /x parameter. |
DISABLEIEBROKER | Disable Broker |
UNINSTALLSURVEY | If value is set to 1, uninstall opens the Uninstall Survey. Default value is 0. |
NOLOGGEDOFFJSINJECTION | Do not inject javascript into sites when logged off |
DISABLENOTES | Disable secure notes feature |
DISABLEVAULT | Disable vault feature |
DISABLEEXPORT | Disable export feature |
DISABLEIMPORT | Disable import feature |
DISABLESHARING | Disable sharing feature |
DISABLEPRINT | Disable print feature |
PROXY | Proxy setting for auto-updater. Example: PROXY=http://123.123.123:8080 |
DONOTKILLONUPDATE | If value is set to 1, LastPass won't kill the IE browser when an update occurs. |
NODISABLEIEPWMGR | If value is set to 1, LastPass does not disable the IE password manager. Default value is 0, which disables the IE password manager. |
NODISABLECHROMEPWMGR | If value is set to 1, does not disable Chrome password manager. Default value is 0, which disables the Chrome password manager. |
TRYENABLESIDELOADING | If value is set to 1, the installer will try to enable sideloading on the machine. Default value is 0. |
TRYENABLESIDELOADINGFORINSTALL | If value is set to 1, the installer will try to enable sideloading on the machine only for the install. Default value is 0. |
What is Sideloading?
According to Microsoft, the Sideload apps setting is described as, "...typically used by companies or schools that need to install custom apps on managed devices without going through the Microsoft Store, or anyone else who needs to run apps from non-Microsoft sources. In this case, it's common for the organization to enforce a policy that disables the UWP apps setting." Learn more about enabling Sideloading for LastPass.
How do I enable logging?
To enable logging during install, use /l*v -filename- parameter. For example:
msiexec /quiet /l*v log.txt /i LastPassInstaller.msi
This also works during uninstall:
msiexec /quiet /l*v log.txt /x LastPassInstaller.msi
Upon success, a similar line appears at the end of the logfile:
MSI (s) (94:C4) [16:45:06:919]: Windows Installer installed the product. Product Name: LastPass.
Product Version: 4.24.0.568. Product Language: 1033. Manufacturer: LastPass. Installation success or error status: 0.
Look closely at the end of the line. Unless error status is 0, there was an error during installation. To troubleshoot, search for the error code or the word 'error' or 'exception' in the log file.
Install LastPass for Mac
- Log in and access the Admin Console at https://lastpass.com/company/#!/dashboard.
- Go to in the left menu.
- Customize your installer by using the drop down menus to select 1 of the following options for each configuration:
Platform -
macOS
Installation type -
Manual GUI install: My users will manually install LastPass
-
Automated silent install: My users will have their LastPass install automated for them
-
- Once you have identified your customized configurations, the steps for your installer will appear below.
- Follow the steps outlined for your chosen installation method to install LastPass in your Mac environment.