64 lines
1.9 KiB
INI
64 lines
1.9 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="immunet.com"
|
|
PN="sourcefire.immunet"
|
|
NAME="Immunet / ClamAV"
|
|
DESCRIPTION="Das Antiviren-Programm Immunet Protect basiert auf Cloud-Computing."
|
|
VERSION="3.1.8.9583"
|
|
DVERSION="latest"
|
|
#DVERSION="${VERSION}"
|
|
RELEASE="1"
|
|
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"
|
|
DL_SOURCE[1]="https://sourcefire-apps.s3.amazonaws.com/av/protect/${DVERSION}/installer-en-us-32-tcp.exe"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=Install32Exe
|
|
|
|
DL_FILE[2]="protect-en-us-${VERSION}-64-tcp.exe"
|
|
DL_SOURCE[2]="https://sourcefire-apps.s3.amazonaws.com/av/protect/${DVERSION}/installer-en-us-64-tcp.exe"
|
|
DL_ARCH[2]="X86_64"
|
|
DL_WINST_NAME[2]=Install64Exe
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
# replace points, split into array
|
|
a=( ${VERSION//./ } )
|
|
|
|
OPSI_INI_SECTION[0]="COMMON"
|
|
OPSI_INI_OPTION[0]="uVersion"
|
|
OPSI_INI_VALUE[0]="${a[0]}.${a[1]}.${a[2]}"
|
|
|
|
OPSI_INI_SECTION[1]="X86"
|
|
OPSI_INI_OPTION[1]="UninstallProg32"
|
|
OPSI_INI_VALUE[1]="${a[0]}.${a[1]}.${a[2]}\uninstall.exe"
|
|
|
|
OPSI_INI_SECTION[2]="X86_64"
|
|
OPSI_INI_OPTION[2]="UninstallProg64"
|
|
OPSI_INI_VALUE[2]="${a[0]}.${a[1]}.${a[2]}\uninstall.exe"
|
|
|
|
OPSI_INI_SECTION[3]="X86"
|
|
OPSI_INI_OPTION[3]="MsiId32"
|
|
OPSI_INI_VALUE[3]="{A6EE99EA-420C-4FA6-8A7C-FDB60D278855}"
|
|
|
|
OPSI_INI_SECTION[4]="X86_64"
|
|
OPSI_INI_OPTION[4]="MsiId64"
|
|
OPSI_INI_VALUE[4]="{82CD33B2-1DE6-4663-B6F0-1592B2376F78}"
|
|
|
|
WINST_NAME[0]="RealUninstallProgramm32"
|
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\immunet-uninstall32.exe"
|
|
|
|
WINST_NAME[1]="RealUninstallProgramm64"
|
|
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[2]@\\immunet-uninstall64.exe"
|