Difference between revisions of "Xara (Desktop Publishing)"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 3: | Line 3: | ||
<package id="xara" name="Xara (Desktop Publishing)" revision="1" priority="0" reboot="false"> | <package id="xara" name="Xara (Desktop Publishing)" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="Xara X" /> | <check type="uninstall" condition="exists" path="Xara X" /> | ||
− | <install cmd='msiexec /q /l* c:\netinst\logs\xara.log /i " | + | <install cmd='msiexec /q /l* c:\netinst\logs\xara.log /i "%SOFTWARE%\xara\Xara X.msi" ' /> |
− | <install cmd='regedit /s | + | <install cmd='regedit /s %SOFTWARE%\xara\xara.reg' /> |
<remove cmd='msiexec /qn /l* c:\netinst\logs\xara.log /x{05FE2E09-0AAA-42B6-8E09-5C396A38296D}' /> | <remove cmd='msiexec /qn /l* c:\netinst\logs\xara.log /x{05FE2E09-0AAA-42B6-8E09-5C396A38296D}' /> | ||
− | |||
</package> | </package> | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 13:49, 3 October 2006
This is a silent installer and deinstaller for Xara (Desktop Publishing).
<package id="xara" name="Xara (Desktop Publishing)" revision="1" priority="0" reboot="false"> <check type="uninstall" condition="exists" path="Xara X" /> <install cmd='msiexec /q /l* c:\netinst\logs\xara.log /i "%SOFTWARE%\xara\Xara X.msi" ' /> <install cmd='regedit /s %SOFTWARE%\xara\xara.reg' /> <remove cmd='msiexec /qn /l* c:\netinst\logs\xara.log /x{05FE2E09-0AAA-42B6-8E09-5C396A38296D}' /> </package>