You want to automate the installation of the EventMaster Client, and need to know the command line parameters that will allow a silent installation.
All of our installation programs come as .exe files. You can use WinZip to extract the contents into a directory.
Once extracted, the EventMaster Client setup program is a Windows Installer MSI file. Here are the parameters required to install it silently:
msiexec /i EventMasterClient.msi MESSAGEMASTERSERVER=server TARGETDIR="installDir" /L*v logFile /qn
Parameter values:
If any of your parameter values contain a space, they must be enclosed in quotes, e.g. PARAMETER="Joe Smith".