27 lines
728 B
INI
27 lines
728 B
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="mozilla.org"
|
|
PN="firefox"
|
|
VERSION="10.0"
|
|
RELEASE="1"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricteded.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
|
|
DL_FILE[0]="Mozilla_Firefox.png"
|
|
DL_SOURCE[0]="http://www.freesoftwarecenter.info/wp-content/uploads/2011/02/Mozilla_Firefox.png"
|
|
|
|
DL_FILE[1]="Firefox-Setup-${VERSION}.exe"
|
|
DL_SOURCE[1]="ftp://ftp.mozilla.org/pub/firefox/releases/${VERSION}/win32-EUballot/de/Firefox%20Setup%20${VERSION}.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
|
|
|
|
DEVEL="1" |