tightvnc.server/builder-product.cfg

46 lines
1.4 KiB
INI
Raw Normal View History

2013-04-12 19:09:36 +02:00
############################
# Setup product information
############################
VENDOR="tightvnc.com"
PN="tightvnc.server"
NAME="TightVNC Server"
DESCRIPTION="Free, Lightweight, Fast and Reliable Remote Control / Remote Desktop Software"
2013-07-25 17:14:25 +02:00
VERSION="2.7.10"
2013-04-12 19:09:36 +02:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="TightVNC.PNG"
DL_SOURCE[0]="http://img2.findthebest.com/sites/default/files/1099/media/images/TightVNC.PNG"
DL_FILE[1]="tightvnc-${VERSION}-setup-32bit.msi"
DL_SOURCE[1]="http://www.tightvnc.com/download/${VERSION}/tightvnc-${VERSION}-setup-32bit.msi"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Msi
DL_FILE[2]="tightvnc-${VERSION}-setup-64bit.msi"
DL_SOURCE[2]="http://www.tightvnc.com/download/${VERSION}/tightvnc-${VERSION}-setup-64bit.msi"
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=Install64Msi
DL_FILE[3]="dfmirage-setup-2.0.301.exe"
DL_SOURCE[3]="http://www.tightvnc.com/download/dfmirage/dfmirage-setup-2.0.301.exe"
DL_ARCH[3]="ALL"
DL_WINST_NAME[3]=InstallExe
# 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"
2013-07-25 19:42:04 +02:00
OPSI_INI_VALUE[0]="{D903B276-81AE-4AED-AEF9-45DACFBF16CE}"
2013-04-12 19:09:36 +02:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
2013-07-25 19:42:04 +02:00
OPSI_INI_VALUE[1]="{D2372F87-7DA2-47F7-A102-AF2181B8EAA2}"