69 lines
2.1 KiB
INI
69 lines
2.1 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.7.0"
|
|
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.zip"
|
|
DL_SOURCE[1]="http://www.tightvnc.com/download/${VERSION}/tvnjviewer-${VERSION}-bin.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]="X86"
|
|
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]="InstallExe"
|
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[2]@\\svcpack\\aio-runtimes.exe"
|
|
|
|
WINST_NAME[1]="MyVar"
|
|
WINST_VALUE[1]="My content"
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="UninstallProg"
|
|
OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
|
|
|
|
OPSI_INI_SECTION[1]="CONFIG"
|
|
OPSI_INI_OPTION[1]="main.class"
|
|
OPSI_INI_VALUE[1]="com.glavsoft.viewer.Viewer"
|
|
|
|
OPSI_INI_SECTION[2]="CONFIG"
|
|
OPSI_INI_OPTION[2]="classpath.1"
|
|
OPSI_INI_VALUE[2]="*.jar"
|
|
|
|
#OPSI_INI_SECTION[3]="CONFIG"
|
|
#OPSI_INI_OPTION[3]="splash.image"
|
|
#OPSI_INI_VALUE[3]="SplashScreen.gif"
|
|
|