28 lines
705 B
INI
28 lines
705 B
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="opera.com"
|
|
PN="opera"
|
|
VERSION="11.62"
|
|
UVERSION="1162"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
|
|
DL_FILE[0]="opera_logosvg.png"
|
|
DL_SOURCE[0]="http://www.kernreaktor.net/wp-content/uploads/2009/03/opera_logosvg.png"
|
|
|
|
DL_FILE[1]="Opera_${UVERSION}_int_Setup.msi"
|
|
DL_SOURCE[1]="ftp://ftp.opera.com/pub/opera/win/${UVERSION}/autoupdate/Opera_${UVERSION}_int_Setup.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=InstallMsi
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|