65
edits
Changes
Created page with "[http://www.faststone.org/ Faststone Image Viewer] is an image browser, converter and editor that supports all major graphic formats. It is provided as freeware for personal an..."
[http://www.faststone.org/ Faststone Image Viewer] is an image browser, converter and editor that supports all major graphic formats.
It is provided as freeware for personal and educational use. For commercial use, a license is required.
==FastStone 4.6 (2011-06-29)==
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="faststone" name="FastStone" revision="%shortversion%" reboot="false" priority="1">
<variable name="shortversion" value="46" />
<variable name="exesize" value="1769472" />
<!-- Note that FastStone reports no Version, so the filesize is only used as check condition -->
<check type="file" condition="sizeequals" path="%ProgramFiles(x86)%\FastStone Image Viewer\FSViewer.exe" value="%exesize%" />
<install cmd='%SOFTWARE%\FastStone\FSViewerSetup%shortversion%.exe /S' />
<upgrade cmd='%SOFTWARE%\FastStone\FSViewerSetup%shortversion%.exe /S' />
<remove cmd='"%ProgramFiles(x86)%\FastStone Image Viewer\uninst.exe" /S' />
</package>
</packages>
</source>
[[category:Silent Installers|Faststone]]
It is provided as freeware for personal and educational use. For commercial use, a license is required.
==FastStone 4.6 (2011-06-29)==
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="faststone" name="FastStone" revision="%shortversion%" reboot="false" priority="1">
<variable name="shortversion" value="46" />
<variable name="exesize" value="1769472" />
<!-- Note that FastStone reports no Version, so the filesize is only used as check condition -->
<check type="file" condition="sizeequals" path="%ProgramFiles(x86)%\FastStone Image Viewer\FSViewer.exe" value="%exesize%" />
<install cmd='%SOFTWARE%\FastStone\FSViewerSetup%shortversion%.exe /S' />
<upgrade cmd='%SOFTWARE%\FastStone\FSViewerSetup%shortversion%.exe /S' />
<remove cmd='"%ProgramFiles(x86)%\FastStone Image Viewer\uninst.exe" /S' />
</package>
</packages>
</source>
[[category:Silent Installers|Faststone]]