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.73"
|
|
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]="{9A5E8BB6-AECA-42FB-8E76-DC8EA546AF2A}"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
|
OPSI_INI_VALUE[1]="{44F7642C-AB7E-4468-B028-E8D08A0CBB0E}"
|
|
|