Difference between revisions of "IZArc"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with 'A free file compressor/extractor: [http://www.izarc.org/ www.izarc.org] == Installer Package == <source lang="xml"> <package id="izarc" name="IZArc 4.1.2" re…')
(No difference)

Revision as of 09:03, 10 September 2010

A free file compressor/extractor: www.izarc.org

Installer Package

<package
	 id="izarc"
         name="IZArc 4.1.2"
         revision="1"
         reboot="false"
         priority="10">

       <check type="uninstall" condition="exists" path="IZArc 4.1.2" />

       <install cmd='%SOFTWARE%\IZArc4.1.2.exe /SILENT /NOCANDY /Language="German" /ArcTypes="7z,a,ace,arc,arj,b64,bh,bz2,bza,cab,cpio,deb,enc,gca,gz,gza,ha,ize,lha,lib,lzh,mbf,nim,pak,pk3,rar,rpm,tar,taz,tbz,tgz,tz,uue"' />

       <upgrade cmd='%SOFTWARE%\IZArc4.1.2.exe /SILENT /NOCANDY /Language="German" /ArcTypes="7z,a,ace,arc,arj,b64,bh,bz2,bza,cab,cpio,deb,enc,gca,gz,gza,ha,ize,lha,lib,lzh,mbf,nim,pak,pk3,rar,rpm,tar,taz,tbz,tgz,tz,uue"' />

</package>

Links