2.4 Silently Installing the Module

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

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

where x.x is the actual version number of the module setup program.

To get the updates provided in this release, upgrade any running Knowledge Script jobs. For more information, see Section 2.14, Upgrading Knowledge Script Jobs.

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

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

The log file is created in the directory in which you saved the module setup program.

NOTE:To perform a silent install on an AppManager agent running Windows Server 2008 R2 or Windows Server 2012, 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-NortelCS-7.x.x.0.msi /qn MO_B_QDBINSTALL=1 MO_B_MOINSTALL=0 MO_B_SQLSVR_WINAUTH=1 MO_SQLSVR_NAME=SQLServerName MO_QDBNAME=AM-RepositoryName

SQL authentication:

AM70-NortelCS-7.x.x.0.msi /qn MO_B_QDBINSTALL=1 MO_B_MOINSTALL=0 MO_B_SQLSVR_WINAUTH=0 MO_SQLSVR_USER=SQLLogin MO_SQLSVR_PWD=SQLLoginPassword MO_SQLSVR_NAME=SQLServerName MO_QDBNAME=AM-RepositoryName