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 8 from the command line using both the EXE & MSI installer.
How to Install TechSmith Snagit 8 Silently
Snagit 8 Silent Install (EXE)
- Navigate to: https://download.techsmith.com/snagit/enu/823/snagit.exe
- Download & Copy 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 /qn
- Press Enter
After a few moments you will find Snagit 8 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Snagit 8 |
Vendor: | TechSmith Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | snagit.exe /qn |
Silent Uninstall Switch: | See Uninstall Section Below |
Download Link: | https://download.techsmith.com/snagit/enu/823/snagit.exe |
PowerShell Script: | https://silentinstallhq.com/techsmith-snagit-8-install-and-uninstall-powershell/ |
Snagit 8 Silent Install (MSI)
- Navigate to: https://download.techsmith.com/snagit/enu/823/snagit.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 8 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Snagit 8 |
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/823/snagit.msi |
PowerShell Script: | https://silentinstallhq.com/techsmith-snagit-8-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 8 Installation Log File
The Snagit 8 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 8 Silent Install (EXE) with Logging
snagit.exe /qn /L*v "%WINDIR%\Temp\Snagit8-Install.log" |
Snagit 8 Silent Install (MSI) with Logging
MsiExec.exe /i snagit.msi TSC_SOFTWARE_KEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /qn /L*v "%WINDIR%\Temp\Snagit8-Install.log" |
How to Uninstall TechSmith Snagit 8 Silently
Check out the TechSmith Snagit 8 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:
Version | Snagit 8 Silent Uninstall (Keep Library) |
8.2.3 | MsiExec.exe /x {DA0BF7AB-88EB-4675-8FA1-531EAD938821} TSC_DATA_STORE=0 /qn |
8.2.2 | MsiExec.exe /x {B6F0BE9B-41D7-45A2-9A76-D3DB1A89EC6A} TSC_DATA_STORE=0 /qn |
8.2.1 | MsiExec.exe /x {0F0447B4-6DDD-4831-933A-1EDF52091150} TSC_DATA_STORE=0 /qn |
8.2.0 | MsiExec.exe /x {A1C4EE2B-DF14-4488-BC8A-F9336D588E97} TSC_DATA_STORE=0 /qn |
8.1.0 | MsiExec.exe /x {524228C9-826F-4B58-9E47-4F2E5C7E9F45} TSC_DATA_STORE=0 /qn |
8.0.2 | MsiExec.exe /x {93699C3E-005E-4294-87CA-F5B7DE2CD687} TSC_DATA_STORE=0 /qn |
8.0.1 | MsiExec.exe /x {0AEA9ECE-2AD0-4DF0-932E-F0AC6B771749} TSC_DATA_STORE=0 /qn |
8.0.0 | MsiExec.exe /x {A900E37C-AAE3-44FB-8EE7-7E61F7087CE7} TSC_DATA_STORE=0 /qn |
Version | Snagit 8 Silent Uninstall (Delete Library) |
8.2.3 | MsiExec.exe /x {DA0BF7AB-88EB-4675-8FA1-531EAD938821} TSC_DATA_STORE=1 /qn |
8.2.2 | MsiExec.exe /x {B6F0BE9B-41D7-45A2-9A76-D3DB1A89EC6A} TSC_DATA_STORE=1 /qn |
8.2.1 | MsiExec.exe /x {0F0447B4-6DDD-4831-933A-1EDF52091150} TSC_DATA_STORE=1 /qn |
8.2.0 | MsiExec.exe /x {A1C4EE2B-DF14-4488-BC8A-F9336D588E97} TSC_DATA_STORE=1 /qn |
8.1.0 | MsiExec.exe /x {524228C9-826F-4B58-9E47-4F2E5C7E9F45} TSC_DATA_STORE=1 /qn |
8.0.2 | MsiExec.exe /x {93699C3E-005E-4294-87CA-F5B7DE2CD687} TSC_DATA_STORE=1 /qn |
8.0.1 | MsiExec.exe /x {0AEA9ECE-2AD0-4DF0-932E-F0AC6B771749} TSC_DATA_STORE=1 /qn |
8.0.0 | MsiExec.exe /x {A900E37C-AAE3-44FB-8EE7-7E61F7087CE7} TSC_DATA_STORE=1 /qn |
Uninstall Snagit 8 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 8 |
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.