Difference between revisions of "XnView"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(XnView)
 
m
Line 1: Line 1:
 +
This is a silent installer and uninstaller for XnView.
 +
 
<pre>
 
<pre>
 
<?xml version="1.0" encoding="UTF-8"?>
 
<?xml version="1.0" encoding="UTF-8"?>

Revision as of 13:27, 23 April 2007

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>