Changes

PIXresizer

1,124 bytes added, 11:53, 3 January 2013
Created page with "PIXresizer is a freeware photo resizing program to easily create web and e-mail friendly versions of your images with reduced file sizes. It allows resize pictures in batch. Ins..."
PIXresizer is a freeware photo resizing program to easily create web and e-mail friendly versions of your images with reduced file sizes. It allows resize pictures in batch.

Install Type: InnoSetup
http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html

==WPKG Package==
<source lang="xml">
<packages>

<package id='PixResizer' name='PixResizer' revision='%version%' priority='92' reboot='false'>

<variable name="version" value="2.0.5" />

<check type="registry" condition="equals" path="HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\PIXresizer_is1\DisplayVersion" value="%version%" />

<install cmd='"%SOFTWARE%\PixResizer\PIXresizer-%version%.exe" /verysilent' />

<upgrade include="remove" />
<upgrade include="install" />

<remove architecture="x86" cmd='%COMSPEC% /C "%PROGRAMFILES%\PIXresizer\unins000.exe" /verysilent' />
<remove architecture="x64" cmd='%COMSPEC% /C "%PROGRAMFILES(x86)%\PIXresizer\unins000.exe" /verysilent' />

</package>

</packages>
</source>

=External Links=
*[http://bluefive.pair.com/pixresizer.htm PIXresizer Website]

[[Category:Silent Installers]]
Anonymous user