2012-01-29 09:10:37 +01:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="sereby.org"
|
2012-05-01 20:56:22 +02:00
|
|
|
PN="sereby.aio"
|
2012-10-15 06:33:46 +02:00
|
|
|
VERSION="2.0.0"
|
2012-01-29 09:10:37 +01:00
|
|
|
RELEASE="1"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
2012-02-02 17:44:39 +01:00
|
|
|
# TYPE - defines, if the install files are public or restricteded.
|
|
|
|
# Valid value: restricted | public
|
2012-01-29 09:10:37 +01:00
|
|
|
TYPE="public"
|
|
|
|
|
2012-01-30 23:22:12 +01:00
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
|
|
|
##################
|
|
|
|
### Download files
|
|
|
|
##################
|
2012-01-29 09:10:37 +01:00
|
|
|
|
2012-01-30 23:22:12 +01:00
|
|
|
## 0: Image
|
2012-02-14 17:08:52 +01:00
|
|
|
DL_FILE[0]="102791693_ff1cd10758.jpg"
|
|
|
|
DL_SOURCE[0]="http://www.chip.de/ii/102791693_ff1cd10758.jpg"
|
2012-01-29 09:10:37 +01:00
|
|
|
|
2012-10-15 06:33:46 +02:00
|
|
|
## 1: 32 & 64 Bit Runtimes
|
|
|
|
DL_FILE[1]="aio-runtimes_v${VERSION}.7z"
|
|
|
|
DL_SOURCE[1]="http://www.computerbase.de/downloads/system/all-in-one-runtimes/56930/?download"
|
2012-01-30 23:22:12 +01:00
|
|
|
DL_ARCH[1]="X86"
|
|
|
|
DL_EXTRACT_FORMAT[1]="7zip"
|
2012-01-29 09:10:37 +01:00
|
|
|
|
2012-01-30 23:22:12 +01:00
|
|
|
##################
|
|
|
|
### Variables
|
|
|
|
##################
|
|
|
|
|
2012-01-30 23:52:52 +01:00
|
|
|
WINST_NAME[0]=Install32Exe
|
|
|
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\svcpack\\aio-runtimes.exe"
|
|
|
|
|
|
|
|
WINST_NAME[1]=Install64Exe
|
2012-10-15 06:33:46 +02:00
|
|
|
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[1]@\\svcpack\\aio-runtimes.exe"
|
2012-01-30 23:22:12 +01:00
|
|
|
|
2012-01-29 09:10:37 +01:00
|
|
|
|
|
|
|
|
|
|
|
|