TechSmith Camtasia 2022 Silent Install (How-To Guide)

Camtasia is a software suite, created and published by TechSmith, for creating and recording video tutorials and presentations. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Camtasia 2022 from the command line using both the EXE & MSI installer.

How to Install TechSmith Camtasia 2022 Silently

Camtasia 2022 Silent Install (EXE)

  1. Navigate to: https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links
  2. Select the Camtasia (Windows) 2022.x.x Single Installer
  3. Download & Copy the camtasia.exe to a folder created at (C:\Downloads)
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command: camtasia.exe /install /quiet /norestart
  7. Press Enter

After a few moments you will find Camtasia 2022 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Camtasia 2022
Vendor:TechSmith Corporation
Architecture:x64
Installer Type:EXE
Silent Install Switch:camtasia.exe /install /quiet /norestart
Silent Uninstall Switch:camtasia.exe /uninstall /quiet /norestart
Download Link:https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links
PowerShell Script:https://silentinstallhq.com/techsmith-camtasia-2022-install-and-uninstall-powershell/
Detection Script:https://silentinstallhq.com/create-a-custom-detection-script-for-techsmith-camtasia-powershell/

Camtasia 2022 Silent Install (MSI)

  1. Navigate to: https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links
  2. Select the Camtasia (Windows) 2022.x.x MSI
  3. Download the camtasia.msi to a folder created at (C:\Downloads)
  4. Navigate to: https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
  5. Select the x64 Standalone Installer
  6. Download the MicrosoftEdgeWebView2RuntimeInstallerX64.exe to a folder created at (C:\Downloads)
  7. Navigate to: https://aka.ms/vs/17/release/vc_redist.x64.exe
  8. Download the VC_redist.x64.exe to a folder created at (C:\Downloads)
  9. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  10. Navigate to the C:\Downloads folder
  11. Enter the following commands:
MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install
VC_redist.x64.exe /install /quiet /norestart
MsiExec.exe /i camtasia.msi TSC_SOFTWARE_KEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /qn

After a few moments you will find Camtasia 2022 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Camtasia 2022
Vendor:TechSmith Corporation
Architecture:x64
Installer Type:MSI
Silent Install Switch (Step1)MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install
Silent Install Switch (Step2)VC_redist.x64.exe /install /quiet /norestart
Silent Install Switch (Step3)MsiExec.exe /i camtasia.msi TSC_SOFTWARE_KEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /qn
Silent Uninstall Switch:MsiExec.exe /x camtasia.msi /qn
Repair Command:MsiExec.exe /fa camtasia.msi /qn
Download Link:https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links
PowerShell Script:https://silentinstallhq.com/techsmith-camtasia-2022-install-and-uninstall-powershell/
Detection Script:https://silentinstallhq.com/create-a-custom-detection-script-for-techsmith-camtasia-powershell/

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Create a Camtasia 2022 Installation Log File

The Camtasia 2022 installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following command to create a verbose log file with details about the installation.

Camtasia 2022 Silent Install (EXE) with Logging

camtasia.exe /install /quiet /norestart /log "%WINDIR%\Temp\Camtasia2022-Install.log"

Camtasia 2022 Silent Install (MSI) with Logging

MsiExec.exe /i camtasia.msi TSC_SOFTWARE_KEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /qn /L*v "%WINDIR%\Temp\Camtasia2022-Install.log"

Customize the Camtasia 2022 Deployment (TechSmith Deployment Tool)

The TechSmith Deployment Tool displays the available options for creating a custom MST file.

MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install
VC_redist.x64.exe /install /quiet /norestart
MsiExec.exe /i camtasia.msi TRANSFORMS=camtasia.mst /qn

How to Uninstall TechSmith Camtasia 2022 Silently

Check out the following posts for a scripted solution:

TechSmith Camtasia 2022 Install and Uninstall (PowerShell)
TechSmith Camtasia 2022 Silent Uninstall (PowerShell)
  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:

Camtasia 2022 Silent Uninstall (EXE)

camtasia.exe /uninstall /quiet /norestart

