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:
-
Download the installation files. For more information, see the section called “Downloading Serena Release Automation”.
-
Create an options file and save as
C:/optiontsFile.txt
(see "(Windows) optionsFile.txt"). -
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".