13
edits
Changes
fixed Windows 32/64 Bit Checks
This is a silent installer and uninstaller for CDBurnerXP Pro.
[http://www.cdburnerxp.se/ CDBurnerXP]: A free CD burning tool. For more deploying information visit [http://cdburnerxp.se/help/kb/13].
== Version 4.5.* ==
* fixed Windows 32/64 Bit Checks* the upgrade command is still untested <source lang="xml"><package id= "cdburnerxp" name="CDBurnerXP " revision="%version%" reboot="false" priority="10"> <variable name="version" value="4.5.3.4643" /> <check type="logical" condition="or"> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\CDBurnerXP\cdbxpp.exe" value="%version%" /> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES(x86)%\CDBurnerXP\cdbxpp.exe" value="%version%" /> </check> <install cmd='"%SOFTWARE%\Brennsoftware\cdbxp_setup_%version%.exe" /verysilent ALLUSERS=1' /> <!--install cmd='CMD /c del "%ALLUSERSPROFILE%\Desktop\CDBurnerXP.lnk"' /--> <upgrade cmd='"%SOFTWARE%\Brennsoftware\cdbxp_setup_%version%.exe" /verysilent ALLUSERS=1' /> <remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES(x86)%\CDBurnerXP\unins000.exe" "%PROGRAMFILES(x86)%\CDBurnerXP\unins000.exe" /VERYSILENT'/> <remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\CDBurnerXP\unins000.exe" "%PROGRAMFILES%\CDBurnerXP\unins000.exe" /VERYSILENT'/></package></source> == Version 4.4.1 ==
* added a Windows 32/64 Bit Check
* the upgrade command is untested
<source lang="xml">
<?xml versionpackage id="1.0cdburnerxp" encoding name="UTF-8CDBurnerXP" revision="6" reboot="false" priority="1"?>
<packagesvariable name="version" value="4.4.1.3243" />
<package idcheck type="cdburnerfile" namecondition="CDBurnerXPversiongreaterorequal" revisionpath="6" reboot="false%PROGRAMFILES%\CDBurnerXP\cdbxpp.exe" priorityvalue="1%version%"/>
<remove cmd='%COMSPEC% /packagesC if exist "%PROGRAMFILES(x86)%\CDBurnerXP\unins000.exe" "%PROGRAMFILES(x86)%\CDBurnerXP\unins000.exe" /VERYSILENT'/> <remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\CDBurnerXP\unins000.exe" "%PROGRAMFILES%\CDBurnerXP\unins000.exe" /VERYSILENT'/></package>
</source>
== CDBurnerXP Version 4 .3.2 ==
To install CDBurnerXP with default settings, use this package.
<source lang="xml">
<package
id="cdburnerxp"
revision="432"
reboot="false"
priority="0">
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="CDBurnerXP" />
<remove cmd='"%programfiles%\CDBurnerXP\unins000.exe" /VERYSILENT' />
</package>
</source>
You can also install CDBurnerXP with an installation config file to specify more settings. Here is the cdburnerxp.xml package using a default.cfg file.
<source lang="xml">
<package
id="cdburnerxp"
</package>
</source>
</pre>
== CDBurnerXP Pro Version 3 Pro ==
<source lang="xml">