2013-03-10 12:58:27 +01:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="mindjet.com"
|
|
|
|
PN="mindjet.mindmanager"
|
|
|
|
NAME="Mindjet Mindmanager"
|
|
|
|
DESCRIPTION="Mindjet MindManager ist eine kommerzielle Anwendungssoftware zur Erstellung von Mind Maps."
|
2013-10-16 13:08:38 +02:00
|
|
|
VERSION="14.0.345"
|
2013-03-10 12:58:27 +01:00
|
|
|
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"
|
2013-09-27 14:28:50 +02:00
|
|
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\Mindjet 14 Admin.msi"
|
2013-03-10 12:58:27 +01:00
|
|
|
|
|
|
|
#########################
|
|
|
|
# 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"
|
2013-09-27 14:28:50 +02:00
|
|
|
OPSI_INI_VALUE[0]="{A923D665-4CB6-41E5-B216-B06BA16DA1B0}"
|
2013-03-10 12:58:27 +01:00
|
|
|
|