Forum Discussion
We have an msi file we need to install on mutiple endpoints with out intervention. I've got a script which accesses the msi file on network share successfully. However I need this LogMeIn msi file to automatically answer the 'next' and any prompts in the install process, so the application can automatically be installed.
Does anyone have an example or direction on how to set up the msi file this way?
thanks
- bpl-jeremy7 years agoNew Member
To perform a silent installation connected into your LMI account:
msiexec.exe /i LogMeIn.msi DEPLOYID=%YOUR-DEPLOYMENT-ID% INSTALLMETHOD=5 FQDNDESC=1 /QUIET
*Note: You will need to get the deployment ID from the "Deploy Installation Package" page of your LogMeIn Central account. This does NOT work on Windows 10 Build 1803, for that version of Windows, you cannot use any method of account auto-attach, instead download the generic installer from https://secure.logmein.com/logmein.msi and a silent install can be performed with:
msiexec.exe /i LogMeIn.msi INSTALLMETHOD=5 FQDNDESC=1 /qb