2012-02-15 06:58:13 +01:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="piriform.com"
|
2012-05-02 09:03:19 +02:00
|
|
|
PN="piriform.defraggler"
|
2013-03-15 14:20:23 +01:00
|
|
|
NAME="Defraggler"
|
|
|
|
DESCRIPTION="Use Defraggler to defrag your entire hard drive, or individual files - unique in the industry."
|
2018-10-19 13:59:02 +02:00
|
|
|
VERSION="2.22.995"
|
2012-02-15 06:58:13 +01:00
|
|
|
RELEASE="1"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
|
|
# Valid value: restricted | public
|
|
|
|
TYPE="public"
|
|
|
|
|
2013-01-23 16:03:50 +01:00
|
|
|
DL_FILE[0]="Defraggler_icon.png"
|
|
|
|
DL_SOURCE[0]="http://upload.wikimedia.org/wikipedia/en/5/57/Defraggler_icon.png"
|
2012-02-15 06:58:13 +01:00
|
|
|
|
2015-05-06 12:47:10 +02:00
|
|
|
# replace points, split into array
|
|
|
|
a=( ${VERSION//./ } )
|
|
|
|
|
2014-07-31 12:01:05 +02:00
|
|
|
#DL_FILE[1]="dfsetup-${VERSION}_slim.exe"
|
|
|
|
#DL_SOURCE[1]="http://www.piriform.com/defraggler/download/slim/downloadfile"
|
|
|
|
DL_FILE[1]="dfsetup-${VERSION}.exe"
|
2018-10-19 13:59:02 +02:00
|
|
|
DL_SOURCE[1]="https://download.ccleaner.com/dfsetup222.exe"
|
2012-02-15 06:58:13 +01:00
|
|
|
DL_ARCH[1]="X86"
|
|
|
|
DL_WINST_NAME[1]=InstallExe
|
|
|
|
|
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
2013-05-07 08:47:23 +02:00
|
|
|
WINST_NAME[0]="Defraggler32Exe"
|
|
|
|
WINST_VALUE[0]="Defraggler.exe"
|
|
|
|
|
|
|
|
WINST_NAME[1]="Defraggler64Exe"
|
|
|
|
WINST_VALUE[1]="Defraggler64.exe"
|
|
|
|
|
2013-03-15 14:20:23 +01:00
|
|
|
OPSI_INI_SECTION[0]="X86"
|
2013-03-20 21:27:15 +01:00
|
|
|
OPSI_INI_OPTION[0]="UninstallProg32"
|
2013-03-15 14:20:23 +01:00
|
|
|
OPSI_INI_VALUE[0]="uninst.exe"
|
2013-03-20 21:27:15 +01:00
|
|
|
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
|
|
OPSI_INI_OPTION[1]="UninstallProg64"
|
|
|
|
OPSI_INI_VALUE[1]="uninst.exe"
|
2013-04-30 19:34:28 +02:00
|
|
|
|
|
|
|
OPSI_INI_SECTION[2]="Options"
|
|
|
|
OPSI_INI_OPTION[2]="UpdateCheck"
|
|
|
|
OPSI_INI_VALUE[2]="0"
|