Changes

IZArc

781 bytes added, 13:35, 24 July 2012
Installer Package: add different package example
</package>
</source>
 
Slightly different version, showing different options available.
<source lang="xml">
<package id="izarc"
name="IZArc Compression Tool"
revision="%PKG_VERSION%"
reboot="false"
priority="1">
 
<variable name="PKG_VERSION" value="4.1.6"/>
<variable name="PKG_SHORTNAME" value="izarc"/>
<variable name="PKG_NAME" value="IZArc"/>
 
<check type="uninstall" condition="exists" path="%PKG_NAME% %PKG_VERSION%"/>
 
<install cmd='%SOFTWARE%\%PKG_SHORTNAME%\%PKG_SHORTNAME%.exe /SILENT /NOCANDY /ArcTypes=ALL'/>
 
<remove cmd='"C:\Program Files\IZArc\unins000.exe" /SILENT /NORESTART'/>
<remove cmd='%ComSpec% /c assoc .zip=CompressedFolder'/>
</package>
</source>
Anonymous user