############################ # Setup product information ############################ VENDOR="irfanview.tuwien.ac.at" PN="irfanview.irfanview" NAME="IrfanView" DESCRIPTION="IrfanView is a very fast, small, compact and innovative FREEWARE (for non-commercial use) graphic viewer for Windows." VERSION="4.54" RELEASE="1" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="irfanview-icon.jpg" DL_SOURCE[0]="http://www.technoinsta.com/wp-content/uploads/2012/12/irfanview-icon.jpg" DL_FILE[1]="iview${VERSION//./}g_x32_setup.exe" DL_SOURCE[1]="http://www.irfanview.info/files/iview${VERSION//./}g_setup.exe" DL_ARCH[1]="X86" DL_WINST_NAME[1]=Install32Exe DL_FILE[2]="irfanview_plugins_${VERSION//./}_x32_setup.exe" DL_SOURCE[2]="http://www.irfanview.info/files/irfanview_plugins_${VERSION//./}_setup.exe" DL_ARCH[2]="X86" DL_WINST_NAME[2]=InstallPlugins32Exe DL_FILE[3]="iview${VERSION//./}g_x64_setup.exe" DL_SOURCE[3]="http://www.irfanview.info/files/iview${VERSION//./}g_x64_setup.exe" DL_ARCH[3]="X86_64" DL_WINST_NAME[3]=Install64Exe DL_FILE[4]="irfanview_plugins_${VERSION//./}_x64_setup.exe" DL_SOURCE[4]="http://www.fosshub.com/IrfanView.html/irfanview_plugins_x64_${VERSION//./}_setup.exe" DL_ARCH[4]="X86_64" DL_WINST_NAME[4]=InstallPlugins64Exe # File array index for the image showing while installing the program ICON_DL_INDEX=0 OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="UninstallProg32" OPSI_INI_VALUE[0]="iv_uninstall.exe" OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="UninstallProg64" OPSI_INI_VALUE[1]="iv_uninstall.exe" OPSI_INI_SECTION[2]="Language" OPSI_INI_OPTION[2]="DLL" OPSI_INI_VALUE[2]="DEUTSCH.DLL" OPSI_INI_SECTION[3]="Language" OPSI_INI_OPTION[3]="Lang" OPSI_INI_VALUE[3]="Deutsch"