Specifications
Lotus Redbooks Wiki – IBM Lotus Notes and Domino V8.5 Deployment Guide
76
•
Domino Installation Package as it was downloaded from passport advantage without extracting it.
(C1SP7EN.exe, is Lotus Domino 8.5 Engl. Windows 32 Bit).
• Response file
• Any additional fix pack that you want to apply (For example, CZ344EN.exe, is Lotus Domino 8.5
Fixpack1).
For an unattended Domino Server installation, use the following command line syntax:
<DOMINOPACKAGE> -d -s -a -silent -options "<FULL-PATH-TO-RESPONSE-FILE>"
Example:
C:Install85C1SP7EN.exe -d -s -a -silent -options "C:Install85Response.txt"
To automatically apply a fixpack, use the following command line syntax:
<DOMINOFIXPACK> -NOUSER
Example:
C:Install85CZ344EN.exe -NOUSER
When using the example path names above, a batch file to install Domino and apply a fixpack at the same
time could look like this:
@Echo off
ECHO Installation of Domino server code is running in silent mode -
This may take some minutes!
START /B /WAIT C:\Install85\C1SP7EN.exe -d -s -a -silent -options
„C:\Install85\Response.txt"
ECHO Apply the fixpack
START /B /WAIT C:\Install85\CZ344EN.exe -NOUSER
Sample Response File
REM Attention - see IBM Technote http://www-01.ibm.com/support/docview.wss?uid=swg21299484
REM Note: this file needs to be adjusted by adding the Domino Program + Data drive and path
-G licenseAccepted=true
-P installLocation="<YOUR_DOMINO_PROGRAM_DIRECTORY_HERE>"
-W programFiles.isPartitioned=false
-W normalData.installLocationData="<YOUR_DOMINO_DATA_DIRECTORY_HERE>"
-W partitionData.numPartitions=0
-W partitionData.installLocationData0="<YOUR_DOMINO_DATA_DIRECTORY_HERE>0"
-W ExpressSetupTypePanel.selectedSetupTypeId=CollaborationServer
-W SetupTypePanel.selectedSetupTypeId=EnterpriseServer
-P LicenseFeature.active=true