2013-05-04 12:49:40 +02:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="classicshell.net"
|
|
|
|
PN="sourceforge.classicshell"
|
|
|
|
NAME="Classic Shell"
|
|
|
|
DESCRIPTION="Classic Shell is a collection of usability enhancements for Windows."
|
|
|
|
VERSION="3.6.7"
|
|
|
|
RELEASE="3"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
|
|
# Valid value: restricted | public
|
|
|
|
TYPE="public"
|
|
|
|
|
|
|
|
DL_FILE[0]="logo200-1759.png"
|
|
|
|
DL_SOURCE[0]="http://www.softwarecrew.com/wp-content/uploads/2012/01/logo200-1759.png"
|
|
|
|
|
2013-05-04 20:06:28 +02:00
|
|
|
DL_FILE[1]="ClassicShellSetup_${VERSION}.exe"
|
2013-05-04 12:49:40 +02:00
|
|
|
DL_SOURCE[1]="http://sourceforge.net/projects/classicshell/files/Version%20${VERSION}%20general%20release/ClassicShellSetup_${VERSION//./_}.exe"
|
|
|
|
DL_ARCH[1]="ALL"
|
|
|
|
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]="MsiId32"
|
|
|
|
OPSI_INI_VALUE[0]="{D29400E8-A6AB-4AD0-A060-9627EFB283AD}"
|
|
|
|
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
|
|
|
OPSI_INI_VALUE[1]="{7F34ADBE-77C0-47A0-BBC6-B3DA16CE8E68}"
|
|
|
|
|