INSTALLING
About this task
Examples of using the msiexec command line statement to install Notes with or without calling a configured transform are as follows:
msiexec /i "IBM Notes 9.0 Social Edition.msi" /qn TRANSFORMS="custom.mst"
msiexec /i "IBM Notes 9.0 Social Edition.msi" /qn PROGDIR=C:\Test DATADIR=C:\Test\Data TRANSFORMS="custom.mst"
msiexec /i "IBM Notes 9.0 Social Edition.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:
msiexec /i "IBM Notes 9.0 Social Edition.msi" PROGDIR=C:\Test DATADIR=C:\Test\DataTRANSFORMS="custom.mst"
msiexec /i "IBM Notes 9.0 Social Edition.msi" SETMULTIUSER=1 /qb"
Related tasks Obtaining a tuner and creating a transform file to customize Notes installation