Difference between revisions of "Greenshot"
From WPKG | Open Source Software Deployment and Distribution
(Created page with 'Greenshot is a opensource screen capture utility available at [http://getgreenshot.org/ http://getgreenshot.org/] == Installation == <source lang="xml"> <packages> <package…') |
m |
||
Line 23: | Line 23: | ||
</packages> | </packages> | ||
</source> | </source> | ||
+ | |||
+ | [[category:Silent Installers]] |
Revision as of 19:43, 15 September 2010
Greenshot is a opensource screen capture utility available at http://getgreenshot.org/
Installation
<packages>
<package
id="greenshot"
name="Greenshot"
revision="1"
priority="0"
reboot="false">
<check type="uninstall" condition="exists" path="Greenshot"/>
<install cmd='"%SOFTWARE%\greenshot\Greenshot-INSTALLER-0.8.0-0627.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'/>
<upgrade cmd='"%SOFTWARE%\greenshot\Greenshot-INSTALLER-0.8.0-0627.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'/>
<remove cmd='"%ProgramFiles%\Greenshot\unins000.exe" /SILENT'/>
</package>
</packages>