(Windows) Silent Installation

Important

Before you can implement a silent install of the server, you must create and save an optionsFile.txt. For more information, see "(Windows) optionsFile.txt".

To install the server in silent mode:

  1. Download the installation files. For more information, see the section called “Downloading Serena Release Automation”.

  2. Create an options file and save as C:/optiontsFile.txt (see "(Windows) optionsFile.txt").

  3. In Windows, issue the command:

    SerenaRA-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 logfile.

    • 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) Examples: Silent Mode Server Installation".

loading table of contents...