Difference between revisions of "CDBurnerXP"
From WPKG | Open Source Software Deployment and Distribution
| Line 8: | Line 8: | ||
reboot="false" | reboot="false" | ||
priority="0"> | priority="0"> | ||
| − | <check type="file" condition="exists" path=" | + | <check type="file" condition="exists" path="%PROGRAMFILES%\CDBurnerXP Pro 3\cdbxp.exe" /> |
<install cmd='msiexec /i "\\server\share\CDBurnerXP Pro 3.msi" /qb ALLUSERS=1'> | <install cmd='msiexec /i "\\server\share\CDBurnerXP Pro 3.msi" /qb ALLUSERS=1'> | ||
Revision as of 16:56, 1 September 2006
CDBurnerXP Pro: A free CD burning tool
<package
id="cdburnerxppro"
name="CDBurnerXP Pro 3"
revision="116"
reboot="false"
priority="0">
<check type="file" condition="exists" path="%PROGRAMFILES%\CDBurnerXP Pro 3\cdbxp.exe" />
<install cmd='msiexec /i "\\server\share\CDBurnerXP Pro 3.msi" /qb ALLUSERS=1'>
<exit code="0" />
</install>
<remove cmd='MsiExec.exe /q /x{896D642C-7125-44F0-AC49-A23ABF82209C}'>
<exit code="0"/>
</remove>
</package>