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"
|
2019-10-16 11:22:40 +02:00
|
|
|
VERSION="2.8.1664.44"
|
2016-05-13 14:57:43 +02:00
|
|
|
RELEASE="3"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
|
|
|
TYPE="public"
|
|
|
|
|
2019-10-08 12:05:44 +02:00
|
|
|
DL_FILE[0]="viv_icon-${VERSION}.png"
|
2019-06-07 14:56:17 +02:00
|
|
|
DL_SOURCE[0]="https://vivaldi.com/wp-content/themes/vivaldicom-theme/img/press/icons/viv_icon.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
|
|
|
|