TechSmith Snagit 10
it should have been so easy... Sequenced (App-V v5) OK but did not work during testing, licensing info not coming through, had a little play, turns out it needs HKCU keys for licensing. It all … Read More
A command line setting the software key is (the variable %~dp0 is used for source directory): MsiExec.exe /i "%~dp0snagit.MSI" /quiet TSC_SOFTWARE_KEY=<Software Key> Read More
To inject a profile once snagit has already been launched and to preserve existing snagit profiles. Specific to SnagIt 10 (though easily modified for prior versions) [1] Registry sections that… Read More
Removing Snagit silently: msiexec.exe /x {22FC7536-BE5C-4E88-8069-C24689D34EC5} TSC_DATA_STORE=0 REBOOT=ReallySuppress /qb- (product code is for 10.0.1.58) TSC_DATA_STORE=0 skips the prompt a… Read More
Suggest using either TSC_DATA_STORE=0 or TSC_DATA_STORE=1 bypassing user prompt as to whether they want to keep snaggit related data, 0 keeps it, 1 removes it. I also set the uninstall to "/qn"… Read More
If you need to make this a silent un-install (not upgrade) you need to edit your .mst and remove all references to the custom action called "Action_For_RemoveDataStorePrompt". Otherwise upon r… Read More
With Windows 7 as the client OS combined with AppV, snagpriv.exe can fail to start. Add the following to the OSD file: <ENVLIST> <ENVIRONMENT VARIABLE="__COMPAT_LAYER">RunAsInvoker</ENVIRONMEN… Read More
Using the snagit.msi, the QB switch seems to hang the install until there is screen interaction. I changed it to /q and it went fine. Read More
To be able to configure a default configuration, install SnagIT normally, configure all the settings, close SnagIT (also the program in the system tray) and start Snagit from the command promp… Read More
If you do not want to create a MST File, following command will install SNagIT with only the basic components enabled: msiexec /i "snagit1000.msi" /qn REBOOT=ReallySuppress /lv "C:\xxxxx\_snagi… Read More
The following installer behaviors can be customized in the Property table: TSC_SOFTWARE_KEY The registered software key. TSC_EVALEMAIL Show the Tips and Tricks e-mail signup window. TSC_EMAIL_… Read More
If you go for a silent deployment with your company license: instead of creating snagit.reg - just set the following keys in your transform file: [HKEY_LOCAL_MACHINE\SOFTWARE\TechSmith\SnagIt\… Read More