############################ # Setup product information ############################ VENDOR="nitroreader.com" PN="nitro.pdfreader" NAME="Nitro PDF Reader" DESCRIPTION="Der Nitro PDF Reader ist ein Werkzeug zum Betrachten von PDF-Dateien." VERSION="5.5.9.2" RELEASE="1" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="nitro-pdf-reader-10-100x100.png" DL_SOURCE[0]="http://screenshots.de.sftcdn.net/de/scrn/97000/97110/nitro-pdf-reader-10-100x100.png" DL_FILE[1]="nitro_pdf_reader_${VERSION}_x86.exe" DL_SOURCE[1]="http://install.nitropdf.com/reader5/de/nitro_reader5.exe" DL_ARCH[1]="X86" DL_WINST_NAME[1]=Install32Exe DL_FILE[2]="nitro_pdf_reader_${VERSION}_x64.exe" DL_SOURCE[2]="http://install.nitropdf.com/reader5/de/nitro_reader5_64.exe" DL_ARCH[2]="X86_64" DL_WINST_NAME[2]=Install64Exe # File array index for the image showing while installing the program ICON_DL_INDEX=0 # Actual Date + 12 Months WINST_NAME[0]="ExpireDateInSeconds" WINST_VALUE[0]="$(date -d "+12 months" +%s)" OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="MsiId32" OPSI_INI_VALUE[0]="{7A8EB036-5ADF-4DA7-B57F-6A5832C43A90}" OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="MsiId64" OPSI_INI_VALUE[1]="{2C5E29B1-314E-4FB0-A2F0-1A8AE7C64536}" OPSI_INI_SECTION[2]="X86" OPSI_INI_OPTION[2]="Prog32" OPSI_INI_VALUE[2]="NitroPDFReader.exe" OPSI_INI_SECTION[3]="X86_64" OPSI_INI_OPTION[3]="Prog64" OPSI_INI_VALUE[3]="NitroPDFReader.exe"