FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 1239c548 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Merge branch '7zip' into 'master'

7zip

See merge request !1
parents 15b0a177 0f824e4c
No related branches found
No related tags found
1 merge request!17zip
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="7zip" name="7-Zip" revision="%version%.1" reboot="false" priority="0">
<variable name="version" value="19.00" />
<variable name="fileversion" value="1900" />
<check type="uninstall" condition="exists" path="7-Zip %version% (x64)" architecture="x64"/>
<check type="uninstall" condition="exists" path="7-Zip %version%" architecture="x86"/>
<install cmd="%wpkgsoftware%\7zip\7z%fileversion%-x64.exe /S" architecture="x64" />
<install cmd="%wpkgsoftware%\7zip\7z%fileversion%.exe /S" architecture="x86" />
<upgrade include="remove" />
<upgrade include="install" />
<!-- old version of package had a non-helpful revision number=920 so newer
wpkg versions count as downgrades -->
<downgrade include="remove"/>
<downgrade include="install" />
<!-- try to remove 9.20, but don't complain if it's not currently installed -->
<remove cmd='msiexec /qn /x{23170F69-40C1-2701-0920-000001000000}'>
<exit code="1605" />
</remove>
<remove cmd='cmd.exe /c start "" /b /wait "%programfiles%\7-zip\uninstall.exe" /S'>
<condition>
<check type="file" condition="exists" path="%programfiles%\7-zip\uninstall.exe"/>
</condition>
</remove>
</package>
</packages>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment