
8,842
Downloads
688
Downloads of v 2019.1.0
12/11/2018
Last update
Snagit (Install)
2019.1.0
Snagit is a image capture program from TechSmith.
Beyond ordinary screen capture
Snagit's award-winning screen capture software is the only program with built-in advanced image editing and screen recording.
Capture anything on your screen
Snagit makes it easier and more intuitive to capture your screen or record video. Capture your entire desktop, region, window, or scrolling screen.
Edit with a few clicks
Get a full suite of editing tools. And create images on your own. Edit screenshots or build custom graphics. Without needing to work with a designer.
Deliver results
The human brain processes visuals 60,000 times faster than text. Snagit makes it easy to add videos and images to your email, training materials, documentation, blogs, or social media. Or get a short URL to share your screenshots and recordings with anyone.
Snagit integrates with the tools you use
- Microsoft PowerPoint
- Microsoft Word
- Microsoft Excel
- Microsoft OneDrive for Business
- Google Drive
- ... and more
NOTE: This is a trial install of Snagit. To use your license key see Parameters below.
Parameters:
/licensekey:ABCD-EFGH-IJKL
Registered license key. If this is missing a 30 day trial is installed./licensename:""Joe Bloggs""
Registered name for the license. Can only be used if a /licensekey is specified/nodesktopshortcut
Does not install an application shortcut on the desktop.
Example: -params='"/licensekey:ABCD-EFGH-IJKL /licensename:""Joe Bloggs"" /nodesktopshortcut"'
NOTE: TechSmith seem to be okay with releasing a new version of the same version. This throws out the checksum of the package. If you find this happening, please raise an issue at https://github.com/pauby/chocopackages/issues. Thanks.
NOTE: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.
To install Snagit (Install), run the following command from the command line or from PowerShell:
C:\> choco install snagit
To upgrade Snagit (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade snagit
Files
Hide- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" # Old Techsmith software versions can be found at https://www.techsmith.com/download/oldversions $url64 = 'https://download.techsmith.com/snagit/enu/1910/snagit.msi' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'MSI' url64bit = $url64 checksum64 = '3ac3c568a515d375eafe33dd712061ccb1814839dcf7e0070e3ea56fab969cb2' checksumType64 = 'SHA256' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" # ALLUSERS=1 DISABLEDESKTOPSHORTCUT=1 ADDDESKTOPICON=0 ADDSTARTMENU=0 validExitCodes = @(0, 3010, 1641) } $arguments = Get-PackageParameters -Parameter $env:chocolateyPackageParameters # use licensekey instead of licenseCode as this is consistent with Camtasia if ($arguments.ContainsKey('licenseCode')) { if (-not ($arguments.ContainsKey('licensekey'))) { # create licensekey key with licenseCode value $arguments.licensekey = $arguments.licenseCode } $arguments.Remove('licenseCode') } foreach ($param in $arguments.Keys) { switch ($param) { "licensekey" { $licenseKey = $arguments["licensekey"] Write-Verbose "Parameter - License Key: $licenseKey" $packageArgs.silentArgs = "TSC_SOFTWARE_KEY=$licenseKey " + $packageArgs.silentArgs if ($arguments.ContainsKey("licensename")) { $licenseName = $arguments["licensename"] Write-Verbose "Parameter - License Name: $licenseName" $packageArgs.silentArgs = "TSC_SOFTWARE_USER=$licenseName " + $packageArgs.silentArgs } } "nodesktopshortcut" { Write-Verbose "Parameter - Desktop Shortcut: Disabled" $packageArgs.silentArgs = "TSC_DESKTOP_LINK=0 " + $packageArgs.silentArgs } } } Install-ChocolateyPackage @packageArgs
Virus Scan Results
- snagit.2019.1.0.nupkg (5310f4c2d81a) - ## / 60 - Log in or click on link to see number of positives
Dependencies
Package Maintainer(s)
Software Author(s)
Copyright
2018 TechSmith
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Snagit (Install) 2019.1.0 | 688 | Tuesday, December 11, 2018 | approved |
Snagit (Install) 2019.0.1.20181107 | 329 | Wednesday, November 7, 2018 | approved |
Snagit 18.1.1 | 1146 | Monday, June 18, 2018 | approved |
Snagit 18.1.0 | 684 | Tuesday, March 27, 2018 | approved |
Snagit 18.0.0 | 867 | Wednesday, November 1, 2017 | approved |
Snagit 13.1.1 | 1336 | Monday, March 6, 2017 | approved |
Snagit 12.4.1.20150923 | 1896 | Tuesday, September 22, 2015 | approved |
Snagit 12.4.1 | 591 | Sunday, September 6, 2015 | approved |
Discussion for the Snagit (Install) Package
Ground rules:
- This discussion is only about Snagit (Install) and the Snagit (Install) package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Snagit (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.