bitvise.putty/builder-product.cfg

43 lines
1.2 KiB
INI
Raw Normal View History

2012-01-28 22:49:14 +01:00
############################
# Setup product information
############################
VENDOR="www.putty.org"
2012-05-02 06:58:53 +02:00
PN="bitvise.putty"
2013-03-10 20:54:18 +01:00
NAME="PuTTY"
DESCRIPTION="PuTTY ist ein von Simon Tatham entwickeltes Client-seitiges freies Secure Shell-, Telnet- und Rlogin-Programm"
2019-08-29 14:53:20 +02:00
VERSION="0.72"
2012-01-28 22:49:14 +01:00
RELEASE="1"
PRIORITY="0"
ADVICE=""
TYPE="public"
#####################
# File object array
#####################
2012-02-14 17:26:47 +01:00
DL_FILE[0]="putty_by_apathy22.png"
DL_SOURCE[0]="http://fc03.deviantart.net/fs8/i/2005/302/a/0/putty_by_apathy22.png"
2012-01-28 22:49:14 +01:00
2017-03-17 14:34:18 +01:00
DL_FILE[1]="putty-32bit-${VERSION}-installer.msi"
2017-02-27 13:13:20 +01:00
DL_SOURCE[1]="https://the.earth.li/~sgtatham/putty/latest/w32/putty-${VERSION}-installer.msi"
2012-01-31 00:09:30 +01:00
DL_ARCH[1]="X86"
2017-03-17 14:34:18 +01:00
DL_WINST_NAME[1]="Install32Msi"
DL_FILE[2]="putty-64bit-${VERSION}-installer.msi"
DL_SOURCE[2]="https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-${VERSION}-installer.msi"
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]="Install64Msi"
2012-01-28 22:49:14 +01:00
# File array index for the image showing while installing the program
2012-01-31 00:09:30 +01:00
ICON_DL_INDEX=0
2012-01-28 22:49:14 +01:00
2013-03-10 20:54:18 +01:00
OPSI_INI_SECTION[0]="X86"
2017-03-17 14:34:18 +01:00
OPSI_INI_OPTION[0]="MsiId32"
2019-08-29 14:53:20 +02:00
OPSI_INI_VALUE[0]="{AFC7A1A0-BA96-4CD6-8D0F-FFD3C84F24F4}"
2017-03-17 14:34:18 +01:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
2019-08-29 14:53:20 +02:00
OPSI_INI_VALUE[1]="{8EFBA1C7-A8B8-4FB9-BEC0-6CEC6C7145DE}"
2017-03-17 14:34:18 +01:00