Difference between revisions of "Caesium"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 14: Line 14:
 
   <remove cmd='"%PROGRAMFILES%\Caesium\unins000.exe" /VERYSILENT /NORESTART' />
 
   <remove cmd='"%PROGRAMFILES%\Caesium\unins000.exe" /VERYSILENT /NORESTART' />
 
  </package>
 
  </package>
 
+
</source>
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 21:06, 7 August 2011

This is a silent installer for the Caesium Image Compressor.

Caesium project.

  <package
        id="caesium"
        name="Caesium Image Compressor"
        revision="4"
        reboot="false"
        priority="2">
  <variable name="version" value="1.3.1" />
  <check type="uninstall" condition="exists" path="Caesium version %version%" />
   <install cmd='"%SOFTWARE%\utilities\caesium-%version%-win.exe" /VERYSILENT /NORESTART' />
   <upgrade cmd='"%SOFTWARE%\utilities\caesium-%version%-win.exe" /VERYSILENT /NORESTART' />
   <remove cmd='"%PROGRAMFILES%\Caesium\unins000.exe" /VERYSILENT /NORESTART' />
 </package>