tis-cdburnerxp icon

CDburnerXP

Paquet d’installation silencieuse pour CDburnerXP

4.5.8.6795-4

  • package: tis-cdburnerxp
  • name: CDburnerXP
  • version: 4.5.8.6795-4
  • categories: Media,Utilities
  • maintainer: Kevin Guerineau
  • editor: Canneverbe Limited
  • licence: https://cdburnerxp.se/help/intro/license
  • locale: all
  • target_os: windows
  • impacted_process: cdbxpcmd,cdbxpp,updater
  • architecture: all
  • signature_date:
  • size: 15.19 Mo
  • installed_size: 19.63 Mo
  • homepage : https://cdburnerxp.se/

package           : tis-cdburnerxp
version           : 4.5.8.6795-4
architecture      : all
section           : base
priority          : optional
name              : CDburnerXP
categories        : Media,Utilities
maintainer        : Kevin Guerineau
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.
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 1.8
sources           : https://cdburnerxp.se/en/home
installed_size    : 19631202
impacted_process  : cdbxpcmd,cdbxpp,updater
description_fr    : CDBurnerXP est une application gratuite permettant de graver des CD et des DVD, y compris des Blu-Ray et des HD-DVD. Elle comprend également la fonction de gravure et de création d'ISO, ainsi qu'une interface multilingue.
description_pl    : CDBurnerXP to darmowa aplikacja do nagrywania płyt CD i DVD, w tym płyt Blu-Ray i HD-DVD. Posiada również funkcję nagrywania i tworzenia płyt ISO, a także wielojęzyczny interfejs.
description_de    : CDBurnerXP ist eine kostenlose Anwendung zum Brennen von CDs und DVDs, einschließlich Blu-Ray und HD-DVDs. Es enthält auch die Funktion zum Brennen und Erstellen von ISOs, sowie eine mehrsprachige Schnittstelle.
description_es    : CDBurnerXP es una aplicación gratuita para grabar CD y DVD, incluyendo Blu-Ray y HD-DVD. También incluye la función de grabar y crear ISOs, así como una interfaz multilingüe.
description_pt    : O CDBurnerXP é uma aplicação gratuita para gravar CDs e DVDs, incluindo Blu-Ray e HD-DVDs. Também inclui o recurso de gravação e criação de ISOs, assim como uma interface multilíngue.
description_it    : CDBurnerXP è un'applicazione gratuita per masterizzare CD e DVD, compresi Blu-Ray e HD-DVD. Include anche la funzione per masterizzare e creare ISO, oltre a un'interfaccia multilingua.
description_nl    : CDBurnerXP is een gratis programma voor het branden van CD's en DVD's, inclusief Blu-Ray en HD-DVD's. Het bevat ook de mogelijkheid om ISO's te branden en te maken, en een meertalige interface.
description_ru    : CDBurnerXP - это бесплатное приложение для записи CD и DVD, включая Blu-Ray и HD-DVD. Оно также включает функцию записи и создания ISO, а также многоязычный интерфейс.
audit_schedule    : 
editor            : Canneverbe Limited
keywords          : 
licence           : https://cdburnerxp.se/help/intro/license
homepage          : https://cdburnerxp.se/
package_uuid      : 7a0d82dd-253f-4024-84d7-451c1efd4d4e
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 5.1
max_os_version    : 
icon_sha256sum    : 7efca5c049f079e4c77cf0020d8ec43bec36bb39077668f74aaf5b379bd596aa
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : UqNZ4rNpzGkwA/w/xYqVyoQlcAeFrL2oWhv8DczzXeycbSo8m9dMKm9heLuZsbZpIAeNwHiK5wETrtwE3BIN7oeqKKksltBAb8x5dZoLG/ouvV/2EPScRUOmko6rJXAtURrCdh3f2rKUQFiqawIs8RcyUb75RVbQ8uRrgij1VU193OAAT15BBTNryuQGt+9+Ut/BCfJsU9sfYWRAe8vUTxBQeu3IcElNccB31ziIxEAgsDgyV7tlEO+2POy2UucF/kP8bcb3BqpniXWZNJwfa99MPXJWAU+4n8P7CbcEPR+x+cWZ0yqT64QyyQm0KY3WcIltkL9HwDk5dRlEjuX1LQ==
signature_date    : 2022-04-24T14:01:19.579528
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes

# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------
#    This file is part of WAPT
#    Copyright (C) 2013  Tranquil IT Systems http://www.tranquil.it
#    WAPT aims to help Windows systems administrators to deploy
#    setup and update applications on users PC.
#
#    WAPT is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    WAPT is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with WAPT.  If not, see <http://www.gnu.org/licenses/>.
#
# -----------------------------------------------------------------------
from setuphelpers import *


def install():
    if iswin64():
        install_msi_if_needed("cdbxp_setup_x64_4.5.8.7128.msi")
    else:
        install_msi_if_needed("cdbxp_setup_4.5.8.7128.msi")


def update_package():
    wget(
        "http://srvtemplates.ad.tranquil.it/binary_cache/cdbxp_setup_x64_4.5.8.7128.msi",
        "cdbxp_setup_x64_4.5.8.7128.msi",
        sha256="af80a5b901100d73855dd1f04845c79511cc2f1299c0ca38dfac8d03ce8fed00",
    )
    wget(
        "http://srvtemplates.ad.tranquil.it/binary_cache/cdbxp_setup_4.5.8.7128.msi",
        "cdbxp_setup_4.5.8.7128.msi",
        sha256="e92450832b09e32fc769bc94d3b00b04ef5c05d7542cec77a63603c562b757d1",
    )

7c7fa1fb6f9cd38fd12657083156209fd90df15e48066d0d6faef0d04f215a35 : setup.py
e92450832b09e32fc769bc94d3b00b04ef5c05d7542cec77a63603c562b757d1 : cdbxp_setup_4.5.8.7128.msi
af80a5b901100d73855dd1f04845c79511cc2f1299c0ca38dfac8d03ce8fed00 : cdbxp_setup_x64_4.5.8.7128.msi
7efca5c049f079e4c77cf0020d8ec43bec36bb39077668f74aaf5b379bd596aa : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
fa2fca4f3e23fc98b281e1189ac3a08c2183eeb0c6150311be53cb2498bc9d65 : luti.json
74e22f318fff952c5390c81098410f478f3163027c033952bd4bf3ce130666bc : WAPT/control