A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
https://download.cloud.lastpass.com/windows_installer/LastPassInstaller.msi
When selecting features to install, you have to add the selected Feature ID to the ADDLOCAL parameter as a comma separated list. For example to install IE plugin and all the shortcuts, use:
msiexec /quiet /i LastPassInstaller.msi ADDLOCAL=ExplorerExtension,GenericShortcuts,DesktopShortcut
If you do not use the ADDLOCAL parameter, all of the features are going to be installed.
Feature ID | Description |
---|---|
ExplorerExtension | Install the IE plugin |
ChromeExtension | Install the Chrome extension and binary component |
FirefoxExtension | Install the Firefox extension and binary component |
EdgeExtension | Install the Edge extension |
LastpassUwpApp | Install the LastPass UWP application (the one available from MS Store) |
PasswordImporter | Install the Password Importer tool |
GenericShortcuts | Install shortcuts for the vault, help, uninstall and website in the start menu |
DesktopShortcut | Install shortcut for the vault to the desktop |
Updater | Install the automatic updater |
BinaryComponent | Install the binary component for Chrome and Firefox |
Parameter | Description, values |
---|---|
INSTALLDIR | Set the installation directory, give full path. Default is C:\Program Files (x86)\LastPass. Example: INSTALLDIR="C:\LastPass" |
KEEPUSERDATA | If set to 1, then user data is not removed during uninstall. Takes effect with the /x parameter. |
DISABLEIEBROKER | Disable Broker |
UNINSTALLSURVEY | If set to 1, uninstall open the Uninstall Survey. Default value is 0. |
NOLOGGEDOFFJSINJECTION | Do not inject javascript into sites when logged off |
DISABLENOTES | Disable Secure Notes Feature |
DISABLEEXPORT | Disable Export Feature |
DISABLEIMPORT | Disable Import Feature |
DISABLESHARING | Disable Sharing Feature |
DISABLEPRINT | Disable Print Feature |
CID | Specifies the ID of the company, to which the user belongs. Example: CID=1543453455 |
PROXY | Proxy setting for auto-updater. Example: PROXY=http://123.123.123:8080 |
NODISABLEIEPWMGR | If set to 1, does not disable IE password manager. Default is 0, in which case we disable the IE password manager. |
NODISABLECHROMEPWMGR | If set to 1, does not disable Chrome password manager. Default is 0, in which case we disable the Chrome password manager. |
AUTOLOGOFFONCLOSEIE | If set to 1, automatically logs off user if Internet Explorer is closed. |
TRYENABLESIDELOADING | If set to 1, the installer will try to enable sideloading on the machine. Default is 0. |
TRYENABLESIDELOADINGFORINSTALL | If set to 1, the installer will try to enable sideloading on the machine only for the install. Default is 0. |
To enable logging during install you have to 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
If the process succeeded, 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: LogMeIn. Installation success or error status: 0.
The important part here, is the end of the line. The installation success or error status should be 0, otherwise there was an error during installation. To find the error cause, search for the error code, or the word 'error' or 'exception' in the log file.
See more details: Administrator manual
Just an FYI to anyone using this package, I'm 90% sure the FirefoxExtension piece is broken on the FireFix side. I cannot get FireFox to auto-install the LastPass exetension even outside of SCCM/PMPC. Just wanted to let others know.
I don't have an older MSI for it, sorry. :(
Please let us know if you have a previous version we can use for testing the upgrade.
Thanks for providing such in-depth details. We will try to review this soon!