Difference between revisions of "XnView"
From WPKG | Open Source Software Deployment and Distribution
m (Edited some text) |
|||
Line 9: | Line 9: | ||
XnView download : | XnView download : | ||
− | http:// | + | http://download.xnview.com/XnView-win.exe |
− | + | ||
− | + | ||
− | + | ||
--> | --> | ||
Line 24: | Line 21: | ||
priority="10"> | priority="10"> | ||
− | <check type="uninstall" condition="exists" path="XnView 1. | + | <check type="uninstall" condition="exists" path="XnView 1.97.8" /> |
− | <install cmd='%SOFTWARE%\XnView-win.exe /norestart / | + | <install cmd='%SOFTWARE%\XnView\XnView-win.exe /norestart /verysilent' /> |
− | <upgrade cmd='%PROGRAMFILES%\XnView\unins000.exe / | + | <upgrade cmd='%PROGRAMFILES%\XnView\unins000.exe /verysilent' /> |
− | <upgrade cmd='%SOFTWARE%\XnView-win.exe /norestart / | + | <upgrade cmd='%SOFTWARE%\XnView\XnView-win.exe /norestart /verysilent' /> |
− | <remove cmd='%PROGRAMFILES%\XnView\unins000.exe / | + | <remove cmd='%PROGRAMFILES%\XnView\unins000.exe /verysilent' /> |
</package> | </package> |
Revision as of 04:36, 15 October 2010
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://download.xnview.com/XnView-win.exe
-->
<packages>
<package
id="xnview"
name="XnView"
revision="1"
reboot="false"
priority="10">
<check type="uninstall" condition="exists" path="XnView 1.97.8" />
<install cmd='%SOFTWARE%\XnView\XnView-win.exe /norestart /verysilent' />
<upgrade cmd='%PROGRAMFILES%\XnView\unins000.exe /verysilent' />
<upgrade cmd='%SOFTWARE%\XnView\XnView-win.exe /norestart /verysilent' />
<remove cmd='%PROGRAMFILES%\XnView\unins000.exe /verysilent' />
</package>
</packages>
If you're looking to bypass the initial Configuration Wizard popup for all users just create an empty xnview.ini file inside the installation dir:
echo. > "%PROGRAMFILES%\XnView\xnview.ini"