MSI command line options

MSI command line options

Previous page Return to chapter overview Next page

Properties that can be set on the ('Per-machine') msi installation command line:


MASTERADMINCONFIG

Provides the path to the "Shared Configuration Folder" via a Windows Registry Key.

 

Example:

msiexec /i "G:\Mail Manager\MailManager_10_0_xxxx_x64.msi" MASTERADMINCONFIG="G:\Mail Manager"

 


ACTIVATIONKEYID and ACTIVATIONPASSWORD

Allows the activation Key ID and Key password to be set during installation. When Mail Manager subsequently runs the software will attempt to automatically activate if it has access to the internet.

 

Example:

msiexec /i "G:\Mail Manager\MailManager_10_0_xxxx_x64.msi" ACTIVATIONKEYID=12345678  ACTIVATIONPASSWORD=mypasssword

 


An example using all of the command line options:

msiexec /i "G:\Mail Manager\MailManager_10_0_xxxx_x64.msi" MASTERADMINCONFIG="G:\Mail Manager" ACTIVATIONKEYID=12345678 ACTIVATIONPASSWORD=mypasssword