Greenshot

From WPKG | Open Source Software Deployment and Distribution
Revision as of 19:43, 15 September 2010 by WPKGSysop (Talk | contribs)

Jump to: navigation, search

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>