48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="http://jpsoft.com/"
|
||
|
PN="jpsoft.tccle"
|
||
|
NAME="TCC/LE Shell"
|
||
|
DESCRIPTION="TCC/LE is our free Windows command shell (formerly known as 4NT)."
|
||
|
VERSION="13.06.76"
|
||
|
RELEASE="3"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
# TYPE - defines, if the install files are public or restricted.
|
||
|
# Valid value: restricted | public
|
||
|
TYPE="public"
|
||
|
|
||
|
|
||
|
DL_FILE[0]="4nt_large_1.png"
|
||
|
DL_SOURCE[0]="http://www.shareware.de/images/screenshots/17002/4nt_large_1.png"
|
||
|
|
||
|
DL_FILE[1]="tccle_x86_${VERSION}.exe"
|
||
|
DL_SOURCE[1]="http://jpsoft.com/downloads/v13/tccle.exe"
|
||
|
DL_ARCH[1]="X86"
|
||
|
DL_WINST_NAME[1]=Install32Exe
|
||
|
|
||
|
DL_FILE[2]="tccle_x64_${VERSION}.exe"
|
||
|
DL_SOURCE[2]="http://jpsoft.com/downloads/v13/tcclex64.exe"
|
||
|
DL_ARCH[2]="X86_64"
|
||
|
DL_WINST_NAME[2]=Install64Exe
|
||
|
|
||
|
# File array index for the image showing while installing the program
|
||
|
ICON_DL_INDEX=0
|
||
|
|
||
|
WINST_NAME[0]="Extract32Dir"
|
||
|
WINST_VALUE[0]="3C97621"
|
||
|
|
||
|
WINST_NAME[1]="Extract64Dir"
|
||
|
WINST_VALUE[1]="6BA2265"
|
||
|
|
||
|
OPSI_INI_SECTION[0]="X86"
|
||
|
OPSI_INI_OPTION[0]="MsiId32"
|
||
|
OPSI_INI_VALUE[0]="{CF67BC8F-42C3-40E7-A2E1-DD87A3C97621}"
|
||
|
|
||
|
OPSI_INI_SECTION[1]="X86_64"
|
||
|
OPSI_INI_OPTION[1]="MsiId64"
|
||
|
OPSI_INI_VALUE[1]="{0165BE23-9195-4D03-8E91-757556BA2265}"
|
||
|
|