This commit is contained in:
Mario Fetka 2014-06-13 17:05:36 +02:00
parent be2e6ccddc
commit 4d647742c7
1 changed files with 0 additions and 23 deletions

View File

@ -14,7 +14,6 @@ ADVICE=""
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="2010-Mindjet-logo-red.jpg"
DL_SOURCE[0]="http://4.bp.blogspot.com/_wmrs2R7f5IU/TPHRmpWOI4I/AAAAAAAAAWw/0E3A8ZyBpbA/s400/2010-%2BMindjet%2Blogo%2B%2528red%2529%2B.jpg"
@ -26,31 +25,9 @@ DL_EXTRACT_FORMAT[1]="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]="InstallMsi"
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\Mindjet MindManager 14 Admin.msi"
#########################
# Setup required OPSI_INI variables
# which will be injected to the opsi-PN.ini files
#
# 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
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId"
OPSI_INI_VALUE[0]="{1C95CF9A-7ACE-40A3-A67A-734C21EBAEC0}"