nitro.pdfreader/builder-product.cfg

52 lines
1.5 KiB
INI
Raw Normal View History

2012-02-27 04:05:37 +01:00
############################
# Setup product information
############################
VENDOR="nitroreader.com"
2012-05-02 08:04:51 +02:00
PN="nitro.pdfreader"
2013-03-07 22:42:58 +01:00
NAME="Nitro PDF Reader"
DESCRIPTION="Der Nitro PDF Reader ist ein Werkzeug zum Betrachten von PDF-Dateien."
2016-08-27 15:13:35 +02:00
VERSION="5.5.9.2"
2012-02-27 04:05:37 +01:00
RELEASE="1"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2016-03-18 15:52:24 +01:00
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"
2012-02-27 04:05:37 +01:00
2012-07-10 19:23:37 +02:00
DL_FILE[1]="nitro_pdf_reader_${VERSION}_x86.exe"
2016-03-18 15:52:24 +01:00
DL_SOURCE[1]="http://install.nitropdf.com/reader5/de/nitro_reader5.exe"
2012-02-27 04:05:37 +01:00
DL_ARCH[1]="X86"
2012-07-10 19:23:37 +02:00
DL_WINST_NAME[1]=Install32Exe
2012-02-27 04:05:37 +01:00
2012-07-10 19:23:37 +02:00
DL_FILE[2]="nitro_pdf_reader_${VERSION}_x64.exe"
2016-03-18 15:52:24 +01:00
DL_SOURCE[2]="http://install.nitropdf.com/reader5/de/nitro_reader5_64.exe"
2012-02-27 04:05:37 +01:00
DL_ARCH[2]="X86_64"
2012-07-10 19:23:37 +02:00
DL_WINST_NAME[2]=Install64Exe
2012-02-27 04:05:37 +01:00
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
2013-06-18 22:13:13 +02:00
# Actual Date + 12 Months
2013-05-04 14:04:40 +02:00
WINST_NAME[0]="ExpireDateInSeconds"
WINST_VALUE[0]="$(date -d "+12 months" +%s)"
2013-05-04 14:04:40 +02:00
2013-03-07 21:38:01 +01:00
OPSI_INI_SECTION[0]="X86"
2013-03-08 20:58:48 +01:00
OPSI_INI_OPTION[0]="MsiId32"
2016-08-27 15:13:35 +02:00
OPSI_INI_VALUE[0]="{7A8EB036-5ADF-4DA7-B57F-6A5832C43A90}"
2013-03-07 21:38:01 +01:00
OPSI_INI_SECTION[1]="X86_64"
2013-03-08 20:58:48 +01:00
OPSI_INI_OPTION[1]="MsiId64"
2016-08-27 15:13:35 +02:00
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"