25 lines
504 B
XML
25 lines
504 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<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='software\XnView\unins000.exe /SILENT' />
|
||
|
<upgrade cmd='software\XnView-win.exe /norestart /silent' />
|
||
|
|
||
|
<remove cmd='C:\Program Files\XnView\unins000.exe /SILENT' />
|
||
|
|
||
|
</package>
|
||
|
|
||
|
</packages>
|