33 lines
900 B
INI
33 lines
900 B
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.67"
|
|
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-${VERSION}-installer.msi"
|
|
DL_SOURCE[1]="http://the.earth.li/~sgtatham/putty/latest/x86/putty-${VERSION}-installer.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]="InstallMsi"
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="MsiId"
|
|
OPSI_INI_VALUE[0]="{ED9EF59B-0799-428E-823D-6D2B7B4FE2E0}"
|