mozilla.firefox/builder-product.cfg

40 lines
1.1 KiB
INI
Raw Normal View History

############################
# 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"
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
TYPE="public"
DL_FILE[0]="firefox-512.png"
DL_SOURCE[0]="http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-512.png"
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"
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"
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"