VersionCamtasia 2022 Silent Uninstall (Keep Library)
2022.5.4MsiExec.exe /x {74DD0955-4D6D-492D-9FEA-8BE60518C912} TSC_KEEP_LIBRARY=1 /qn
2022.5.3MsiExec.exe /x {43427FC9-DDCF-408D-970D-2423E5DDEFBA} TSC_KEEP_LIBRARY=1 /qn
2022.5.1MsiExec.exe /x {7FA934F1-2171-4679-91D8-4FE2EA6D6329} TSC_KEEP_LIBRARY=1 /qn
2022.5.0MsiExec.exe /x {4134E5F2-5B34-43C7-B74D-8C934A5A8A4C} TSC_KEEP_LIBRARY=1 /qn
2022.4.1MsiExec.exe /x {B27D7CEB-AB23-4608-86AD-57B10BC790F8} TSC_KEEP_LIBRARY=1 /qn
2022.4.0MsiExec.exe /x {517F2225-FBA5-4C84-A091-4D4C4531FFBE} TSC_KEEP_LIBRARY=1 /qn
2022.3.0MsiExec.exe /x {A723FF4B-219A-4F82-BBF4-A96C1104CA00} TSC_KEEP_LIBRARY=1 /qn
2022.2.1MsiExec.exe /x {874C7FD8-33F3-490D-8057-E12818C2244A} TSC_KEEP_LIBRARY=1 /qn
2022.2.0MsiExec.exe /x {B2526DAC-C798-448B-B77F-A5054B031234} TSC_KEEP_LIBRARY=1 /qn
2022.1.1MsiExec.exe /x {9B1221BB-04E9-49E2-90CD-92CCE550B82B} TSC_KEEP_LIBRARY=1 /qn
2022.1.0MsiExec.exe /x {C5D1A3AD-333E-466B-90C8-A442513A53B9} TSC_KEEP_LIBRARY=1 /qn
2022.0.4MsiExec.exe /x {2CB12BD6-2E8F-4A33-B0D4-ACB680AD7F59} TSC_KEEP_LIBRARY=1 /qn
2022.0.3MsiExec.exe /x {BE363D1E-94E8-43AA-958C-F27371F86F85} TSC_KEEP_LIBRARY=1 /qn
2022.0.2MsiExec.exe /x {0D5088ED-CEB5-4045-9BC8-CA0669B426B4} TSC_KEEP_LIBRARY=1 /qn
2022.0.1MsiExec.exe /x {6BEB587E-CFBF-4EE3-8418-3DB52B3CEA29} TSC_KEEP_LIBRARY=1 /qn
2022.0.0MsiExec.exe /x {1B1EC31E-FBE2-4700-9ABE-3BE3FF5BB796} TSC_KEEP_LIBRARY=1 /qn

VersionCamtasia 2022 Silent Uninstall (Delete Library)
2022.5.4MsiExec.exe /x {74DD0955-4D6D-492D-9FEA-8BE60518C912} TSC_KEEP_LIBRARY=0 /qn
2022.5.3MsiExec.exe /x {43427FC9-DDCF-408D-970D-2423E5DDEFBA} TSC_KEEP_LIBRARY=0 /qn
2022.5.1MsiExec.exe /x {7FA934F1-2171-4679-91D8-4FE2EA6D6329} TSC_KEEP_LIBRARY=0 /qn
2022.5.0MsiExec.exe /x {4134E5F2-5B34-43C7-B74D-8C934A5A8A4C} TSC_KEEP_LIBRARY=0 /qn
2022.4.1MsiExec.exe /x {B27D7CEB-AB23-4608-86AD-57B10BC790F8} TSC_KEEP_LIBRARY=0 /qn
2022.4.0MsiExec.exe /x {517F2225-FBA5-4C84-A091-4D4C4531FFBE} TSC_KEEP_LIBRARY=0 /qn
2022.3.0MsiExec.exe /x {A723FF4B-219A-4F82-BBF4-A96C1104CA00} TSC_KEEP_LIBRARY=0 /qn
2022.2.1MsiExec.exe /x {874C7FD8-33F3-490D-8057-E12818C2244A} TSC_KEEP_LIBRARY=0 /qn
2022.2.0MsiExec.exe /x {B2526DAC-C798-448B-B77F-A5054B031234} TSC_KEEP_LIBRARY=0 /qn
2022.1.1MsiExec.exe /x {9B1221BB-04E9-49E2-90CD-92CCE550B82B} TSC_KEEP_LIBRARY=0 /qn
2022.1.0MsiExec.exe /x {C5D1A3AD-333E-466B-90C8-A442513A53B9} TSC_KEEP_LIBRARY=0 /qn
2022.0.4MsiExec.exe /x {2CB12BD6-2E8F-4A33-B0D4-ACB680AD7F59} TSC_KEEP_LIBRARY=0 /qn
2022.0.3MsiExec.exe /x {BE363D1E-94E8-43AA-958C-F27371F86F85} TSC_KEEP_LIBRARY=0 /qn
2022.0.2MsiExec.exe /x {0D5088ED-CEB5-4045-9BC8-CA0669B426B4} TSC_KEEP_LIBRARY=0 /qn
2022.0.1MsiExec.exe /x {6BEB587E-CFBF-4EE3-8418-3DB52B3CEA29} TSC_KEEP_LIBRARY=0 /qn
2022.0.0MsiExec.exe /x {1B1EC31E-FBE2-4700-9ABE-3BE3FF5BB796} TSC_KEEP_LIBRARY=0 /qn

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts