truecrypt.truecrypt/builder-product.cfg

41 lines
1.2 KiB
INI
Raw Normal View History

2013-08-21 19:29:57 +02:00
############################
# Setup product information
############################
VENDOR="truecrypt.org"
PN="truecrypt.truecrypt"
NAME="TrueCrypt"
DESCRIPTION="Free open-source disk encryption software for Windows."
2013-09-02 15:20:54 +02:00
VERSION="7.1.1.0"
2013-08-21 19:29:57 +02:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="TrueCrypt_logo.png"
DL_SOURCE[0]="http://upload.wikimedia.org/wikipedia/fr/6/69/TrueCrypt_logo.png"
2013-09-02 15:20:54 +02:00
DL_FILE[1]="TrueCrypt_x86_${VERSION}.msi"
DL_SOURCE[1]="http://ftp.disconnected-by-peer.at/TrueCrypt/TrueCrypt_x86_${VERSION}.msi"
2013-08-21 19:29:57 +02:00
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Msi
2013-09-02 15:20:54 +02:00
DL_FILE[2]="TrueCrypt_x64_${VERSION}.msi"
DL_SOURCE[2]="http://ftp.disconnected-by-peer.at/TrueCrypt/TrueCrypt_x64_${VERSION}.msi"
2013-08-21 19:29:57 +02:00
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=Install64Msi
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId32"
2013-09-02 15:20:54 +02:00
OPSI_INI_VALUE[0]="{84888CD7-C251-404E-AF78-E4C37EA0013B}"
2013-08-21 19:29:57 +02:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
2013-09-02 15:20:54 +02:00
OPSI_INI_VALUE[1]="{DC09C81D-FA26-4B8B-BBCC-02923FF9D5FC}"
2013-08-21 19:29:57 +02:00