Difference between revisions of "Caesium"
From WPKG | Open Source Software Deployment and Distribution
(Caesium Image Compressor) |
(No difference)
|
Revision as of 01:54, 27 October 2010
This is a silent installer for the Caesium Image Compressor.
Caesium project.
<package
id="caesium"
name="Caesium Image Compressor"
revision="1"
reboot="false"
priority="2">
<check type="uninstall" condition="exists" path="Caesium version 0.2.3" />
<install cmd='"%SOFTWARE%\utilities\caesium-0.2.3-win.exe" /VERYSILENT /NORESTART' />
<upgrade cmd='"%SOFTWARE%\utilities\caesium-0.2.3-win.exe" /VERYSILENT /NORESTART' />
<remove cmd='"%PROGRAMFILES%\Caesium\unins000.exe" /VERYSILENT /NORESTART' />
</package>