Difference between revisions of "CDR Tools Frontend"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 2: | Line 2: | ||
<package id="cdrtfe" name="CDR Tools Frontend" revision="1" priority="0" reboot="false"> | <package id="cdrtfe" name="CDR Tools Frontend" revision="1" priority="0" reboot="false"> | ||
− | <check type="file" condition="exists" path=" | + | <check type="file" condition="exists" path="%PROGRAMFILES%\cdrtfe\cdrtfe.exe" /> |
− | <install cmd=' | + | <install cmd='%SOFTWARE%\cdrtfe\inst-cdrtfe.exe /S ' /> |
− | <remove cmd=' | + | <remove cmd='%PROGRAMFILES%\cdrtfe\uninstallcdrtfe.exe' /> |
− | + | ||
</package> | </package> | ||
[[category:Silent Installers|CDR Tools Frontend]] | [[category:Silent Installers|CDR Tools Frontend]] |
Revision as of 20:05, 30 September 2006
This is a silent installer and uninstaller for CDR Tools Frontend.
<package id="cdrtfe" name="CDR Tools Frontend" revision="1" priority="0" reboot="false"> <check type="file" condition="exists" path="%PROGRAMFILES%\cdrtfe\cdrtfe.exe" /> <install cmd='%SOFTWARE%\cdrtfe\inst-cdrtfe.exe /S ' /> <remove cmd='%PROGRAMFILES%\cdrtfe\uninstallcdrtfe.exe' /> </package>