# Installing Lotus Notes Using Endpoint Central - Software Installation How To ## How do I install Lotus Notes using Endpoint Central? ### Description This document will guide you through the steps involved in deploying Lotus Notes to multiple computers using Endpoint Central's Software Deployment. ### Steps to Install Lotus Notes using Endpoint Central 1. Download Lotus Notes clients and save the executable in a network share that you have configured in Endpoint Central (Software Deployment --> Network Share). 2. Add the package in Endpoint Central as below: 1. Select **Software Deployment** tab --> **Add Package** 2. Select the Package Type as "MSIEXEC/EXE/ISS/Command" 3. Specify the Application Name as Lotus Notes and select "Network Path" as the path type. 4. Specify the "Installation Command with Switches/Arguments" as **\\servername\sharename\setup.exe /s /v"SETMULTIUSER=1 /qb"** 5. Click **Add Package**. The package gets added. 3. Select the package and click **Install/Uninstall Software**. 4. Select the required target users or computers. 5. Click **Deploy**. ### More Information You can also customize the Lotus Notes application by creating a transform file that can be used for deploying the application using Endpoint Central. For example, if you have created a transform file named custom.mst, you can specify the installation command as **\\servername\sharename\setup /s /v"TRANSFORMS=mu.mst /qn"** Both the transform file and the executable file should be stored in the same location. For details on creating a transform file, refer to [here](http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.help.domino.admin85.doc/H_USING_NOTES_SILENT_INSTALLATION_ON_WINDOWS_STEPS.html).