/build/static/layout/Breadcrumb_cap_w.png

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 17.7k  |  Created: 02/28/2012

Average Rating: 0
Snagit has 1 inventory records, 4 Questions, 0 Blogs and 6 links. Please help add to this by sharing more!

Deployment Tips (8)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 7 ratings
Most Commonly Reported Deployment Method
Windows Installer with Custom Transform (MST)
4
Note

For Deployment download the Snagit MSI Installer from TechSmith Website. You can find it under: http://www.techsmith.de/download/accessories/default.asp

There is also an Enterprise Installation Manual for SnagIt. Forget it!

If you have an volume license key for SnagIt you must add the following Regkeys (as REG_SZ) to your Registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\TechSmith\SnagIt\11]
"RegistrationKey"="yourLicenseKeyWithout -"
"RegisteredTo"="yourRegistrationUsername"

Now Snagit starts automaticly with your volume license.

 

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Script

There's a Toolkit available for SnagIt 11 or higher...

https://support.techsmith.com/attachments/token/khge9elpsuso5w0/?name=TechSmith_Deployment_Tool.exe

Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Repackaged (to a setup.msi)
Deployment Difficulty: Very Easy
Platform(s): Windows
  • http://download.techsmith.com/tscdeploymenttool/TechSmith_Deployment_Tool.exe - The Tool Kit has moved to here. - ekgcorp 7 years ago
1
Note

To eliminate the Registration Dialog on first launch include "NoRegistrationDialogSupport"=dword:00000001 

So my final snagit.reg is:

[HKEY_CURRENT_USER\Software\TechSmith\SnagIt\11\Updater]
"AllowDateBasedCheck"=dword:00000000

[HKEY_CURRENT_USER\Software\TechSmith\SnagIt\11]
"WasLicenseSent"=dword:00000001
"NoRegistrationDialogSupport"=dword:00000001
"NoAutoUpdateSupport"=dword:00000001
 
Note: even though the Enterprise Installation Manual claims that a file called snagit.reg in the same directory as snagit.msi will auto-merge the registry changes, it doesn't.
Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer with Custom Transform (MST)
Deployment Difficulty: Average
Platform(s): Windows
1
Note

Adding the following keys will prevent auto updates (note it is Current User):

[HKEY_CURRENT_USER\Software\TechSmith\SnagIt\11\Updater]
"LastCheck"=hex(b):00,00,00,00,00,00,00,00
"DaysBetween"=dword:0000000e
"PromptToCheck"=dword:00000000
"AllowDateBasedCheck"=dword:00000000


If you specified the license key during the transform creation, add the following reg key (note it is Current User):

[HKEY_CURRENT_USER\Software\TechSmith\SnagIt\11]
"WasLicenseSent"=dword:00000001

 

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
  • For [HKEY_CURRENT_USER\Software\TechSmith\SnagIt\11\Updater] the only required key to turn off auto updates is
    "AllowDateBasedCheck"=dword:00000000 - JPaulson 10 years ago
1
Note

Things to add to your mst:

 

no Signup needed:

TSC_EMAIL_SIGNUP="0" 

 

Licensekey within the installation:

TSC_SOFTWARE_KEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

 

to start SnagIt when Windows starts:

TSC_START_AUTO="1"

 

Aditionally be sure to change this registry key so there's no license check with every installation:

HKEY_CURRENT_USER\Software\TechSmith\Snagit\11\

"WasLicenseSent"="1"

 

I have not yet found the solution to get rid of the first start tips.

Hope that helps.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note

To install Snagit without any user dialogs, use the ff command:

msiexec /i "..\Setup_Snagit.msi" TRANSFORMS="..\TechSmith_Snagit_11.0.1.mst" /qn

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note

Auto Launch solution.

With the command below you will include the process on "Startup" and even without an icon on StartUp the process will appear on the task bar and also minimized with the /i switch. Be careful if your deployment is x64 or x86 the command below applies only to x64 but you can modify it to adjust the path for x86. A log off /in is needed to see it happen. And I applied this fix for SnagIt 10 but should be the same thing for many other applications except for the /i that is just assigned to SnagIt.

reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /f /v "Snagit User Process" /t REG_SZ /d "C:\Program Files (x86)\TechSmith\Snagit 10\Snagit32.exe /i"

Notice that this could be taken as the entry on your MSI but the problem I see here is that even if you modify your MSI to include : TSC_START_AUTO=1   I don't think that on large environments they would like to remove / reinstall the product if it was already deployed just to enable a couple of options like this.

Regards.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line
If you fail to use any switches /qb /quiet /passive... and just have msiexec /i snagit.msi TRANSFORMS=snagit.mst

you will get the following error message..
This MSI has been created for Enterprise Installation use. Please use EXE for standard Snagit Installation.

I recommend downloading the Deployment Tool to make sure that all of your settings get configured correctly.
http://download.techsmith.com/tscdeploymenttool/TechSmith_Deployment_Tool.exe

Install Instructions mentioned here.
https://support.techsmith.com/hc/en-us/articles/203730778-Snagit-Windows-Customize-the-Snagit-installer-MSI-via-TRANSFORM-MST-for-Enterprise-installation
Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer with Custom Transform (MST)
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Snagit

Version

11.0.0

Uninstall String

MsiExec.exe /I{7CA5C4DF-8327-4035-AE2B-CA76336A04FD}

Questions & Answers (4)

Questions & Answers related to TechSmith Snagit

4
ANSWERED
4
ANSWERS
6
ANSWERED

Blogs (0)

Blog posts related to TechSmith Snagit

Reviews (0)

Reviews related to TechSmith Snagit

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