nitro.pdfreader/builder-product.cfg

40 lines
1.2 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-03-28 20:56:26 +01:00
VERSION="3.5.2.10"
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-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-03-28 20:56:26 +01:00
OPSI_INI_VALUE[0]="{171478A8-80AD-4295-A2D1-C3D8AE70C9F1}"
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-03-28 20:56:26 +01:00
OPSI_INI_VALUE[1]="{4E1C1F33-BD77-4D84-8FEC-6DE9977BFBF2}"