43 lines
1.2 KiB
INI
43 lines
1.2 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="flir.com"
|
|
PN="flir.devicedrivers"
|
|
VERSION="1.9.0.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-inc-logo.gif"
|
|
DL_SOURCE[0]="http://www.jagsreport.com/logos/flir-systems-inc-logo.gif"
|
|
|
|
DL_FILE[1]="flir_device_drivers-${VERSION}.exe"
|
|
DL_SOURCE[1]="http://support.flir.com/SwDownload/Assets/OTHER/flir%20device%20drivers.exe"
|
|
DL_ARCH[1]="X86"
|
|
DL_EXTRACT_FORMAT[1]="unrar"
|
|
|
|
DL_FILE[2]="flir_device_drivers-${VERSION}.exe"
|
|
DL_SOURCE[2]="http://support.flir.com/SwDownload/Assets/OTHER/flir%20device%20drivers.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[0]="MsiId32"
|
|
WINST_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
|
|
|
|
WINST_NAME[1]="MsiId64"
|
|
WINST_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
|
|
|
|
WINST_NAME[2]="Install32Msi"
|
|
WINST_VALUE[2]="@DL_EXTRACT_WINST_PATH[1]@\\FLIR Device Drivers x86.msi"
|
|
|
|
WINST_NAME[3]="Install64Msi"
|
|
WINST_VALUE[3]="@DL_EXTRACT_WINST_PATH[2]@\\FLIR Device Drivers x64.msi"
|
|
|