42 lines
1.1 KiB
INI
42 lines
1.1 KiB
INI
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="truecrypt.org"
|
||
|
PN="truecrypt.truecrypt"
|
||
|
NAME="TrueCrypt"
|
||
|
DESCRIPTION="Free open-source disk encryption software for Windows."
|
||
|
VERSION="7.1a"
|
||
|
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_${VERSION}_x86.msi"
|
||
|
DL_SOURCE[1]="http://netload.in/dateiTX6lN71YxP/Truecrypt${VERSION}.msi.htm"
|
||
|
DL_ARCH[1]="X86"
|
||
|
DL_DOWNLOADER[1]="plowdown"
|
||
|
DL_WINST_NAME[1]=Install32Msi
|
||
|
|
||
|
DL_FILE[2]="Truecrypt_${VERSION}_x64.msi"
|
||
|
DL_SOURCE[2]="http://www.richud.com/Truecrypt${VERSION}_x64.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]="{98A48FE3-C5FF-45CA-9CE9-D461769F96F2}"
|
||
|
|
||
|
OPSI_INI_SECTION[1]="X86_64"
|
||
|
OPSI_INI_OPTION[1]="MsiId64"
|
||
|
OPSI_INI_VALUE[1]="{98A48FE3-C5FF-45CA-9CE9-D461769F96F2}"
|
||
|
|