NOTES CLIENT INSTALLATION AND SMART UPGRADE


Using transform files for end-user installations
After creating a transform file, you can use that file for end-user client installations.

To apply a transform

This section contains two sets of instructions. The first set explains how to apply a transform file for a user interface (UI) installation -- that is, an installation that presents a user interface. The second set explains how to apply a transform file for a silent install -- that is, an installation that does not present a user interface and therefore does not require any user interaction. There is also a section on using a batch file to launch the command.

For installations using the transform file (and for silent installations) using the msiexec commands, the network installation should not be the first installation of IBM® Lotus® Notes® that you perform unless you are certain that all of the client workstations contain the Microsoft® Windows® Installer Service.

Note The command line path is the default installation path or the path for the transform file.

User interface (UI) installation

In this example, the "progdir" parameter and the "datadir" parameter are used to overwrite the default settings designated by the transform file.

1. Change to the install directory that contains both the Lotus Notes 8.0.msi and the transform, *.mst, files.

2. Do one of these:


Applying a transform to a silent installation

3. Change directory to the install directory that contains both the Lotus Notes 8.0.msi and the transform, *.mst, files.

4. Do one of these:


For more information on silent installations, see Automating client installation.

Using a batch file to deploy command line options when applying a transform file

You can also create a batch file that the user launches to start the command. A sample batch file is shown below:

Sample batch file


Using the SETUP.INI file setting to apply one transform file to all client installs

Use a setting in the SETUP.INI file in the install directory to apply one transform file to all installs. Using this method prevents the end user from having to enter a command line parameter or from using a batch file.

Modify the command line in the SETUP.INI to read as follows:


The transform file is applied when SETUP.EXE is launched.

See also