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, from the setup folder of your Micro Focus product CD, use the following commands:
start /wait install-file.exe /s /v"/qn [parameters]"
reUZE Developer
start /wait Sentinel_setup.exe /s /v"/qn ADDLOCAL=ServerInstaller"
start /wait NDP3260*.exe /s /v"/qn [parameters]"
reUZE Server
For 32-bit: start /wait vcredist_x86.exe /q
For 64-bit: start /wait vcredist_x64.exe /q
start /wait Sentinel_setup.exe /s /v"/qn ADDLOCAL=ServerInstaller"
start /wait NSP3260*.exe /s /v"/qn [parameters]"
A silent installation creates a log file in the folder %temp%\LogFilename by default. To change the location, use the /l parameter on your Setup command line and specify the path and file name, for example: /l*v drive:\path\LogFilename. If the log file created ends with a "completed successfully" message, the silent install was successful.
Notes:
You can override the default installation folder using the INSTALLDIR parameter: INSTALLDIR=path
Note: Not all of the following examples apply to all products. InstallFile refers to the installation file of the product you are installing, for example: CBP32xxxxxxxx, NXP32xxxxxxxx, or RVP32xxxxxxxx
start /wait InstallFile.exe /s /v"/qn" start /wait InstallFile.exe /s /v"/qn INSTALLDIR=c:\DirectoryName"
start /wait InstallFile.exe /s /v"/qn /l*vx c:\install-log.txt"start /wait Installfile.exe /s /v"/qn SERIALNUM=SerialNumber WONUMBER=WONumber"
start /wait InstallFile.exe /s /v"/qn SERIALNUM=SerialNumber LICENSENUM=LicenseNumber DATABASEDIR=DatabasePath"
start /wait msiexec.exe /update InstallFile*.msp /qn /l*v wsinstall.txt