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"
|
2013-03-10 17:10:44 +01:00
|
|
|
NAME="Immunet / ClamAV"
|
|
|
|
DESCRIPTION="Das Antiviren-Programm Immunet Protect basiert auf Cloud-Computing."
|
2013-04-29 10:04:00 +02:00
|
|
|
VERSION="3.1.0.9172"
|
|
|
|
#DVERSION="latest"
|
|
|
|
DVERSION="${VERSION}"
|
2012-10-26 21:59:50 +02:00
|
|
|
RELEASE="1"
|
2012-02-15 12:03:58 +01:00
|
|
|
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-10-22 07:05:47 +02:00
|
|
|
DL_SOURCE[1]="https://sourcefire-apps.s3.amazonaws.com/av/protect/${DVERSION}/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-10-22 07:05:47 +02:00
|
|
|
DL_SOURCE[2]="https://sourcefire-apps.s3.amazonaws.com/av/protect/${DVERSION}/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
|
|
|
|
|
2013-04-29 20:12:58 +02:00
|
|
|
# replace points, split into array
|
|
|
|
a=( ${VERSION//./ } )
|
2012-05-16 23:05:19 +02:00
|
|
|
|
2013-04-29 20:25:04 +02:00
|
|
|
OPSI_INI_SECTION[0]="COMMON"
|
|
|
|
OPSI_INI_OPTION[0]="uVersion"
|
|
|
|
OPSI_INI_VALUE[0]="${a[0]}.${a[1]}.${a[2]}"
|
2012-05-16 23:05:19 +02:00
|
|
|
|
2013-04-29 20:25:04 +02:00
|
|
|
OPSI_INI_SECTION[1]="X86"
|
|
|
|
OPSI_INI_OPTION[1]="UninstallProg32"
|
2013-04-29 20:12:58 +02:00
|
|
|
OPSI_INI_VALUE[1]="${a[0]}.${a[1]}.${a[2]}\uninstall.exe"
|
2013-04-29 20:25:04 +02:00
|
|
|
|
|
|
|
OPSI_INI_SECTION[2]="X86_64"
|
|
|
|
OPSI_INI_OPTION[2]="UninstallProg64"
|
|
|
|
OPSI_INI_VALUE[2]="${a[0]}.${a[1]}.${a[2]}\uninstall.exe"
|