42 lines
1.3 KiB
INI
42 lines
1.3 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="jetscreeshot.com"
|
|
PN="arcticline.jetscreeshot"
|
|
VERSION="3.1"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
|
|
DL_FILE[0]="jetScreenshot-Logo.jpg"
|
|
DL_SOURCE[0]="http://jetscreenshot.com/images/jetScreenshot-Logo.jpg"
|
|
|
|
DL_FILE[1]="jetScreenshot-setup-${VERSION}.exe"
|
|
DL_SOURCE[1]="http://jetscreenshot.com/jetScreenshot-setup.exe"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=InstallExe
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
#########################
|
|
# Setup required 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
|
|
#
|
|
# if your package is not msi based then you can remove the msi part from *.ins files and drop this variables compleatly
|
|
# !!! These Variables are requred if you remove them in this cfg file you will get error's about not defined Variables !!!
|
|
#
|
|
#########################
|
|
# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one MsiId
|
|
|
|
WINST_NAME[0]="MsiId"
|
|
WINST_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
|
|
|