tightvnc.jviewer/builder-product.cfg

64 lines
2.0 KiB
INI

############################
# Setup product information
############################
VENDOR="tightvnc.com"
PN="tightvnc.jviewer"
NAME="TightVNC Java Viewer"
DESCRIPTION="TightVNC Java Viewer can work on any system where Java is supported."
VERSION="2.8.3"
WINRUN4J="0.4.5"
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]="http://www.tightvnc.com/logo/tightvnc-logo-90x90.png"
DL_FILE[1]="tvnjviewer-${VERSION}-bin-gnugpl.zip"
DL_SOURCE[1]="http://www.tightvnc.com/download/${VERSION}/tvnjviewer-${VERSION}-bin-gnugpl.zip"
DL_ARCH[1]="ALL"
DL_EXTRACT_FORMAT[1]="unzip"
DL_FILE[2]="winrun4J-${WINRUN4J}.zip"
DL_SOURCE[2]="http://sourceforge.net/projects/winrun4j/files/winrun4j/${WINRUN4J}/winrun4J-${WINRUN4J}.zip"
DL_ARCH[2]="ALL"
DL_EXTRACT_FORMAT[2]="unzip"
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
#########################
# Setup additional, custom WINST variables
# which will be injected to the *.ins files (replaces token @@BUILDER_VARIABLES@@ )
#
# The following tokens inside the WINST_VALUE will be replaced dynamically
#
# @DL_EXTRACT_WINST_PATH[<index>]@ : contains the WINST location of the directory, the files from DL_FILE[<index>] was extracted to.
# Sample:
# WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[<index>]@\\svcpack\\aio-runtimes.exe"
# results in "%ScriptPath%\X86_64\svcpack\aio-runtimes.exe"
#
#########################
WINST_NAME[0]="InstallJar"
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\tightvnc-jviewer.jar"
WINST_NAME[1]="Install32Exe"
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[2]@\\winrun4j\\bin\\WinRun4J.exe"
WINST_NAME[2]="Install64Exe"
WINST_VALUE[2]="@DL_EXTRACT_WINST_PATH[2]@\\winrun4j\\bin\\WinRun4J64.exe"
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg32"
OPSI_INI_VALUE[0]="tightvnc-jviewer.exe"
OPSI_INI_SECTION[1]="X86"
OPSI_INI_OPTION[1]="UninstallProg64"
OPSI_INI_VALUE[1]="tightvnc-jviewer.exe"