############################ # Setup product information ############################ VENDOR="classicshell.net" PN="sourceforge.classicshell" NAME="Classic Shell" DESCRIPTION="Classic Shell is a collection of usability enhancements for Windows." VERSION="4.3.1" 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" DL_FILE[1]="ClassicShellSetup-${VERSION}.exe" DL_SOURCE[1]="http://classicshell.mediafire.com/file/d5llbbm8wu92jg8/ClassicShellSetup_4_3_1.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}" WINST_NAME[0]="RealUninstallProgramm32" WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\classicshell-uninstall.exe" WINST_NAME[1]="RealUninstallProgramm64" WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[1]@\\classicshell-uninstall.exe"