Previous Topic Next topic Print topic


Installing Silently

You can install Micro Focus products silently by using command line parameters to specify the installation directory, user information, and which features to install.

To install silently use the following commands:

start /wait install-file.msp /q [parameters]

where install-file for the following products is as follows:

Studio Enterprise Edition
NXP32xxxxxxxx.msp

Examples

  • To install the product in a non-default directory:
    start /wait install-file.exe /s /v"/qn INSTALLDIR=c:\DirectoryName" 
  • To install feature B, which is a child of feature A, from install file InstallFile.exe:
    start /wait install-file.exe /s /v"/qn ADDLOCAL=B,A"
  • To install feature C from the install file install-file.exe:
    start /wait install-file.exe /s /v"/qn ADDLOCAL=C"
  • To install feature DOTNET, from install file install-file.exe:
    start /wait InstallFile.exe /s /v"/qn ADDLOCAL=DOTNET" 
  • To install and specify the log file as c:\install-log.txtfor :
    start /wait install-file.exe /s /v"/qn /l*vx c:\install-log.txt"
  • To install with Serial Number and WO number:
    start /wait install-file.exe /s /v"/qn SERIALNUM=SerialNumber WONUMBER=WONumber"
  • To install the .msp for a WebSync and specify the log file:
    start /wait msiexec.exe /update install-file*.msp /qn /l*v wsinstall.txt
Previous Topic Next topic Print topic