AlexMT
Posts: 15
Joined: Wed Jun 05, 2024 10:40 am

Camtasia Silent Install Parameters for MSI and EXE

For those of you needing to deploy Camtasia across multiple machines, we list the silent install and uninstall commands which can be executed without user intervention, ensuring a clean and automated install or removal process for MSI or EXE installers.

About: Camtasia is a software suite for creating and recording video tutorials and presentations.

Application Name: Camtasia
Version: 2023
Main Application Website URL: https://download.techsmith.com/camtasia ... mtasia.exe

EXE Installer (Silent Install): camtasia.exe

Code: Select all

/install /quiet /norestart
EXE Installer (Silent Uninstall): camtasia.exe

Code: Select all

/uninstall /quiet /norestart
MSI Installer (Silent Install):

Code: Select all

msiexec /i camtasia.msi TSC_SOFTWARE_KEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /qn /l*v <log_file_path>
MSI Installer (Silent Uninstall):

Code: Select all

msiexec /x {ProductCode} /qn /l*v <log_file_path>

Return to “Silent Install Command Line”