flir.devicedrivers/builder-product.cfg

46 lines
1.4 KiB
INI
Raw Normal View History

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