Difference between revisions of "CDBurnerXP"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 10: Line 10:
 
     <check type="file" condition="exists" path="%PROGRAMFILES%\CDBurnerXP Pro 3\cdbxp.exe" />
 
     <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 "%SOFTWARE%\CDBurnerXPPro\CDBurnerXP Pro 3.msi" /qb ALLUSERS=1' />
        <exit code="0" />
+
     <remove cmd='MsiExec.exe /q /x{896D642C-7125-44F0-AC49-A23ABF82209C}' />
    </install>  
+
     <remove cmd='MsiExec.exe /q /x{896D642C-7125-44F0-AC49-A23ABF82209C}'>
+
        <exit code="0"/>
+
    </remove>
+
 
</package>
 
</package>
 
</pre>
 
</pre>
  
 
[[category:Silent Installers|CDBurnerXP Pro]]
 
[[category:Silent Installers|CDBurnerXP Pro]]

Revision as of 20:05, 30 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 "%SOFTWARE%\CDBurnerXPPro\CDBurnerXP Pro 3.msi" /qb ALLUSERS=1' />
    <remove cmd='MsiExec.exe /q /x{896D642C-7125-44F0-AC49-A23ABF82209C}' />
</package>