############################ # Setup product information ############################ VENDOR="safer-networking.org" PN="safernetworking.spybotsd" NAME="Spybot S&D" DESCRIPTION="Spybot Search & Destroy" VERSION="2.7.64" RELEASE="3" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="mainicon-blue-white.png" DL_SOURCE[0]="https://www.safer-networking.org/wp-content/uploads/2018/06/mainicon-blue-white.png" # replace points, split into array a=( ${VERSION//./ } ) DL_FILE[1]="spybotsd-${a[0]}.${a[1]}.${a[2]}.0.exe" #DL_SOURCE[1]="https://spybotupdate.biz/files/spybot-${a[0]}.${a[1]}.exe" DL_SOURCE[1]="https://updates2.safer-networking.org/spybot1/spybotsd-${a[0]}.${a[1]}.${a[2]}.0.exe" DL_ARCH[1]="X86" DL_WINST_NAME[1]=InstallExe # File array index for the image showing while installing the program ICON_DL_INDEX=0 OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="unins000.exe" OPSI_INI_SECTION[1]="Setup" OPSI_INI_OPTION[1]="Lang" OPSI_INI_VALUE[1]="de" OPSI_INI_SECTION[2]="Setup" OPSI_INI_OPTION[2]="Group" OPSI_INI_VALUE[2]="Spybot - Search & Destroy 2" OPSI_INI_SECTION[3]="Setup" OPSI_INI_OPTION[3]="NoIcons" OPSI_INI_VALUE[3]="0" OPSI_INI_SECTION[4]="Setup" OPSI_INI_OPTION[4]="SetupType" OPSI_INI_VALUE[4]="full" OPSI_INI_SECTION[5]="Setup" OPSI_INI_OPTION[5]="Components" OPSI_INI_VALUE[5]="mainmodules,ntservices,browsersupport,tools,translations,promodules,runtimepackages,redistributablesssl,bootcd,detectivemodules,updateservice,wscservice" OPSI_INI_SECTION[6]="Setup" OPSI_INI_OPTION[6]="Tasks" OPSI_INI_VALUE[6]="createsystemscanschedule,createimmunizationschedule,createupdateschedule,autoplayintegration,explorerintegrationdll,sdhelper"