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.
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.