CDBurnerXP

From WPKG | Open Source Software Deployment and Distribution
Revision as of 16:56, 1 September 2006 by 81.137.179.73 (Talk)

Jump to: navigation, search

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>