NOTES CLIENT INSTALLATION AND UPGRADE


Installing Notes basic configuration on a USB drive
Use this procedure to install IBMŸ LotusŸ NotesŸ basic configuration on your supported USB drive.

Installation and use of Notes on a USB drive is not supported for Notes standard configuration.

Notes installation and use from a USB drive is only available with the Notes client-only installation kit, not the Notes Allclient kit.

The following considerations are helpful as you install Notes on a USB drive:


Complete these steps to install Notes client on your supported USB drive:

1. Obtain the Notes client-only install kit and expand the files into a folder on your hard drive, or place the expanded kit onto a shared drive for others to access.

2. Insert the USB drive into the USB port on your computer.

3. Note the assigned USB drive letter; this drive letter assignment is dynamic and will change when you use that USB port in the future.

4. Open a command prompt window and navigate to the folder or directory you created in step 1.

5. In a command prompt window, enter the following command to install Notes to the USB drive; in this example "F" is the USB drive:


6. When the install process is complete, run the command AUTORUN.EXE from the root USB drive by double-clicking on the filename or by typing the command on the command line.

7. The Notes client is installed and will automatically launch. Complete the Notes setup process as usual.

The AUTORUN.INI file

The AUTORUN.INI file that is created will be similar to this sample file.

[Autorun]

MSI_LOCATION=Z:\Lotus Notes 8.0.2.msi

MSI_COMMANDLINE=/qb PROGDIR="Z:\program files\Lotus\notes\" DATADIR="Z:\program files\Lotus\notes\Data\"

AUTOLAUNCH_NOTES=Yes

AUTORUN_MODE=Yes

TMP_DIR=g:\tmp

The settings in the file AUTORUN.INI are described in the table.
AUTORUN.INI variableDescription
MSI_LOCATION=Specifies the path on the USB drive to the MSI file that is used to perform the install when the USB drive is plugged in. The drive letter is dynamically replaced at run time with the correct drive letter of the USB Drive.
MSI_COMMANDLINE=Specifies the command line that is passed to the program MSIEXEC.EXE that performs the install. The drive letters used in the PROGDIR and DATADIR properties are replaced at run time.
AUTOLAUNCH_NOTES=Specifies that the Lotus Notes client is to open after the USB drive install is complete.

You can set this value to NLNOTES which causes the Notes client to run from the USB drive even if a local version of the Notes client is already running.

To turn off autolaunch, set the value to NO.

AUTORUN_MODE=Specifies that a process is to remain running while the user is logged in. When the user logs out or restarts the system, the process terminates and AUTORUN.EXE needs to be run again. The autorun process causes the Notes install to run automatically when the USB drive is reconnected.

Note Use the autorun startup option that restarts the autorun each time someone logs on.

TEMP_DIR=Specifies the path for the temporary directory in which the Notes client files are stored. This setting enhances security. The drive letter is dynamically replaced. The Notes client also uses the temporary directory for attachments so that attachments are removed with this directory when the USB drive is removed.
Related topics