Difference between revisions of "Caesium"
From WPKG | Open Source Software Deployment and Distribution
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]] |
Latest revision as of 01:13, 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>