46 lines
1.4 KiB
INI
46 lines
1.4 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="flir.com"
|
|
PN="flir.devicedrivers"
|
|
NAME="Flir Device Drivers"
|
|
DESCRIPTION="Flir Thermacam Device Drivers"
|
|
VERSION="1.9.1.0"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="restricted"
|
|
|
|
DL_FILE[0]="flir-systems-150x150.jpg"
|
|
DL_SOURCE[0]="http://www.helihub.com/wordpress/wp-content/uploads/flir-systems-150x150.jpg"
|
|
|
|
DL_FILE[1]="flir_device_drivers-${VERSION}.exe"
|
|
DL_SOURCE[1]="http://cdn.cloud.flir.se/swdownload/assets/other/flir_device_drivers.exe"
|
|
DL_ARCH[1]="X86"
|
|
DL_EXTRACT_FORMAT[1]="unrar"
|
|
|
|
DL_FILE[2]="flir_device_drivers-${VERSION}.exe"
|
|
DL_SOURCE[2]="http://cdn.cloud.flir.se/swdownload/assets/other/flir_device_drivers.exe"
|
|
DL_ARCH[2]="X86_64"
|
|
DL_EXTRACT_FORMAT[2]="unrar"
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
WINST_NAME[1]="Install32Msi"
|
|
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[1]@\\FLIR Device Drivers x86.msi"
|
|
|
|
WINST_NAME[2]="Install64Msi"
|
|
WINST_VALUE[2]="@DL_EXTRACT_WINST_PATH[2]@\\FLIR Device Drivers x64.msi"
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="MsiId32"
|
|
OPSI_INI_VALUE[0]="{1A159795-6488-4DB1-8FA1-5E0B5CF73CE5}"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
|
OPSI_INI_VALUE[1]="{06CEA0F2-83BD-457E-B605-DABDAB874E9D}"
|