############################ # Setup product information ############################ VENDOR="7-zip.org" PN="7zip.7zip" VERSION="9.22" RELEASE="2" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricteded. # Valid value: restricted | public TYPE="public" DL_FILE[0]="7zip-icon.png" DL_SOURCE[0]="http://icons.iconarchive.com/icons/benjigarner/softdimension/256/7zip-icon.png" DL_FILE[1]="7z922.msi" DL_SOURCE[1]="http://sourceforge.net/projects/sevenzip/files/7-Zip/9.22/7z922.msi" DL_ARCH[1]="X86" DL_WINST_NAME[1]=Install32Msi DL_FILE[2]="7z922-x64.msi" DL_SOURCE[2]="http://sourceforge.net/projects/sevenzip/files/7-Zip/9.22/7z922-x64.msi" DL_ARCH[2]="X86_64" DL_WINST_NAME[2]=Install64Msi # File array index for the image showing while installing the program ICON_DL_INDEX=0 WINST_NAME[0]="MsiId32" WINST_VALUE[0]="{23170F69-40C1-2701-0922-000001000000}" WINST_NAME[1]="MsiId64" WINST_VALUE[1]="{23170F69-40C1-2702-0922-000001000000}"