MASTERADMINCONFIG
Provides the path to the "Shared Configuration Folder" via a Windows Registry Key.
Example:
msiexec /i "J:\28Hands\28Hands_MailManager_8_0_3930_x64.msi" MASTERADMINCONFIG="J:\28Hands"
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 "J:\28Hands\28Hands_MailManager_8_0_3930_x64.msi" ACTIVATIONKEYID=12345678 ACTIVATIONPASSWORD=mypasssword
msiexec /i "J:\28Hands\28Hands_MailManager_8_0_3930_x64.msi" MASTERADMINCONFIG="J:\28Hands" ACTIVATIONKEYID=12345678 ACTIVATIONPASSWORD=mypasssword