(Windows) Server Silent Installation

You can install in silent mode as an alternative to using the interactive installer.

To install the server in silent mode:

  1. Download the installation files.
  2. Create an options file and save as C:/optionsFile.txt (see (Windows) Server Silent Installation Options).
  3. In Windows as a local system user, issue the command:

    cmd /c MicroFocusDA-Server.exe /s /V"/qn /L*vx "%TEMP%\silent-install.log" PROPFILE=\"c:\optionsFile.txt\" "

    Where:

    • "%TEMP%\silent-install.log" is an absolute path to a log file.

    • PROPFILE=\"c:\optionsFile.txt\" is an absolute path to the options file you created in Step 2.

    • You have included the required space between the final two quotes.

For examples of the optionsFile.txt, see (Windows) Server Silent Installation: OptionsFile.txt Examples).