2.4 Silently Installing the Module

To silently (without user intervention) install the module using the default settings, run the following command from the folder in which you saved the module installer:

msiexec.exe /i "AM70-SNMP-7.x.x.0.msi" /qn

where x.x is the actual version number of the module installer.

To create a log file that describes the operations of the module installer, add the following flag to the command noted above:

/L* "AM70-SNMP-7.x.x.0.msi.log"

The log file is created in the folder in which you saved the module installer.

NOTE:To perform a silent install on an AppManager agent running Windows 2008 R2, open a command prompt at the administrative level and select Run as administrator before you run the silent install command listed above.

To silently install the module on a remote AppManager repository, you can use Windows authentication or SQL authentication.

Windows authentication:

AM70-SNMP-7.x.x.0.msi /qn MO_B_QDBINSTALL=1 MO_B_SQLSVR_WINAUTH=1 MO_SQLSVR_NAME=SQL_Server_Name MO_QDBNAME=AM-Repository Name

SQL authentication:

AM70-SNMP-7.x.x.0.msi /qn MO_B_QDBINSTALL=1 MO_B_SQLSVR_WINAUTH=0 MO_SQLSVR_USER=SQL login MO_SQLSVR_PWD=SQL Login Password MO_SQLSVR_NAME=SQL Server Name MO_QDBNAME=AM-Repository Name