realtimesoft.ultramon/builder-product.cfg

41 lines
1.2 KiB
INI
Raw Normal View History

2012-07-11 07:48:47 +02:00
############################
# Setup product information
############################
VENDOR="realtimesoft.com"
PN="realtimesoft.ultramon"
2013-03-15 15:10:06 +01:00
NAME="UltraMon"
DESCRIPTION="Get the most out of multiple monitors with UltraMon"
2018-10-19 14:03:05 +02:00
VERSION="3.4.1"
2012-07-11 07:48:47 +02:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2015-05-26 13:35:05 +02:00
DL_FILE[0]="ultramon-1866246ioitdbjpg.jpg"
DL_SOURCE[0]="http://i.kinja-img.com/gawker-media/image/upload/s--SGGMTOCB--/1866246ioitdbjpg.jpg"
2012-07-11 07:48:47 +02:00
2012-08-24 19:31:49 +02:00
DL_FILE[1]="UltraMon_${VERSION}_de_x32.msi"
2018-10-19 14:03:05 +02:00
DL_SOURCE[1]="https://realtimesoft.com/files/UltraMon_${VERSION}_de_x32.msi"
2012-07-11 07:48:47 +02:00
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Msi
2012-08-24 19:31:49 +02:00
DL_FILE[2]="UltraMon_${VERSION}_de_x64.msi"
2018-10-19 14:03:05 +02:00
DL_SOURCE[2]="https://realtimesoft.com/files/UltraMon_${VERSION}_de_x64.msi"
2012-07-11 07:48:47 +02:00
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=Install64Msi
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
2013-03-15 15:10:06 +01:00
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId32"
2018-10-19 14:03:05 +02:00
OPSI_INI_VALUE[0]="{2CB51501-DA86-4216-9C9B-2C52A64BA047}"
2012-07-11 07:48:47 +02:00
2013-03-15 15:10:06 +01:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
2018-10-19 14:03:05 +02:00
OPSI_INI_VALUE[1]="{2CB51501-DA86-4216-9C9B-2C52A64BA047}"