40 lines
1.1 KiB
INI
40 lines
1.1 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="mozilla.org"
|
|
PN="mozilla.firefox"
|
|
NAME="Mozilla Firefox"
|
|
DESCRIPTION="Mozilla Firefox ist ein freier Webbrowser des Mozilla-Projekts. "
|
|
VERSION="17.0.7"
|
|
RELEASE="1"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricteded.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
|
|
DL_FILE[0]="firefox-512.png"
|
|
DL_SOURCE[0]="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-512.png"
|
|
|
|
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"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=InstallExe
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="UninstallProg"
|
|
OPSI_INI_VALUE[0]="uninstall\helper.exe"
|
|
|
|
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"
|