2012-05-10 16:06:21 +02:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="nerdcave.webs.com"
|
|
|
|
PN="nerdcave.taskbarshuffle"
|
2013-03-14 16:12:28 +01:00
|
|
|
NAME="Taskbar Shuffle"
|
|
|
|
DESCRIPTION="Taskbar Shuffle is a simple, small, free utility that lets you drag and drop your Windows taskbar buttons to rearrange them."
|
2012-05-10 16:06:21 +02:00
|
|
|
VERSION="2.5"
|
|
|
|
RELEASE="3"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
|
|
# Valid value: restricted | public
|
|
|
|
TYPE="public"
|
|
|
|
|
|
|
|
|
2013-03-14 16:12:28 +01:00
|
|
|
DL_FILE[0]="taskbar-shuffle.jpg"
|
|
|
|
DL_SOURCE[0]="http://www.econsultant.com/images/taskbar-shuffle.jpg"
|
2012-05-10 16:06:21 +02:00
|
|
|
|
|
|
|
DL_FILE[1]="ts2.5_setup.exe"
|
|
|
|
DL_SOURCE[1]="http://dl.dropbox.com/u/1644845/TS/ts2.5_setup.exe"
|
|
|
|
DL_ARCH[1]="X86"
|
|
|
|
DL_WINST_NAME[1]=Install32Exe
|
|
|
|
|
|
|
|
DL_FILE[2]="ts2.5_setup64.exe"
|
|
|
|
DL_SOURCE[2]="http://dl.dropbox.com/u/1644845/TS/ts2.5_setup64.exe"
|
|
|
|
DL_ARCH[2]="X86_64"
|
|
|
|
DL_WINST_NAME[2]=Install64Exe
|
|
|
|
|
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
2013-03-14 16:12:28 +01:00
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
|
|
OPSI_INI_OPTION[0]="UninstallProg32"
|
|
|
|
OPSI_INI_VALUE[0]="unins000.exe"
|
|
|
|
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
|
|
OPSI_INI_OPTION[1]="UninstallProg64"
|
|
|
|
OPSI_INI_VALUE[1]="unins000.exe"
|