Difference between revisions of "CDBurnerXP"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 18: Line 18:
 
</package>
 
</package>
 
</pre>
 
</pre>
 +
 +
[[category:Silent Installers|CDBurnerXP Pro]]

Revision as of 00:35, 28 October 2005

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="C:\Program Files\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>