Changes

Irfanview

1,291 bytes added, 09:25, 22 July 2008
new version iview420_setup.exe
[http://www.irfanview.com Irfanview] is a freeware image viewer and minor image editor.
 
=== Irfanview 4.20 ===
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
 
<packages>
 
<package
id="irfanview"
name="IrfanView"
revision="420"
reboot="false"
priority="0">
<check type="file" condition="versionequalto" path="%PROGRAMFILES%\IrfanView\i_view32.exe" value="4.20" />
<!-- Irfanview 3.99 didn't bump the version in the executable, so check the size too -->
<!-- Size need to be updated so it is not activated here -->
<!-- <check type="file" condition="sizeequals" path="%PROGRAMFILES%\IrfanView\i_view32.exe" value="460800" /> -->
<install cmd='%SOFTWARE%\irfanview\iview420_setup.exe /silent /folder="%ProgramFiles%\Irfanview" /desktop=1 /group=1 /allusers=1 /assoc=1' />
<!-- bring in our INI file which forces Irfanview to use per-user configurations in %APPDATA% -->
<install cmd='cmd /c copy /y "%SOFTWARE%\irfanview\i_view32.ini" "%ProgramFiles%\Irfanview\"' />
<upgrade cmd='"%PROGRAMFILES%\IrfanView\iv_uninstall.exe" /silent' />
<upgrade cmd='%SOFTWARE%\irfanview\iview420_setup.exe /silent /folder="%ProgramFiles%\Irfanview" /desktop=1 /group=1 /allusers=1 /assoc=1' />
<remove cmd='"%PROGRAMFILES%\IrfanView\iv_uninstall.exe" /silent' />
</package>
 
</packages>
</source>
 
=== Irfanview 3.99 ===
<source lang="xml">
</source>
=== Plugins:=== 
<source lang="xml">
<package id="irfanview_plugins" name="Irfanview Plugins" revision="1" reboot="false" priority="1">
Anonymous user