############################ # Setup product information ############################ VENDOR="sereby.org" PN="sereby.aio" NAME="All in One Runtimes " DESCRIPTION="Das "All in One Runtimes" Paket buendelt alle wichtigen Runtime Pakete die benoetigt werden um sicherzustellen, dass alle Programme auch reibungslos funktionieren." VERSION="2.0.3.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/60732/?download" DL_ARCH[1]="X86/sereby" DL_EXTRACT_FORMAT[1]="7zip" ## 2: 32 & 64 Bit Net Framework 2.0 - 3.5 for Windows 8 DL_FILE[2]="dotNetFx3.5_8.7z" DL_SOURCE[2]="file://" DL_ARCH[2]="X86/net3.5-win8" DL_EXTRACT_FORMAT[2]="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]=Install_extracted_32Exe WINST_VALUE[2]="@DL_EXTRACT_WINST_PATH[1]@\\extracted\\WinPKG.exe" WINST_NAME[3]=Install_extracted_64Exe WINST_VALUE[3]="@DL_EXTRACT_WINST_PATH[1]@\\extracted\\WinPKG.exe"