sereby.aio/builder-product.cfg

67 lines
1.9 KiB
INI

############################
# Setup product information
############################
VENDOR="sereby.org"
PN="sereby.aio"
VERSION="2.0.1"
RELEASE="1"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricteded.
# Valid value: restricted | public
TYPE="public"
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
##################
### Download files
##################
## 0: Image
DL_FILE[0]="102791693_ff1cd10758.jpg"
DL_SOURCE[0]="http://www.chip.de/ii/102791693_ff1cd10758.jpg"
## 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/57520/?download"
DL_ARCH[1]="X86/sereby"
DL_EXTRACT_FORMAT[1]="7zip"
## 2: 32 Bit XP Net Framework 1.1,2,3.0,3.5 Runtimes
DL_FILE[2]="NET_FRAMEWORK3.5.CAB"
DL_SOURCE[2]="http://team.win-lite.de/ganesha/NET_FRAMEWORK3.5.CAB"
DL_ARCH[2]="X86/net3.5"
DL_EXTRACT_FORMAT[2]="cab"
## 3: 32 & 64 Bit XP Net Framework 4 Runtimes
DL_FILE[3]="dotNetFx40_Full_DE_x86_x64_SlimSetup.7z"
DL_SOURCE[3]="http://german-unattended.de/%7Edimpel/Addons/dotNetFx40_Full_DE_x86_x64_SlimSetup.7z"
DL_ARCH[3]="X86/net4.0"
DL_EXTRACT_FORMAT[3]="7zip"
##################
### Variables
##################
WINST_NAME[0]=Install32Exe
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\svcpack\\aio-runtimes.exe"
WINST_NAME[1]=Install64Exe
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[1]@\\svcpack\\aio-runtimes.exe"
WINST_NAME[2]=Install32_XP1_Exe
WINST_VALUE[2]="@DL_EXTRACT_WINST_PATH[2]@\\svcpack\\dotNetFX35.exe"
WINST_NAME[3]=Install32_XP2_Exe
WINST_VALUE[3]="@DL_EXTRACT_WINST_PATH[3]@\\svcpack\\dotNetFx40_Full_DE_x86_x64_SlimSetup.exe"
WINST_NAME[4]=Install_extracted_32Exe
WINST_VALUE[4]="@DL_EXTRACT_WINST_PATH[1]@\\extracted\\WinPKG.exe"
WINST_NAME[5]=Install_extracted_64Exe
WINST_VALUE[5]="@DL_EXTRACT_WINST_PATH[1]@\\extracted\\WinPKG.exe"