tightvnc.server/builder-product.cfg

54 lines
1.6 KiB
INI

############################
# Setup product information
############################
VENDOR="tightvnc.com"
PN="tightvnc.server"
NAME="TightVNC Server"
DESCRIPTION="Free, Lightweight, Fast and Reliable Remote Control / Remote Desktop Software"
VERSION="2.8.11"
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-logo-90x90.png"
DL_SOURCE[0]="https://www.tightvnc.com/logo/tightvnc-logo-90x90.png"
DL_FILE[1]="tightvnc-${VERSION}-gpl-setup-32bit.msi"
DL_SOURCE[1]="http://www.tightvnc.com/download/${VERSION}/tightvnc-${VERSION}-gpl-setup-32bit.msi"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Msi
DL_FILE[2]="tightvnc-${VERSION}-gpl-setup-64bit.msi"
DL_SOURCE[2]="http://www.tightvnc.com/download/${VERSION}/tightvnc-${VERSION}-gpl-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"
OPSI_INI_VALUE[0]="{4FD0F83C-4755-430B-8122-620F63B558B1}"
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
OPSI_INI_VALUE[1]="{B7458EC3-2AA0-4DB4-8FC4-FBB73CC44948}"
OPSI_INI_SECTION[2]="X86"
OPSI_INI_OPTION[2]="UninstallProg32"
OPSI_INI_VALUE[2]="mirage_uninstall.exe"
OPSI_INI_SECTION[3]="X86_64"
OPSI_INI_OPTION[3]="UninstallProg64"
OPSI_INI_VALUE[3]="mirage_uninstall.exe"