@ECHO OFFCopy the script, paste it into notepad, name it Install.bat, and place it in the same folder as the SnagIT 12 MSI, SnagIT 11 MSI, and your MST.
PUSHD %~dp0
MKDIR C:\windows\temp\Snagit
copy *.* C:\windows\temp\Snagit
POPD
CD C:\windows\temp\Snagit
msiexec.exe /I "C:\Windows\temp\Snagit\snagit.msi" TRANSFORMS="C:\Windows\temp\Snagit\CustInst.mst" /qb /norestart
TASKKILL /IM Snagit32.exe /F /T
TASKKILL /IM SnagitEditor.exe /F /T
MsiExec.exe /x "C:\Windows\temp\Snagit\SnagIT_11.msi" TSC_DATA_STORE=0 /quiet
RMDIR C:\windows\temp\snagit /s /q
TASKKILL /IM Snagit32.exe /F /T7. Create a new SCCM package, create the a program, and set the command line as Install.bat. Shoot it off to whatever DPs you need it on and test.
TASKKILL /IM SnagitEditor.exe /F /T
MsiExec.exe /x "C:\Windows\temp\Snagit\SnagIT_11.msi" TSC_DATA_STORE=0 /quiet
I had to make one adjustment to the script listed above: RMDIR C:\windows\temp\snagit /s /q
The switches on the end allowed the 'non-empty' folder to be deleted.
mlhommedieu, your script was a great help to me!
Download the MSI File: SnagIt File within the Version range of the purchased License
Download and Run: TechSmith Deployment Tool
Build Package with the SnagIt Deployment Tool and insert the SnagIt License Key and create the package.
Note: When I created the package, I selected for the previous version to be uninstalled and keep existing files. You don't have to do it that way, but that's how I did it.
ZIP the following files:
.bat
.msi
.mst
UninstallerTool.exe
I uploaded the zip file through Inventory > Software > Create > New
Once that is done go to Distribution > Software > Create > New and input software information, and insert the following commands.
Full Command Line: msiexec /i Snagit.msi TRANSFORMS=Snagit.mst /qn /norestart
The company that I currently work for almost 2 years had a training with KACE few months before I started, but less than a hand full or people attended the class, and only 2 of them so what remembered how to deploy applications with KACE, nor did they care to use the feature. When I was shown how to insert .EXE file and a few commands, I decided to take it upon myself to figure it out, because no one else tried. So I just started using KACE to deploy Office 2019, Project 2019, and Visio 2019 for the first time a week ago, self-taught if I must add. Now, I have done SnagIt 2019 using KACE to deploy, which is including the license key. Since, then I was encouraged to create an ITNinja account and share with others.
Please feel to contact me if you have questions, or need any help.
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.