42 lines
1.2 KiB
INI
42 lines
1.2 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="truecrypt.org"
|
|
PN="truecrypt.truecrypt"
|
|
NAME="TrueCrypt"
|
|
DESCRIPTION="Free open-source disk encryption software for Windows."
|
|
UVERSION="8"
|
|
VERSION="7.1.1.0"
|
|
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"
|
|
|
|
DL_FILE[1]="TrueCrypt_x86_${VERSION}.r${UVERSION}.msi"
|
|
DL_SOURCE[1]="http://ftp.disconnected-by-peer.at/TrueCrypt/TrueCrypt_x86_${VERSION}.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=Install32Msi
|
|
|
|
DL_FILE[2]="TrueCrypt_x64_${VERSION}.r${UVERSION}.msi"
|
|
DL_SOURCE[2]="http://ftp.disconnected-by-peer.at/TrueCrypt/TrueCrypt_x64_${VERSION}.msi"
|
|
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"
|
|
OPSI_INI_VALUE[0]="{84888CD7-C251-404E-AF78-E4C37EA0013B}"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
|
OPSI_INI_VALUE[1]="{DC09C81D-FA26-4B8B-BBCC-02923FF9D5FC}"
|
|
|