Difference between revisions of "XnView"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (Edited some text)
Line 9: Line 9:
  
 
XnView download :
 
XnView download :
http://perso.orange.fr/pierre.g/xnview/endownload.html
+
http://download.xnview.com/XnView-win.exe
 
+
WPKG pack by Gabriele
+
email: gaby"at"rantoloblog.it
+
 
-->
 
-->
 
 
Line 24: Line 21:
 
     priority="10">
 
     priority="10">
 
 
<check type="uninstall" condition="exists" path="XnView 1.90.3" />
+
<check type="uninstall" condition="exists" path="XnView 1.97.8" />
 
 
<install cmd='%SOFTWARE%\XnView-win.exe /norestart /silent' />
+
<install cmd='%SOFTWARE%\XnView\XnView-win.exe /norestart /verysilent' />
 
 
<upgrade cmd='%PROGRAMFILES%\XnView\unins000.exe /SILENT' />
+
<upgrade cmd='%PROGRAMFILES%\XnView\unins000.exe /verysilent' />
<upgrade cmd='%SOFTWARE%\XnView-win.exe /norestart /silent' />
+
<upgrade cmd='%SOFTWARE%\XnView\XnView-win.exe /norestart /verysilent' />
 
 
<remove cmd='%PROGRAMFILES%\XnView\unins000.exe /SILENT' />
+
<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"