Changes

7-Zip

795 bytes added, 15:58, 27 July 2009
m
I added the package file for the x64 bit edition of 7-zip.
@="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\""
</pre>
 
== MSI installer package.xml for 7-zip x64 ==
 
For the 64 bit version of 7-Zip you just have to change the check-flag. This is the method, which sets 7-Zip as default application for archives.
 
<source lang="xml">
<package id="7zip-x64"
name="7-Zip x64"
revision="465"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="7-Zip 4.65 (x64 edition)" />
<install cmd='msiexec /qn /norestart /i %SOFTWARE%\7zip\7z465-x64.msi' />
<install cmd="regedit /s %SETTINGS%\7zip.reg"/>
<upgrade cmd='msiexec /qn /norestart /i %SOFTWARE%\7zip\7z465-x64.msi' />
<upgrade cmd="regedit /s %SETTINGS%\7zip.reg"/>
<remove cmd='msiexec /x "%SOFTWARE%\7zip\7z465-x64.msi" /qn' />
</package>
</source>
== 7-Zip EXE installer options ==
2
edits