39 lines
1.0 KiB
INI
39 lines
1.0 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="vivaldi.com"
|
|
PN="vivaldi.browser"
|
|
NAME="Vivaldi"
|
|
DESCRIPTION="Dropin Repalcement for Classic Opera"
|
|
VERSION="2.7.1628.33"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="viv_icon.png"
|
|
DL_SOURCE[0]="https://vivaldi.com/wp-content/themes/vivaldicom-theme/img/press/icons/viv_icon.png"
|
|
|
|
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"
|
|
OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="UninstallProg64"
|
|
OPSI_INI_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
|
|
|