initial commit
This commit is contained in:
46
builder-product.cfg
Normal file
46
builder-product.cfg
Normal file
@@ -0,0 +1,46 @@
|
||||
############################
|
||||
# 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.6.4"
|
||||
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"
|
||||
OPSI_INI_VALUE[0]="{981B8EDC-E693-4F22-9694-C0FF8E56F134}"
|
||||
|
||||
OPSI_INI_SECTION[1]="X86_64"
|
||||
OPSI_INI_OPTION[1]="MsiId64"
|
||||
OPSI_INI_VALUE[1]="{981B8EDC-E693-4F22-9694-C0FF8E56F134}"
|
||||
|
||||
Reference in New Issue
Block a user