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."
2013-05-04 14:04:40 +02:00
VERSION="3.5.3.14"
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"
2013-03-14 18:35:34 +01:00
DL_FILE[0]="nitro7_200x175.gif"
DL_SOURCE[0]="http://www.softwarecrew.com/wp-content/uploads/2011/11/nitro7_200x175.gif"
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"
DL_SOURCE[1]="http://install.nitropdf.com/reader/de/nitro_pdf_reader.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"
DL_SOURCE[2]="http://install.nitropdf.com/reader/de/nitro_pdf_reader_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-05-04 14:04:40 +02:00
# Actual Date + 6 Months
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"
2013-05-04 14:04:40 +02:00
OPSI_INI_VALUE[0]="{0EB8ACBE-C138-48F9-B032-8AA5BEA5E396}"
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"
2013-05-04 14:04:40 +02:00
OPSI_INI_VALUE[1]="{1197549C-5221-4C9A-8182-E77D289734DA}"
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"