############################ # Setup product information ############################ VENDOR="sereby.org" PN="sereby.aio" VERSION_X86="1.7.4" VERSION_X64="1.3.6" VERSION="${VERSION_X86}.${VERSION_X64}" 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 Bit Runtimes DL_FILE[1]="AiO-Runtimes-x86-v${VERSION_X86}.7z" DL_SOURCE[1]="http://www.computerbase.de/downloads/system/all-in-one-runtimes/56007/?download" DL_ARCH[1]="X86" DL_EXTRACT_FORMAT[1]="7zip" ## 2: 64 Bit DL_FILE[2]="AiO-Runtimes-x64-v${VERSION_X64}.7z" DL_SOURCE[2]="http://www.computerbase.de/downloads/system/all-in-one-runtimes/56006/?download" DL_ARCH[2]="X86_64" 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[2]@\\aio-runtimes.exe"