FAQ | This is a LIVE service | Changelog

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

Initial commit

parents
No related branches found
No related tags found
1 merge request!77Irfanview.xml
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="irfanview" name="Irfanview" revision="%version%.2" priority="0" reboot="false">
<variable name="version" value="4.35" />
<variable name="shortversion" value="435" />
<!-- NB this package is a merge of the main irfanview package and the separate plugins
package from wpkg.org; we may as well always have the plugins -->
<check type="logical" condition="and">
<!-- irfanview itself -->
<check type="uninstall" condition="versiongreaterorequal" path="IrfanView (remove only)" value="%version%" />
<!-- and the plugins -->
<check type="file" condition="exists" path="%programfileswpkg%\irfanview\plugins\iv_player.exe" />
</check>
<install cmd='%software%\irfanview\iview%shortversion%_setup.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=1' />
<install cmd='%software%\irfanview\irfanview_plugins_%shortversion%_setup.exe /silent'/>
<install cmd='cmd /c copy "%software%\irfanview\i_view32.ini" "%programfileswpkg%\irfanview"' />
<upgrade include="remove"/>
<upgrade include="install"/>
<remove cmd='"%programfileswpkg%\irfanview\iv_uninstall.exe" /silent' />
<!-- the uninstaller leaves itself behind, so remove it -->
<remove cmd='cmd /c rmdir /s /q "%programfileswpkg%\irfanview"' />
</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