2012-02-15 12:03:58 +01:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="immunet.com"
|
2012-05-02 09:48:53 +02:00
|
|
|
PN="sourcefire.immunet"
|
2012-07-11 08:11:58 +02:00
|
|
|
VERSION="3.0.6.8523"
|
2012-02-15 12:03:58 +01:00
|
|
|
RELEASE="3"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
|
|
# Valid value: restricted | public
|
|
|
|
TYPE="public"
|
|
|
|
|
|
|
|
|
|
|
|
DL_FILE[0]="IMPLogo_full_aspect_medium.jpg"
|
|
|
|
DL_SOURCE[0]="http://www.shareasale.com/images/IMPLogo_full_aspect_medium.jpg"
|
|
|
|
|
|
|
|
DL_FILE[1]="protect-en-us-${VERSION}-32-tcp.exe"
|
2012-07-11 08:11:58 +02:00
|
|
|
DL_SOURCE[1]="https://sourcefire-apps.s3.amazonaws.com/av/protect/${VERSION}/installer-en-us-32-tcp.exe"
|
2012-02-15 12:03:58 +01:00
|
|
|
DL_ARCH[1]="X86"
|
2012-02-15 12:44:24 +01:00
|
|
|
DL_WINST_NAME[1]=Install32Exe
|
2012-02-15 12:03:58 +01:00
|
|
|
|
|
|
|
DL_FILE[2]="protect-en-us-${VERSION}-64-tcp.exe"
|
2012-07-11 08:11:58 +02:00
|
|
|
DL_SOURCE[2]="https://sourcefire-apps.s3.amazonaws.com/av/protect/${VERSION}/installer-en-us-64-tcp.exe"
|
2012-02-15 12:03:58 +01:00
|
|
|
DL_ARCH[2]="X86_64"
|
2012-02-15 12:44:24 +01:00
|
|
|
DL_WINST_NAME[2]=Install64Exe
|
2012-02-15 12:03:58 +01:00
|
|
|
|
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
2012-05-16 11:38:48 +02:00
|
|
|
WINST_NAME[0]="uVersion"
|
|
|
|
WINST_VALUE[0]="3.0.6"
|
|
|
|
|
2012-05-16 23:05:19 +02:00
|
|
|
WINST_NAME[1]="MsiId32"
|
|
|
|
WINST_VALUE[1]="{A6EE99EA-420C-4FA6-8A7C-FDB60D278855}"
|
|
|
|
|
|
|
|
WINST_NAME[2]="MsiId64"
|
|
|
|
WINST_VALUE[2]="{82CD33B2-1DE6-4663-B6F0-1592B2376F78}"
|
|
|
|
|
|
|
|
WINST_NAME[3]="RealUninstallProgramm32"
|
|
|
|
WINST_VALUE[3]="@DL_EXTRACT_WINST_PATH[1]@\\immunet-uninstall32.exe"
|
|
|
|
|
|
|
|
WINST_NAME[4]="RealUninstallProgramm64"
|
|
|
|
WINST_VALUE[4]="@DL_EXTRACT_WINST_PATH[2]@\\immunet-uninstall64.exe"
|
|
|
|
|
|
|
|
WINST_NAME[5]="OlduVersion32"
|
|
|
|
WINST_VALUE[5]="3.0.5"
|
|
|
|
|
|
|
|
WINST_NAME[6]="OlduVersion64"
|
|
|
|
WINST_VALUE[6]="3.0.5"
|
|
|
|
|