Client Setup for Windows PC installation thru ADS

I am Planning to deploy the notes8.5.1 client to users’s pc thru ADS. Please help me create the .msi file for 8.5.1 for silent installation

Subject: No msi file needed?

If you plan on using all the default installation options you can simply use the command line option /qn to make the installation silent.

For example: msiexec /i “Lotus Notes 8.5.1.msi” /qn

If you want to customize the installation in some manner then you should check out this document for information on all the command line options available to use for customizing the kit.

http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.help.domino.admin.doc/DOC/H_CUSTOMIZING_WORKSTATION_INSTALLATION_FOR_USERS.html

It would be rather difficult for anyone else to create the transform file for you without more specific knowledge of exactly what you want to install. Creating transforms is pretty easy and there’s alot of information about it on the web.