A silent install allows for the installation of a software program by an administrator that requires no end user interaction. You can use the install commands provided below to install the Outlook Add-In and/or the Office Add-In.
To use the silent install, you must understand the Microsoft switches. Momentus Technologies is able to provide guidance for using a silent install but since there are many different tools available for this, Momentus cannot guarantee it to work in your specific setup.
To configure a silent install, locate the extracted Momentus Outlook Add-in.msi file and/or the Momentus Office Add-in.msi file and copy it to a folder on a shared drive or network location accessible from all workstations. The silent install package should look to the appropriate folder for the install files. For example, use the CD command in a batch file to change the directory to the Outlook Add-In folder on a shared drive, then use the Outlook Add-In silent install command.
You cannot store the Outlook and/or Office Add-In install files in the same directory with install files for other Momentus Enterprise applications such as Back Office or Desktop Runtime. You also cannot store different versions of Enterprise applications in the same directory. It is recommended to create separate folders for each Enterprise application and version used for silent installation.
The silent install statements provided use the following convention:
C:\Windows\System32>msiexec.exe /i "C:\install\Ungerboeck Outlook Add-in.msi" /qn
C:\Windows\System32>msiexec.exe /i "C:\install\Ungerboeck Office Add-ins.msi" /qn
If you want a log file you need to add the switch:
C:\Windows\System32>msiexec.exe /i "C:\install\Ungerboeck Outlook Add-in.msi" /qn /lv “C:\install\log.txt”
C:\Windows\System32>msiexec.exe /i "C:\install\Ungerboeck O
Comments
0 comments
Please sign in to leave a comment.