TechSmith Snagit 12 Silent Install (How-To Guide)

TechSmith Snagit lets you quickly capture your screen and camera, add additional context, and share images, GIFs, or videos. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Snagit 12 from the command line using both the EXE & MSI installer.

How to Install TechSmith Snagit 12 Silently

Snagit 12 Silent Install (EXE)

  1. Navigate to: https://download.techsmith.com/snagit/enu/1241/snagit.exe
  2. Download & Copy the snagit.exe to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command: snagit.exe /install /quiet /norestart
  6. Press Enter

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

Software Title:Snagit 12
Vendor:TechSmith Corporation
Architecture:x86
Installer Type:EXE
Silent Install Switch:snagit.exe /install /quiet /norestart
Silent Uninstall Switch:snagit.exe /uninstall /quiet /norestart
Download Link:https://download.techsmith.com/snagit/enu/1241/snagit.exe
PowerShell Script:https://silentinstallhq.com/techsmith-snagit-12-install-and-uninstall-powershell/

Snagit 12 Silent Install (MSI)

  1. Navigate to: https://download.techsmith.com/snagit/enu/1241/snagit.msi
  2. Download the snagit.msi to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command:
MsiExec.exe /i snagit.msi TSC_SOFTWARE_KEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /qn

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

Software Title:Snagit 12
Vendor:TechSmith Corporation
Architecture:x86
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i snagit.msi TSC_SOFTWARE_KEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /qn
Silent Uninstall Switch:MsiExec.exe /x snagit.msi /qn
Repair Command:MsiExec.exe /fa snagit.msi /qn
Download Link:https://download.techsmith.com/snagit/enu/1241/snagit.msi
PowerShell Script:https://silentinstallhq.com/techsmith-snagit-12-install-and-uninstall-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 Snagit 12 Installation Log File

The Snagit 12 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.

Snagit 12 Silent Install (EXE) with Logging

snagit.exe /install /quiet /norestart /log "%WINDIR%\Temp\Snagit12-Install.log"

Snagit 12 Silent Install (MSI) with Logging

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

Customize the Snagit 12 Deployment (TechSmith Deployment Tool)

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

  • Download the TechSmith Deployment Tool: https://download.techsmith.com/tscdeploymenttool/TechSmith_Deployment_Tool.exe
  • Launch the TechSmith Deployment Tool
  • Select Open MSI Package…
  • Open the snagit.msi you downloaded earlier
  • Configure settings based on your preferences
  • Select Create Transform File
  • Accept End-User License Agreement
  • Click Create Transform…
    • You should now see the snagit.mst file in the same directory as the snagit.msi
  • Run the following commands:
MsiExec.exe /i snagit.msi TRANSFORMS=snagit.mst /qn

How to Uninstall TechSmith Snagit 12 Silently

Check out the TechSmith Snagit 12 Install and Uninstall (PowerShell) post for a scripted solution.

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:

Snagit 12 Silent Uninstall (EXE)

snagit.exe /uninstall /quiet /norestart

VersionSnagit 12 Silent Uninstall (Keep Library)
12.4.1MsiExec.exe /x {4FC332FE-CBE3-4AE0-B531-35048FD81912} TSC_DATA_STORE=0 /qn
12.4.0MsiExec.exe /x {BDFD9ADC-3F97-4A8A-A533-987B21776449} TSC_DATA_STORE=0 /qn
12.3.2MsiExec.exe /x {588591F5-74D7-4646-87C5-6A07E526F303} TSC_DATA_STORE=0 /qn
12.3.1MsiExec.exe /x {BCD4C446-A778-4B65-B9BC-2360ED5AA5E3} TSC_DATA_STORE=0 /qn
12.3.0MsiExec.exe /x {8E2CE66E-841B-444F-8A98-4B4D98863950} TSC_DATA_STORE=0 /qn
12.2.2MsiExec.exe /x {979028FC-2DBF-4BB4-A9EC-4627A9D63D50} TSC_DATA_STORE=0 /qn
12.2.1MsiExec.exe /x {8E6DE599-17F0-431F-8D72-EF684397DAD5} TSC_DATA_STORE=0 /qn
12.2.0MsiExec.exe /x {FDEC2BE1-5F84-4249-943B-4364251A56BE} TSC_DATA_STORE=0 /qn
12.1.0MsiExec.exe /x {A232C484-23B5-4A2E-A317-A70EA1D1230D} TSC_DATA_STORE=0 /qn
12.0.0MsiExec.exe /x {B298CE4A-880B-4D6E-8987-2D8A616BF568} TSC_DATA_STORE=0 /qn

VersionSnagit 12 Silent Uninstall (Delete Library)
12.4.1MsiExec.exe /x {4FC332FE-CBE3-4AE0-B531-35048FD81912} TSC_DATA_STORE=1 /qn
12.4.0MsiExec.exe /x {BDFD9ADC-3F97-4A8A-A533-987B21776449} TSC_DATA_STORE=1 /qn
12.3.2MsiExec.exe /x {588591F5-74D7-4646-87C5-6A07E526F303} TSC_DATA_STORE=1 /qn
12.3.1MsiExec.exe /x {BCD4C446-A778-4B65-B9BC-2360ED5AA5E3} TSC_DATA_STORE=1 /qn
12.3.0MsiExec.exe /x {8E2CE66E-841B-444F-8A98-4B4D98863950} TSC_DATA_STORE=1 /qn
12.2.2MsiExec.exe /x {979028FC-2DBF-4BB4-A9EC-4627A9D63D50} TSC_DATA_STORE=1 /qn
12.2.1MsiExec.exe /x {8E6DE599-17F0-431F-8D72-EF684397DAD5} TSC_DATA_STORE=1 /qn
12.2.0MsiExec.exe /x {FDEC2BE1-5F84-4249-943B-4364251A56BE} TSC_DATA_STORE=1 /qn
12.1.0MsiExec.exe /x {A232C484-23B5-4A2E-A317-A70EA1D1230D} TSC_DATA_STORE=1 /qn
12.0.0MsiExec.exe /x {B298CE4A-880B-4D6E-8987-2D8A616BF568} TSC_DATA_STORE=1 /qn

Uninstall Snagit 12 using the Snagit Uninstaller Tool

  • Download the Snagit Uninstaller Tool
  • Extract the UninstallerTool.exe from the zip file to C:\Downloads
  • Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  • Navigate to the C:\Downloads folder
  • Enter the following command:
UninstallerTool.exe -product snagit -remove 12

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