Silent Install

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]"
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:

  1. The log filename and folder name cannot contain spaces.
  2. The log file folder must exist before beginning the silent install.

You can override the default installation folder using the INSTALLDIR parameter: INSTALLDIR=path

Directory Considerations
Examples

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