2.4 Silently Installing the Module

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

msiexec.exe /i "AM70-CIM-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-CIM-7.x.x.0.msi.log"

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