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\ZIEWin_pkgs\xxx\install\ZIEWin\setup.exe /s /v"/L*v 
	\"%temp%\pcsinst.log\" 
  USEINI=\"C:\Program Files\HCL\ZIE for Windows\ZIEWin.ini\" /qn"

where xxx is mls.

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.