INSTALLING
About this task
Examples of using the msiexec command line statement to install Lotus Notes with or without calling a configured transform are as follows:
msiexec /i "Lotus Notes 8.5.3.msi" /qn TRANSFORMS="custom.mst"
msiexec /i "Lotus Notes 8.5.3.msi" /qn PROGDIR=C:\Test DATADIR=C:\Test\Data TRANSFORMS="custom.mst"
msiexec /i "Lotus Notes 8.5.3.msi" TRANSFORMS="custom.mst"
1. Change to the Notes install directory that contains the install media kit. For example, this is the directory in which the Notes .msi file, setup.exe file, and transform, *.mst file reside.
2. Run the silent install as below:
msiexec /i "Lotus Notes 8.5.3.msi" PROGDIR=C:\Test DATADIR=C:\Test\DataTRANSFORMS="custom.mst"
msiexec /i "Lotus Notes 8.5.3.msi" SETMULTIUSER=1 /qb"
Related tasks Obtaining a tuner and creating a transform file to customize Lotus Notes installation