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…') |
(No difference)
|
Revision as of 18:49, 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>