jpsoft.tccle/builder-product.cfg

61 lines
1.5 KiB
INI
Raw Normal View History

2013-04-05 13:09:20 +02:00
############################
# Setup product information
############################
2013-05-01 16:39:20 +02:00
VENDOR="jpsoft.com"
2013-04-05 13:09:20 +02:00
PN="jpsoft.tccle"
NAME="TCC/LE Shell"
DESCRIPTION="TCC/LE is our free Windows command shell (formerly known as 4NT)."
2013-06-18 21:56:31 +02:00
VERSION="13.06.77"
2013-04-05 13:09:20 +02:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2014-12-15 14:46:49 +01:00
DL_FILE[0]="tcc-le-frueher-4nt_large_1.png"
DL_SOURCE[0]="http://www.freeware.de/images/screenshots/17002/tcc-le-frueher-4nt_large_1.png"
2013-04-05 13:09:20 +02:00
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]="Install32Msi"
WINST_VALUE[0]="tccle.msi"
WINST_NAME[1]="Extract32Dir"
2013-06-18 21:56:31 +02:00
WINST_VALUE[1]="662F71D"
2013-05-06 19:50:54 +02:00
WINST_NAME[2]="Path32Dir"
WINST_VALUE[2]="TCCLE13"
WINST_NAME[3]="Install64Msi"
WINST_VALUE[3]="tcclex64.msi"
WINST_NAME[4]="Extract64Dir"
2013-06-18 21:56:31 +02:00
WINST_VALUE[4]="515C0B7"
2013-05-06 19:50:54 +02:00
WINST_NAME[5]="Path64Dir"
WINST_VALUE[5]="TCCLE13x64"
2013-04-05 13:09:20 +02:00
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId32"
2013-06-18 21:56:31 +02:00
OPSI_INI_VALUE[0]="{D5B68FB3-B5B7-44B9-986A-D3772662F71D}"
2013-04-05 13:09:20 +02:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
2013-06-18 21:56:31 +02:00
OPSI_INI_VALUE[1]="{449AACA0-C98D-43E5-849D-CE29C515C0B7}"
2013-04-05 13:09:20 +02:00