Difference between revisions of "XnView"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for XnView. | This is a silent installer and uninstaller for XnView. | ||
− | < | + | <source lang="xml"> |
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Line 36: | Line 36: | ||
</packages> | </packages> | ||
− | </ | + | </source> |
+ | |||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 10:58, 1 May 2008
This is a silent installer and uninstaller for XnView.
<?xml version="1.0" encoding="UTF-8"?>
<!--
XnView Homepage
http://www.xnview.com/
XnView download :
http://perso.orange.fr/pierre.g/xnview/endownload.html
WPKG pack by Gabriele
email: gaby"at"rantoloblog.it
-->
<packages>
<package
id="xnview"
name="XnView"
revision="1"
reboot="false"
priority="10">
<check type="uninstall" condition="exists" path="XnView 1.90.3" />
<install cmd='%SOFTWARE%\XnView-win.exe /norestart /silent' />
<upgrade cmd='%PROGRAMFILES%\XnView\unins000.exe /SILENT' />
<upgrade cmd='%SOFTWARE%\XnView-win.exe /norestart /silent' />
<remove cmd='%PROGRAMFILES%\XnView\unins000.exe /SILENT' />
</package>
</packages>