43 lines
1.2 KiB
INI
43 lines
1.2 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="www.putty.org"
|
|
PN="bitvise.putty"
|
|
NAME="PuTTY"
|
|
DESCRIPTION="PuTTY ist ein von Simon Tatham entwickeltes Client-seitiges freies Secure Shell-, Telnet- und Rlogin-Programm"
|
|
VERSION="0.71"
|
|
RELEASE="1"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
TYPE="public"
|
|
|
|
#####################
|
|
# File object array
|
|
#####################
|
|
|
|
DL_FILE[0]="putty_by_apathy22.png"
|
|
DL_SOURCE[0]="http://fc03.deviantart.net/fs8/i/2005/302/a/0/putty_by_apathy22.png"
|
|
|
|
DL_FILE[1]="putty-32bit-${VERSION}-installer.msi"
|
|
DL_SOURCE[1]="https://the.earth.li/~sgtatham/putty/latest/w32/putty-${VERSION}-installer.msi"
|
|
DL_ARCH[1]="X86"
|
|
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"
|
|
|
|
# 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]="{D7AE1036-21C9-4204-9D03-0976390B6D37}"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
|
OPSI_INI_VALUE[1]="{B27534DB-4F72-4F49-A3AD-5EC1B6901E5E}"
|
|
|