INSTALLATION

Using silent server installation to install Domino on Windows systems
Use Domino's silent server installation to install local or remote servers without any intervention during the installation process. There is no need to monitor the installation or to provide additional input through the typical installation dialog boxes.

Before running Domino's silent server install on a Windows system, do the following:

Silent Server Install on Win32 systems

There are two steps to running a silent server install.

1. Create or record the response file, which contains the installation configuration information.

2. Run the install in "playback mode," referencing the response file.

Creating the response file

A typical (non-silent) install uses dialog boxes to receive input from you during installation. The silent (automated) server install receives input from the InstallShield Silent Response File (*.iss) and does not prompt you for input. This response file is a plain text file consisting of sections containing data entries. The file format resembles that of an *.ini file. You can create the ISS response file manually or by recording a server install which is then saved in the response file.

To record a response file

Run the server install with the command line parameter -r as shown below:


InstallShield records your installation choices in the file SETUP.ISS and places the file in the folder C:\WINNT. The installer's dialog box functions are designed to write values into SETUP.ISS when SETUP.EXE is run with the -r switch.

Running the Silent Server Install on Win32 Systems

When the response file has been created, perform the silent install of the Domino server.

1. Copy the file SETUP.ISS into the folder that contains the file SETUP.EXE.

2. Launch the server install with one of the three command line parameters shown in the table below.
Command line parameter and switchExamples
To run the basic silent server install, use the parameter -ssetup.exe -s
To view a progress bar during the installation, use the -pb switch.setup.exe -pb -s
To specify an alternate location and a response file name (.iss file), use the -f1 option switch. If this switch is used, the response file is read from the folder/file specified by <path\ResponseFile>.setup.exe -s -f1<path\ResponseFile>

The Log File

With the exception of the progress bar, no messages are displayed during the silent server install. Instead, the log file, SETUP.LOG, captures install information and error messages, including whether the setup was successful. The default location of SETUP.LOG is the same as that of the response file, SETUP.ISS. You can review SETUP.LOG to determine installation results.

To specify an alternate location and name for SETUP.LOG, use the -f2 option switch as shown below:


SETUP.LOG contains the following three sections: