Difference between revisions of "PIXresizer"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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...")
 
 
Line 8: Line 8:
 
<packages>
 
<packages>
  
<package id='PixResizer' name='PixResizer' revision='%version%' priority='92' reboot='false'>
+
<package id='PIXresizer' name='PIXresizer' revision='%version%' priority='92' reboot='false'>
  
 
<variable name="version" value="2.0.5" />
 
<variable name="version" value="2.0.5" />

Latest revision as of 11:54, 3 January 2013

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

<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>

External Links