32 lines
979 B
INI
32 lines
979 B
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="mysql.org"
|
|
PN="mysql.workbench"
|
|
NAME="MySQL Workbench"
|
|
DESCRIPTION="MySQL Workbench ist ein konsolidiertes visuelles Werkzeug fuer Datenbankarchitekten, Entwickler und DBAs."
|
|
VERSION="8.0.16"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
DL_FILE[0]="mysqlworkbench-icon.png"
|
|
DL_SOURCE[0]="http://macin.files.wordpress.com/2009/09/mysqlworkbench-icon.png"
|
|
|
|
DL_FILE[1]="mysql-workbench-community-${VERSION}-winx64.msi"
|
|
DL_SOURCE[1]="https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community-${VERSION}-winx64.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=InstallMsi
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="MsiId"
|
|
OPSI_INI_VALUE[0]="{C806C745-44EB-4934-8531-7A38D4C75E62}"
|
|
|