About: Snagit is screen capture and screen recording software for Windows and macOS.
Application Name: Snagit
Version: 2023
Main Application Website URL: https://download.techsmith.com/snagit/r ... snagit.exe
EXE Installer (Silent Install): snagit.exe
Code: Select all
/install /quiet /norestartEXE Installer (Silent Uninstall): snagit.exe
Code: Select all
/uninstall /quiet /norestartCode: Select all
msiexec /i snagit.msi TSC_SOFTWARE_KEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /qn /l*v <log_file_path>Code: Select all
msiexec /x {ProductCode} /qn /l*v <log_file_path>