Good Morning,
Can someone please point me in the right direction as to how to create a package for unattended installation of the CMA Desktop. I would like to have the CMA server address filled in automatically (not auto find) at install time. I believe I need to create an .MST to pass it to the installation but I cannot find the instructions on how to do this to set the CMA Portal address parameter.
Thanks.
Solved! Go to Solution.
Most excellent. This is exactly what I needed. It did add the CMA Portal address to the sign-in information as well. Here is the small script that I created to copy the file locally and install from there. The script assumes that the .msi file is located in the same place as the script:
install.bat
copy "Polycom CMA Desktop.msi" %temp%\
msiexec /qn SBSERVERTYPE=2 SBSERVERADDRESS=[CMA_SERVER_ADDRESS_HERE] /l* %temp%\CMA_Install.txt /i "%temp%\Polycom CMA Desktop.msi"
One more thing. I found information about silently deploying Adobe Air 3, which is a requirement for the CMAD version that I am running, by going here:
http://www.itninja.com/link/adobe-air-it-administrators-adobe-air-3