2016-05-13 14:57:43 +02:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="vivaldi.com"
|
|
|
|
PN="vivaldi.browser"
|
|
|
|
NAME="Vivaldi"
|
|
|
|
DESCRIPTION="Dropin Repalcement for Classic Opera"
|
2020-03-06 10:56:37 +01:00
|
|
|
VERSION="2.11.1811.44"
|
2016-05-13 14:57:43 +02:00
|
|
|
RELEASE="3"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
|
|
|
TYPE="public"
|
|
|
|
|
2019-10-16 17:08:35 +02:00
|
|
|
DL_FILE[0]="viv_icon.png"
|
|
|
|
DL_SOURCE[0]="https://user-images.githubusercontent.com/8083855/45001542-e4bd1e80-afde-11e8-812c-dfbf6b6ab9ff.png"
|
2016-05-13 14:57:43 +02:00
|
|
|
|
|
|
|
DL_FILE[1]="Vivaldi.${VERSION}.x86.exe"
|
|
|
|
DL_SOURCE[1]="https://downloads.vivaldi.com/stable/Vivaldi.${VERSION}.exe"
|
|
|
|
DL_ARCH[1]="X86"
|
|
|
|
DL_WINST_NAME[1]=Install32Exe
|
|
|
|
|
|
|
|
DL_FILE[2]="Vivaldi.${VERSION}.x64.exe"
|
|
|
|
DL_SOURCE[2]="https://downloads.vivaldi.com/stable/Vivaldi.${VERSION}.x64.exe"
|
|
|
|
DL_ARCH[2]="X86_64"
|
|
|
|
DL_WINST_NAME[2]=Install64Exe
|
|
|
|
|
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
|
|
OPSI_INI_OPTION[0]="UninstallProg32"
|
2019-10-01 23:21:09 +02:00
|
|
|
OPSI_INI_VALUE[0]="Application\\${VERSION}\\Installer\\setup.exe"
|
2016-05-13 14:57:43 +02:00
|
|
|
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
|
|
OPSI_INI_OPTION[1]="UninstallProg64"
|
2019-10-01 23:21:09 +02:00
|
|
|
OPSI_INI_VALUE[1]="Application\\${VERSION}\\Installer\\setup.exe"
|
2016-05-13 14:57:43 +02:00
|
|
|
|