sereby.aio/builder-product.cfg

52 lines
1.4 KiB
INI
Raw Normal View History

2012-01-29 09:10:37 +01:00
############################
# Setup product information
############################
VENDOR="sereby.org"
PN="aio"
VERSION_X86="1.7.1"
VERSION_X64="1.3.3"
VERSION="$VERSION_X86.$VERSION_X64"
RELEASE="1"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restrict | public
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
DL_FILE[0]="1713.png"
DL_SOURCE[0]="http://pics.computerbase.de/1/1713.png"
2012-01-29 09:10:37 +01:00
2012-01-30 23:22:12 +01:00
## 1: 32 Bit Runtimes
DL_FILE[1]="AiO-Runtimes-x86-v1.7.1.7z"
DL_SOURCE[1]="http://www.computerbase.de/downloads/system/all-in-one-runtimes/50559/?download;http://ftp.computerbase.de/dl-758/weJMhoTGCTbFI5mzRnMlAg/1327825564/AiO-Runtimes-x86-v1.7.1.7z"
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
## 2: 64 Bit
DL_FILE[2]="AiO-Runtimes-x64-v1.3.3.7z"
DL_SOURCE[2]="http://www.computerbase.de/downloads/system/all-in-one-runtimes/50558/?download;http://ftp.computerbase.de/dl-758/bEO61bckV1TVTjJaCZApLg/1327825611/AiO-Runtimes-x64-v1.3.3.7z"
DL_ARCH[2]="X86_64"
DL_EXTRACT_FORMAT[2]="7zip"
2012-01-29 09:10:37 +01:00
2012-01-30 23:22:12 +01:00
##################
### Variables
##################
WINST_VARIABLE[0]=Install64Exe
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\aio-runtimes.exe"
WINST_VARIABLE[1]=Install32Exe
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[2]@\\svcpack\\aio-runtimes.exe"
2012-01-29 09:10:37 +01:00