INSTALLING


Example: Creating and providing a batch file for Notes silent install

You can create and provide a batch file for users that executes a NotesĀ® silent install.

About this task

Users can install Notes by running a batch file created for them.

Parent topic: Automating a customized or default Notes deployment using silent install

Create a batch file

Procedure

1. Open a text editor.

2. Type the desired silent install command syntax in the edit window, for example:


3. Save the file using a .bat file extension in the name, for example BATCHINSTALL.BAT. Save the file to the Notes installation kit folder, the same directory that contains the Notes setup.exe.

Run the batch file

Procedure

1. Navigate to the installation image directory (the directory in which the Notes setup.exe or setup.sh resides).

2. Locate the batch file, for example batchinstall.bat.

3. Run the batch file by double-clicking on the .bat file name, for example batchinstall.bat.

Related concepts
Installing and upgrading Notes in a single user environment
Installing and upgrading Notes multi-user
Automating a customized or default Notes deployment using silent install
Example: Using setup.exe to call a transform file during Notes silent install

Related tasks
Example: Using msiexec command line utilities for installing Notes