cdburnerxp.cdburnerxp/builder-product.cfg

48 lines
1.4 KiB
INI
Raw Normal View History

2012-03-04 19:14:52 +01:00
############################
# Setup product information
############################
VENDOR="cdburnerxp.se"
2012-05-02 07:07:48 +02:00
PN="cdburnerxp.cdburnerxp"
2013-03-10 14:48:26 +01:00
NAME="CDBurnerXP"
DESCRIPTION="CDBurnerXP ist ein kostenloses Programm zum Brennen von CDs und DVDs, sowie Blu-Rays und HD-DVDs."
2014-10-08 08:59:44 +02:00
VERSION="4.5.4.5118"
2012-12-14 21:15:59 +01:00
RELEASE="1"
2012-03-04 19:14:52 +01:00
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2013-04-25 14:17:37 +02:00
DL_FILE[0]="CDBurnerXP_64bit-Winload.jpg"
DL_SOURCE[0]="http://bilder.winload.de/CDBurnerXP/CDBurnerXP%2064bit%20-%20Winload.jpg"
2012-03-04 19:14:52 +01:00
DL_FILE[1]="cdbxp_setup_${VERSION}.msi"
DL_SOURCE[1]="http://download.cdburnerxp.se/msi/cdbxp_setup_${VERSION}.msi"
2012-03-04 19:14:52 +01:00
DL_ARCH[1]="X86"
2013-02-24 14:52:13 +01:00
DL_WINST_NAME[1]=Install32Msi
2012-03-04 19:14:52 +01:00
DL_FILE[2]="cdbxp_setup_x64_${VERSION}.msi"
DL_SOURCE[2]="http://download.cdburnerxp.se/msi/cdbxp_setup_x64_${VERSION}.msi"
2012-03-04 19:14:52 +01:00
DL_ARCH[2]="X86_64"
2013-02-24 14:52:13 +01:00
DL_WINST_NAME[2]=Install64Msi
2012-03-04 19:14:52 +01:00
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
2013-03-11 04:47:22 +01:00
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId32"
2014-10-08 08:59:44 +02:00
OPSI_INI_VALUE[0]="{7FAB39DF-6A5C-47CA-81A9-FC8367E1A571}"
2013-03-11 04:47:22 +01:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
2014-10-08 08:59:44 +02:00
OPSI_INI_VALUE[1]="{93AAF762-8667-41E9-B48F-0FF303206BEF}"
2013-03-11 04:47:22 +01:00
OPSI_INI_SECTION[2]="X86"
OPSI_INI_OPTION[2]="UninstallProg32"
OPSI_INI_VALUE[2]="unins000.exe"
2013-03-11 04:47:22 +01:00
OPSI_INI_SECTION[3]="X86_64"
OPSI_INI_OPTION[3]="UninstallProg64"
OPSI_INI_VALUE[3]="unins000.exe"