Changes

Jump to: navigation, search

CDBurnerXP

914 bytes added, 14:17, 26 March 2014
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
* more deploying information on http://cdburnerxp.se/help/kb/13
<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%"/>
<variable name="version" value="4.4.1.3243" /> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\CDBurnerXP\cdbxpp.exe" value="%version%" /> <install cmd='"%SOFTWARE%\cdburner\cdbxp_setup_%version%.exe" /verysilent ALLUSERS=1' /> <install cmd='CMD /c del "%ALLUSERSPROFILE%\Desktop\CDBurnerXP.lnk"' /> <upgrade cmd='"%SOFTWARE%\cdburner\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'/>
<upgrade cmd='"%SOFTWARE%\cdburner\cdbxp_setup_%version%.exe" /verysilent ALLUSERS=1' /package>
<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">
<?xml version="1.0" encoding="utf-8" ?>
<packages>
<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>
</packages>
</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">
<?xml version="1.0" encoding="utf-8" ?>
<packages>
 
<package
id="cdburnerxp"
</package>
 
</packages>
</source>
</pre>
== CDBurnerXP Pro Version 3 Pro ==
<source lang="xml">

Navigation menu