piriform.defraggler/builder-product.cfg

50 lines
1.3 KiB
INI

############################
# Setup product information
############################
VENDOR="piriform.com"
PN="piriform.defraggler"
NAME="Defraggler"
DESCRIPTION="Use Defraggler to defrag your entire hard drive, or individual files - unique in the industry."
VERSION="2.22.995"
RELEASE="1"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="Defraggler_icon.png"
DL_SOURCE[0]="http://upload.wikimedia.org/wikipedia/en/5/57/Defraggler_icon.png"
# replace points, split into array
a=( ${VERSION//./ } )
#DL_FILE[1]="dfsetup-${VERSION}_slim.exe"
#DL_SOURCE[1]="http://www.piriform.com/defraggler/download/slim/downloadfile"
DL_FILE[1]="dfsetup-${VERSION}.exe"
DL_SOURCE[1]="https://download.ccleaner.com/dfsetup222.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
WINST_NAME[0]="Defraggler32Exe"
WINST_VALUE[0]="Defraggler.exe"
WINST_NAME[1]="Defraggler64Exe"
WINST_VALUE[1]="Defraggler64.exe"
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg32"
OPSI_INI_VALUE[0]="uninst.exe"
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="UninstallProg64"
OPSI_INI_VALUE[1]="uninst.exe"
OPSI_INI_SECTION[2]="Options"
OPSI_INI_OPTION[2]="UpdateCheck"
OPSI_INI_VALUE[2]="0"