Changes

Greenshot

712 bytes added, 18:49, 15 September 2010
Created page with 'Greenshot is a opensource screen capture utility available at [http://getgreenshot.org/ http://getgreenshot.org/] == Installation == <source lang="xml"> <packages> <package…'
Greenshot is a opensource screen capture utility available at [http://getgreenshot.org/ http://getgreenshot.org/]

== Installation ==

<source lang="xml">
<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>
</source>
24
edits