KB00008: Silent Installation of EventMaster Client

Description

You want to automate the installation of the EventMaster Client, and need to know the command line parameters that will allow a silent installation.

Resolution

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".

Applies To

Did this help?

Yes
No, not what I was
      looking for...
No, it was missing info...
No, it was wrong...

Comment (Anonymous):