How do I include a license.dat file with msi deployment
I have to deploy a msi file with the license.dat file. I am having difficulty finding the right parameter. Can anyone help? Thanks in advance
-
Not all msi's are created the same. What software are you asking about? - SMal.tmcc 5 years ago
-
I am trying to install EndNote - razantech 5 years ago
-
What MSI authoring tool, if any, are you using? - anonymous_9363 5 years ago
-
Need Help ,I want to include license key for Nuance PDF to be installed as an application in SCCM ,what is the right parameter please ? - hisham 5 years ago
Answers (1)
https://support.clarivate.com/Endnote/s/article/EndNote-Volume-License-Install-Steps?language=en_US
The two links above tell you everything you need to install EndNote MSI with a License.dat file.
Silent Install for Volume Licenses
Msiexec /qn /i Installer_File_Name.msi
Example:
Msiexec /qn /i ENX6Inst.msi
Note: The MSI file needs to reside in the same folder as the License.dat file.
Zip them together Upload to KACE, call the MSI in the command-line options. Once deployed KACE will unzip and will install using that command line and it should see the License.dat if it's in the folder.