61 lines
1.4 KiB
INI
61 lines
1.4 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="jpsoft.com"
|
|
PN="jpsoft.tccle"
|
|
NAME="TCC/LE Shell"
|
|
DESCRIPTION="TCC/LE is our free Windows command shell (formerly known as 4NT)."
|
|
VERSION="14.00.04"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
|
|
DL_FILE[0]="tcc-le-iconimg_104768_64x64.png"
|
|
DL_SOURCE[0]="http://i.i.cbsi.com/cnwk.1d/i/tim2/2013/05/17/iconimg_104768_64x64.png"
|
|
|
|
DL_FILE[1]="tccle_x86_${VERSION}.exe"
|
|
DL_SOURCE[1]="http://jpsoft.com/downloads/v14/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/v14/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]="Install32Msi"
|
|
WINST_VALUE[0]="tccle.msi"
|
|
|
|
WINST_NAME[1]="Extract32Dir"
|
|
WINST_VALUE[1]="F6B9D16"
|
|
|
|
WINST_NAME[2]="Path32Dir"
|
|
WINST_VALUE[2]="TCCLE14"
|
|
|
|
WINST_NAME[3]="Install64Msi"
|
|
WINST_VALUE[3]="tcclex64.msi"
|
|
|
|
WINST_NAME[4]="Extract64Dir"
|
|
WINST_VALUE[4]="5FB10B1"
|
|
|
|
WINST_NAME[5]="Path64Dir"
|
|
WINST_VALUE[5]="TCCLE14x64"
|
|
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="MsiId32"
|
|
OPSI_INI_VALUE[0]="{235EB9C6-D7D2-4698-A55D-FD81AF6B9D16}"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
|
OPSI_INI_VALUE[1]="{A0303874-5D3A-4E4B-A1BB-F32415FB10B1}"
|
|
|