Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

905,402

Downloads of v 4.5.8.712800:

219,881

Last Update:

20 Nov 2019

Package Maintainer(s):

Software Author(s):

  • Canneverbe Limited

Tags:

cdburnerxp freeware burn media cd dvd iso data admin

CDBurnerXP

  • 1
  • 2
  • 3

4.5.8.712800 | Updated: 20 Nov 2019

Downloads:

905,402

Downloads of v 4.5.8.712800:

219,881

Software Author(s):

  • Canneverbe Limited

CDBurnerXP 4.5.8.712800

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install CDBurnerXP, run the following command from the command line or from PowerShell:

>

To upgrade CDBurnerXP, run the following command from the command line or from PowerShell:

>

To uninstall CDBurnerXP, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade cdburnerxp -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade cdburnerxp -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install cdburnerxp
  win_chocolatey:
    name: cdburnerxp
    version: '4.5.8.712800'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'cdburnerxp' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.5.8.712800'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller cdburnerxp
{
    Name     = "cdburnerxp"
    Version  = "4.5.8.712800"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'cdburnerxp':
  ensure   => '4.5.8.712800',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 27 Aug 2020.

Description

CDBurnerXP is a free application to burn CDs and DVDs, including Blu-Ray and HD-DVDs. It also includes the feature to burn and create ISOs, as well as a multilanguage interface. Everyone, even companies, can use it for free. It does not include adware or similar malicious components.

Features

Create Data-CDs/DVDs

  • burn any Data on CD-R/CD-RW/DVD+R/DVD-R/DVD+RW/DVD-RW/DVD-RAM/BD/HD-DVD, including double layer mediums
  • Supports burning data on permanent backup M-Discs, which promise up to 1000 years of data preservation.
  • burn mp3-CDs to store many audio files on one single disc
  • create bootable discs
  • Disc spanning: Spread data on multiple discs
  • verify written Data automatically after burning process
  • use either the internal browser to add your files or the intuitive Drop-Box to drag and drop files directly from any Windows Explorer window
  • save your compilations for creation of backups
  • burn on-the-fly and with buffer-underrun protections
  • import previous (ISO 9660) sessions and edit existing file structure on CD/DVD
  • quick- and full-erase disc
  • copy data discs (possible copy-protection is not bypassed)
  • retrieve recorder and disc information

Create Audio-CDs

  • Create Audio-CDs from the following formats: MP3, WAV, OGG, FLAC, WMA, APE, MPC, WV (WavPack), ALAC (Apple Lossless)
  • add single or multiple tracks from existing audio-CDs directly to your new compilation without ripping tracks before (add cda-files)
  • play audio-files with integrated audio player
  • gapless audio-CDs supported (disc-at-once-mode)
  • Import M3U or WPL playlists or Nero audio compilations (NRA)
  • support for ReplayGain
  • support for CD-Text
  • Export audio compilations as M3U playlist and Cue sheet
  • create mixed-mode discs

ISO features

  • burn ISO files to CD
  • create your own ISO files
  • convert bin- and nrg-files to ISO
  • save CDs/DVDs as ISO file to disc

Other features

  • simple cover printing feature for data- and audio-discs
  • LightScribe integration
  • Command line version
  • supports most IDE, USB, Firewire and SCSI drives
  • integrated option to enable access to drive for restricted users
  • multi-language interface
  • online update

legal\LICENSE.txt
License Agreement

By using, copying or distributing CDBurnerXP and accompanying documentation (the program's object code and documentation are collectively referred to as „the software“), you indicate your acceptance of the following license terms:

1. Usage

Canneverbe Limited grants you (the licensee) a permission to use the software at no cost, both for commercial and non-commercial purposes on any computer in your possession. You may also make copies and distribute the software according to requirements of section 2 below.

2. Distribution

As used in this agreement, the term “distribute” (and its variants) includes making the Software available (either intentionally or unintentionally) to third parties for copying or use. You may not impose any further restrictions on the recipients' exercise of the rights granted herein.
You may distribute the software under the following conditions:
You may not modify, combine other commercial applications with, or otherwise prepare derivative works of the software.
You may not distribute the software for a fee (by payment of money or otherwise, whether direct or indirect). In particular (but not limited to), you may not charge for the software to recover media costs associated with its distribution, you may not charge for a product or compilation the software is a part of, you may not provide a paid download of the software and you may not require a registration of some kind (for example, on your website) for downloading the software. As an exception to the condition above,
you may personally install the software as part of a free or paid service.
you may distribute the software along with computer hardware, as long as there is a reference to the inclusion of the software (for example, a printed logo or a desktop icon on preinstalled computer systems).
You must not distribute the software in a manner, which arouses the impression that the software cannot be obtained for free or involves fees for its usage.
You must make reference to this licence (by Uniform Resource Identifier (URI), spoken word or as appropriate to the media used) on all copies of the software distributed.
You must keep intact all notices that refer to this licence, in particular the URI, if any, that are associated with the software

3. Warranties and Disclaimer

The software and any support from Canneverbe Limited are provided “AS IS” and without warranty, express or implied. Canneverbe Limited specifically disclaim any implied warranties of merchantability and fitness for a particular purpose. In no event will Canneverbe Limited be liable for any damages, including but not limited to any lost profits, lost savings or any incidental or consequential damages, whether resulting from impaired or lost data, software or computer failure or any other cause, or for any other claim by the user or for any third party claim.

4. Limit of Liability

Subject to any liability which may not be excluded or limited by law the licensor shall not be liable and hereby expressly excludes all liability for loss or damage howsoever and whenever caused to you.

5. Termination

The rights granted to you under this licence shall terminate automatically upon any breach by you of the terms of this licence. Individuals or entities who have received the software from you under this licence, however, will not have their licences terminated provided such individuals or entities remain in full compliance with those licences.

6. General

The validity or enforceability of the remaining terms of this agreement is not affected by the holding of any provision of it to be invalid or unenforceable.

7. Anti-piracy statement

CDBurnerXP has not been created for circumventing copy protections of any kind. It is not meant for creating illegal copies of copyrighted material and Canneverbe Limited will not support any such attempts.
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://cdburnerxp.se/en/download>
and can be verified by doing the following:

1. Download the following:
  32-Bit software: <https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.8.7128.msi>
  64-Bit software: <https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.8.7128.msi>
2. Get the checksum using one of the following methods:
  - Using powershell function 'Get-FileHash'
  - Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

  checksum type: sha256
  checksum32: E92450832B09E32FC769BC94D3B00B04EF5C05D7542CEC77A63603C562B757D1
  checksum64: AF80A5B901100D73855DD1F04845C79511CC2F1299C0CA38DFAC8D03CE8FED00

The file 'LICENSE.txt' has been obtained from <https://cdburnerxp.se/help/intro/license>
tools\cdbxp_setup_4.5.8.7128.msi
md5: 75192C22DC38050E272B74746EC2644D | sha1: BF8DF332D9F826FD5AC65A309A1AAFC714470589 | sha256: E92450832B09E32FC769BC94D3B00B04EF5C05D7542CEC77A63603C562B757D1 | sha512: 5D0E498961751FACCA70B5A239F7684AE29B2009BBFFF1F39C83E68AD0D09E4763D8ADB0C670F00126E32E52D18156D06249E61F42FEC4AEEC4F6A8123FE6FE1
tools\cdbxp_setup_x64_4.5.8.7128.msi
md5: 2B25056630405B8AAC5AF32BB4B8FC65 | sha1: BB9C2547CFD46DBD59C8563CF83B7C9B8CEA88D8 | sha256: AF80A5B901100D73855DD1F04845C79511CC2F1299C0CA38DFAC8D03CE8FED00 | sha512: 4C54744AB5950B145DBEF1C8008839440DD190462070BCEB53A3D6507080C20D59B8313BA9BCE9BADC8674F9FE2AFC03B4418C2C627B19893910989B784E5B31
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageName = $env:ChocolateyPackageName

$packageArgs = @{
  packageName    = $packageName
  fileType       = 'msi'
  file           = "$toolsPath\cdbxp_setup_4.5.8.7128.msi"
  file64         = "$toolsPath\cdbxp_setup_x64_4.5.8.7128.msi"
  softwareName   = 'cdburnerxp*'
  silentArgs     = "/qn /norestart /l*v `"$($env:TEMP)\$packageName.$($env:chocolateyPackageVersion).MsiInstall.log`""
  validExitCodes = @(0, 2010, 1641)
}

Install-ChocolateyInstallPackage @packageArgs

Get-ChildItem $toolsPath\*.msi | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" '' } }

$installLocation = Get-AppInstallLocation $packageArgs.softwareName
if ($installLocation) {
  Write-Host "$packageName installed to '$installLocation'"
  Register-Application "$installLocation\cdbxpp.exe"
  Write-Host "$packageName registered as cdbxpp"
} else {
  Write-Warning "Can't find $packageName install location"
}
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop'

$regKey ="HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\cdbxpp.exe"
if (Test-Path $regKey) {
  Remove-Item $regKey -Force -ea 0
  Write-Host "Removing registered $env:chocolateyPackageName..."
}

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
CDBurnerXP 4.5.8.704200 64451 Sunday, March 24, 2019 Approved
CDBurnerXP 4.5.8.704100 75868 Wednesday, October 24, 2018 Approved
CDBurnerXP 4.5.8.703500 29883 Sunday, September 23, 2018 Approved
CDBurnerXP 4.5.8.6795 361175 Saturday, November 4, 2017 Approved
CDBurnerXP 4.5.7.662301 26214 Saturday, October 21, 2017 Approved
CDBurnerXP 4.5.7.6623 26463 Monday, May 8, 2017 Approved
CDBurnerXP 4.5.7.6521 12284 Saturday, February 4, 2017 Approved
CDBurnerXP 4.5.7.6499 5612 Saturday, January 7, 2017 Approved
CDBurnerXP 4.5.7.6452 6399 Saturday, November 26, 2016 Approved
CDBurnerXP 4.5.7.6389 4670 Sunday, November 6, 2016 Approved
CDBurnerXP 4.5.7.6282 14754 Sunday, July 31, 2016 Approved
CDBurnerXP 4.5.7.6229 1442 Saturday, June 18, 2016 Approved
CDBurnerXP 4.5.7.6139 464 Sunday, May 15, 2016 Approved
CDBurnerXP 4.5.6.6059 6718 Tuesday, March 15, 2016 Approved
CDBurnerXP 4.5.6.6053 1404 Sunday, March 13, 2016 Approved
CDBurnerXP 4.5.6.5931 7778 Monday, November 9, 2015 Approved
CDBurnerXP 4.5.6.5844 5765 Saturday, August 22, 2015 Approved
CDBurnerXP 4.5.5.5790 449 Friday, July 31, 2015 Approved
CDBurnerXP 4.5.5.5767 439 Thursday, July 23, 2015 Approved
CDBurnerXP 4.5.5.5666 4199 Tuesday, June 9, 2015 Approved
CDBurnerXP 4.5.5.5642 2283 Sunday, May 31, 2015 Approved
CDBurnerXP 4.5.5.5571 2510 Friday, April 24, 2015 Approved
CDBurnerXP 4.5.4.5306 4439 Sunday, December 21, 2014 Approved
CDBurnerXP 4.5.4.5143 2403 Sunday, October 19, 2014 Approved
CDBurnerXP 4.5.4.5118 1064 Sunday, October 5, 2014 Approved
CDBurnerXP 4.5.4.5067 1249 Monday, September 15, 2014 Approved
CDBurnerXP 4.5.4.5000 1585 Friday, August 8, 2014 Approved
CDBurnerXP 4.5.4.4954 1101 Saturday, July 19, 2014 Approved
CDBurnerXP 4.5.4.4852 1564 Thursday, June 5, 2014 Approved
CDBurnerXP 4.5.3.20140507 1323 Wednesday, May 7, 2014 Approved
CDBurnerXP 4.5.3.4643 1308 Sunday, March 16, 2014 Approved
CDBurnerXP 4.5.2.4479 918 Tuesday, February 18, 2014 Approved
CDBurnerXP 4.5.2.4478 943 Thursday, December 19, 2013 Approved
CDBurnerXP 4.5.2.4291 815 Sunday, October 6, 2013 Approved
CDBurnerXP 4.5.2.4255 554 Sunday, October 6, 2013 Approved
CDBurnerXP 4.5.2.4214 809 Monday, July 22, 2013 Approved
CDBurnerXP 4.5.1.4003 776 Sunday, May 5, 2013 Approved
CDBurnerXP 4.5.1.3868 623 Sunday, May 5, 2013 Approved
CDBurnerXP 4.5.0.3717 737 Saturday, January 5, 2013 Approved
CDBurnerXP 4.5.0.3685 645 Sunday, December 23, 2012 Approved
CDBurnerXP 4.4.2.3442 667 Tuesday, October 9, 2012 Approved
Discussion for the CDBurnerXP Package

Ground Rules:

  • This discussion is only about CDBurnerXP and the CDBurnerXP package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or CDBurnerXP, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus