Command for silently install version 9 of Camtasia within SCCM- Disables Online Register dialog when starting Camtasia after installation
- Disables Thank You Page when starting Camtasia after installation
- Disables Auto Update when starting Camtasia after installation (could be usefull when you don't have a new license for newer version)
msiexec.exe /i "camtasia.msi" /qn COMPANYNAME="COMPANY NAME" USERNAME="Authorized User" TSC_SOFTWARE_KEY="KEY" TSC_LICENSEMODE="Full" TSC_SHOWREGISTERONLINEDIALOG="false" TSC_REDIRECTTOTHANKYOUPAGE="false" TSC_UPDATE_ENABLE="0"
More settings can we found here:
https://assets.techsmith.com/Downloads/accessories/Camtasia-9-Installation-Guide.pdf
EDIT:
The installation of Camtasia may kill your Explorer.exe and will not start it again.
Add the following properties: REBOOT=ReallySuppress // MSIRESTARTMANAGERCONTROL=Disable
Add it between /qn & COMPANYNAME
Source: http://www.itninja.com/question/explorer-exe-is-killed-by-msi
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty:
Very Easy
Platform(s): Windows