Difference between revisions of "XnView"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(XnView)
(No difference)

Revision as of 12:12, 23 April 2007

<?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>