2012-02-01 12:46:37 +01:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="mozilla.org"
|
2012-04-26 20:56:11 +02:00
|
|
|
PN="mozilla.firefox"
|
2013-03-08 12:30:00 +01:00
|
|
|
NAME="Mozilla Firefox"
|
|
|
|
DESCRIPTION="Mozilla Firefox ist ein freier Webbrowser des Mozilla-Projekts. "
|
2013-08-10 08:18:29 +02:00
|
|
|
VERSION="17.0.8"
|
2012-02-01 12:46:37 +01:00
|
|
|
RELEASE="1"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
2012-02-02 18:01:06 +01:00
|
|
|
# TYPE - defines, if the install files are public or restricteded.
|
|
|
|
# Valid value: restricted | public
|
2012-02-01 12:46:37 +01:00
|
|
|
TYPE="public"
|
|
|
|
|
|
|
|
|
2012-02-14 20:28:27 +01:00
|
|
|
DL_FILE[0]="firefox-512.png"
|
|
|
|
DL_SOURCE[0]="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-512.png"
|
2012-02-01 12:46:37 +01:00
|
|
|
|
2012-06-21 21:12:24 +02:00
|
|
|
DL_FILE[1]="Firefox-Setup-${VERSION}esr.exe"
|
|
|
|
DL_SOURCE[1]="ftp://ftp.mozilla.org/pub/firefox/releases/${VERSION}esr/win32/de/Firefox%20Setup%20${VERSION}esr.exe"
|
2012-02-01 12:46:37 +01:00
|
|
|
DL_ARCH[1]="X86"
|
|
|
|
DL_WINST_NAME[1]=InstallExe
|
|
|
|
|
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
2013-03-14 13:32:53 +01:00
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
|
|
OPSI_INI_OPTION[0]="UninstallProg"
|
|
|
|
OPSI_INI_VALUE[0]="uninstall\helper.exe"
|
2013-05-07 15:08:03 +02:00
|
|
|
|
|
|
|
OPSI_INI_SECTION[1]="X86"
|
|
|
|
OPSI_INI_OPTION[1]="Prog32"
|
|
|
|
OPSI_INI_VALUE[1]="firefox.exe"
|
|
|
|
|
|
|
|
OPSI_INI_SECTION[2]="X86_64"
|
|
|
|
OPSI_INI_OPTION[2]="Prog64"
|
|
|
|
OPSI_INI_VALUE[2]="firefox.exe"
|