Silent Installation Using Initialization File Processing

In order to ensure that property values and feature installation options designated in the initialization file are not overridden by users or to enhance the ease of installation, you can apply initialization files during silent installations.

To perform a silent installation using initialization file processing, type the following command:
E:\install\PCOMM_pkgs\xxx\install\PCOMM\setup.exe /s /v"/L*v 
	\"%temp%\pcsinst.log\" 
  USEINI=\"C:\Program Files\IBM\Personal Communications\PCOMM.ini\" /qn"

where xxx can be mls, chs, cht or kor depending on the installed PCOMM language.

This process passes the silent installation command-line parameter (/qn) through setup.exe to the MSI package. For more information about setup.exe command-line parameters, see IPWI Command line parameters. This parameter can also be added to commands that use system variables instead of path names.