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 2021 from the command line using both the EXE & MSI installer.
How to Install TechSmith Snagit 2021 Silently
Snagit 2021 Silent Install (EXE) on 32-bit System
- Navigate to: https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links
- Select the Snagit (Windows) 2021.x.x 32 Bit EXE
- Download the snagit.exe to a folder created at (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: snagit.exe /install /quiet /norestart
- Press Enter
After a few moments you will find Snagit 2021 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Snagit 2021 |
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://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links |
PowerShell Script: | https://silentinstallhq.com/techsmith-snagit-2021-install-and-uninstall-powershell/ |
Snagit 2021 Silent Install (EXE) on 64-bit System
- Navigate to: https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links
- Select the Snagit (Windows) 2021.x.x 64 Bit EXE
- Download the snagit.exe to a folder created at (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: snagit.exe /install /quiet /norestart
- Press Enter
After a few moments you will find Snagit 2021 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Snagit 2021 |
Vendor: | TechSmith Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | snagit.exe /install /quiet /norestart |
Silent Uninstall Switch: | snagit.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-snagit-2021-install-and-uninstall-powershell/ |
Snagit 2021 Silent Install (MSI) on 32-bit System
- Navigate to: https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links
- Select the Snagit (Windows) 2021.x.x 32 Bit MSI
- Download the snagit.msi to a folder created at (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:
MsiExec.exe /i snagit.msi TSC_SOFTWARE_KEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /qn |
After a few moments you will find Snagit 2021 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Snagit 2021 |
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://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links |
PowerShell Script: | https://silentinstallhq.com/techsmith-snagit-2021-install-and-uninstall-powershell/ |
Snagit 2021 Silent Install (MSI) on 64-bit System
- Navigate to: https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links
- Select the Snagit (Windows) 2021.x.x 64 Bit MSI
- Download the snagit.msi to a folder created at (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:
MsiExec.exe /i snagit.msi TSC_SOFTWARE_KEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /qn |
After a few moments you will find Snagit 2021 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Snagit 2021 |
Vendor: | TechSmith Corporation |
Architecture: | x64 |
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://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links |
PowerShell Script: | https://silentinstallhq.com/techsmith-snagit-2021-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 2021 Installation Log File
The Snagit 2021 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 2021 Silent Install (EXE) with Logging
snagit.exe /install /quiet /norestart /log "%WINDIR%\Temp\Snagit2021-Install.log" |
Snagit 2021 Silent Install (MSI) with Logging
|
Customize the Snagit 2021 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 command:
MsiExec.exe /i snagit.msi TRANSFORMS=snagit.mst /qn |
How to Uninstall TechSmith Snagit 2021 Silently
Check out the TechSmith Snagit 2021 Install and Uninstall (PowerShell) post for a scripted solution.
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Snagit 2021 Silent Uninstall (EXE)
snagit.exe /uninstall /quiet /norestart |
Version | Snagit 2021 Silent Uninstall (Keep Library) |
2021.4.7 | MsiExec.exe /x {BBDDFFC3-0A65-464C-8B7F-02041D73962D} TSC_DATA_STORE=0 /qn |
2021.4.6 | MsiExec.exe /x {D1F0EABC-806D-4672-B863-267555EA50F8} TSC_DATA_STORE=0 /qn |
2021.4.5 | MsiExec.exe /x {E8E6682E-1EEF-4F54-8A54-C93C2E7828CF} TSC_DATA_STORE=0 /qn |
2021.4.4 | MsiExec.exe /x {7198AFE3-C2C2-4D03-A2E4-5A8F6D7FE0BB} TSC_DATA_STORE=0 /qn |
2021.4.3 | MsiExec.exe /x {9F3DE599-BA5C-4640-B7D3-34A772B86885} TSC_DATA_STORE=0 /qn |
2021.4.2 | MsiExec.exe /x {5CE727CE-849F-4B60-A9A3-E8DDCA701F19} TSC_DATA_STORE=0 /qn |
2021.4.1 | MsiExec.exe /x {30AB01DD-002E-4552-A96D-8505E1B18C1C} TSC_DATA_STORE=0 /qn |
2021.4.0 | MsiExec.exe /x {2E3FF0E8-F970-4950-8B56-1CEC9000A5F6} TSC_DATA_STORE=0 /qn |
2021.3.1 | MsiExec.exe /x {02896CA1-1539-403C-B7CF-AD48E307FBEA} TSC_DATA_STORE=0 /qn |
2021.3.0 | MsiExec.exe /x {36C83D0E-7A05-4699-AF12-DEDB5C0BF321} TSC_DATA_STORE=0 /qn |
2021.2.1 | MsiExec.exe /x {18CF1664-3AC5-43BA-A730-520FE482DDB6} TSC_DATA_STORE=0 /qn |
2021.2.0 | MsiExec.exe /x {7409DD1E-1BE2-4441-93CB-5E03C5077293} TSC_DATA_STORE=0 /qn |
2021.1.0 | MsiExec.exe /x {E3D4BB1B-376B-462E-B076-10625433973A} TSC_DATA_STORE=0 /qn |
2021.0.2 | MsiExec.exe /x {D074E879-C67D-46A3-BE6B-F8699E9A535F} TSC_DATA_STORE=0 /qn |
2021.0.1 | MsiExec.exe /x {B151B3DA-2243-422E-A3B4-E62DABD2AF54} TSC_DATA_STORE=0 /qn |
2021.0.0 | MsiExec.exe /x {9BB68E74-728C-49E8-8129-047192FA8E96} TSC_DATA_STORE=0 /qn |
Version | Snagit 2021 Silent Uninstall (Delete Library) |
2021.4.7 | MsiExec.exe /x {BBDDFFC3-0A65-464C-8B7F-02041D73962D} TSC_DATA_STORE=1 /qn |
2021.4.6 | MsiExec.exe /x {D1F0EABC-806D-4672-B863-267555EA50F8} TSC_DATA_STORE=1 /qn |
2021.4.5 | MsiExec.exe /x {E8E6682E-1EEF-4F54-8A54-C93C2E7828CF} TSC_DATA_STORE=1 /qn |
2021.4.4 | MsiExec.exe /x {7198AFE3-C2C2-4D03-A2E4-5A8F6D7FE0BB} TSC_DATA_STORE=1 /qn |
2021.4.3 | MsiExec.exe /x {9F3DE599-BA5C-4640-B7D3-34A772B86885} TSC_DATA_STORE=1 /qn |
2021.4.2 | MsiExec.exe /x {5CE727CE-849F-4B60-A9A3-E8DDCA701F19} TSC_DATA_STORE=1 /qn |
2021.4.1 | MsiExec.exe /x {30AB01DD-002E-4552-A96D-8505E1B18C1C} TSC_DATA_STORE=1 /qn |
2021.4.0 | MsiExec.exe /x {2E3FF0E8-F970-4950-8B56-1CEC9000A5F6} TSC_DATA_STORE=1 /qn |
2021.3.1 | MsiExec.exe /x {02896CA1-1539-403C-B7CF-AD48E307FBEA} TSC_DATA_STORE=1 /qn |
2021.3.0 | MsiExec.exe /x {36C83D0E-7A05-4699-AF12-DEDB5C0BF321} TSC_DATA_STORE=1 /qn |
2021.2.1 | MsiExec.exe /x {18CF1664-3AC5-43BA-A730-520FE482DDB6} TSC_DATA_STORE=1 /qn |
2021.2.0 | MsiExec.exe /x {7409DD1E-1BE2-4441-93CB-5E03C5077293} TSC_DATA_STORE=1 /qn |
2021.1.0 | MsiExec.exe /x {E3D4BB1B-376B-462E-B076-10625433973A} TSC_DATA_STORE=1 /qn |
2021.0.2 | MsiExec.exe /x {D074E879-C67D-46A3-BE6B-F8699E9A535F} TSC_DATA_STORE=1 /qn |
2021.0.1 | MsiExec.exe /x {B151B3DA-2243-422E-A3B4-E62DABD2AF54} TSC_DATA_STORE=1 /qn |
2021.0.0 | MsiExec.exe /x {9BB68E74-728C-49E8-8129-047192FA8E96} TSC_DATA_STORE=1 /qn |
Uninstall Snagit 2021 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 21 |
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.