Difference between revisions of "Caesium"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 2: Line 2:
 
[http://caesium.sourceforge.net/ Caesium] project.<br/><br/>
 
[http://caesium.sourceforge.net/ Caesium] project.<br/><br/>
 
<source lang="xml">
 
<source lang="xml">
<package
+
  <package
 
         id="caesium"
 
         id="caesium"
 
         name="Caesium Image Compressor"
 
         name="Caesium Image Compressor"
Line 13: Line 13:
 
   <upgrade 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' />
 
   <remove cmd='"%PROGRAMFILES%\Caesium\unins000.exe" /VERYSILENT /NORESTART' />
</package>
+
</package>
</source>
+
  
[[Category:Silent Installers]]
+
 
 +
[[category:Silent Installers]]

Revision as of 01:05, 22 February 2012

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>


[[category:Silent Installers]]