mindjet.mindmanager/builder-product.cfg

58 lines
2.1 KiB
INI

############################
# Setup product information
############################
VENDOR="mindjet.com"
PN="mindjet.mindmanager"
NAME="Mindjet Mindmanager"
DESCRIPTION="Mindjet MindManager ist eine kommerzielle Anwendungssoftware zur Erstellung von Mind Maps."
VERSION="11.2.185"
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# 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"
DL_FILE[1]="Mindjet_${VERSION}_Admin_DE.zip"
DL_SOURCE[1]="http://download.mindjet.com/Mindjet_${VERSION}_Admin_DE.zip"
DL_ARCH[1]="X86"
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 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]="{47D21426-1E89-4FD7-BE48-9FBAEC4CB3B3}"