Skip to Main Content
Patch My PC Feature and Application Request

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:

10 VOTE
Status SHIPPED
Categories Application Request
Created by Guest
Created on Jul 18, 2019

LastPass

https://download.cloud.lastpass.com/windows_installer/LastPassInstaller.msi

 

 

 

Available features

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

Parameters

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.

Logging

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

  • Attach files
  • Guest
    Reply
    |
    Aug 3, 2020

    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.

  • Damien Solodow
    Reply
    |
    Sep 24, 2019

    I don't have an older MSI for it, sorry. :(

  • Admin
    Justin Chalfant
    Reply
    |
    Sep 22, 2019

    Please let us know if you have a previous version we can use for testing the upgrade.

  • Admin
    Justin Chalfant
    Reply
    |
    Sep 22, 2019

    Thanks for providing such in-depth details. We will try to review this soon!

  • +2