sourceforge.projectlibre/builder-product.cfg

41 lines
1.2 KiB
INI
Raw Normal View History

2013-03-25 07:25:40 +01:00
############################
# Setup product information
############################
VENDOR="projectlibre.org"
PN="sourceforge.projectlibre"
NAME="ProjectLibre"
DESCRIPTION="ProjectLibre: open source replacement of Microsoft Project"
2017-03-13 15:01:00 +01:00
VERSION="1.7"
2013-03-25 07:25:40 +01:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2017-03-13 15:01:00 +01:00
DL_FILE[0]="3956462.png"
DL_SOURCE[0]="http://img.informer.com/icons/png/128/3956/3956462.png"
2013-03-25 07:25:40 +01:00
2017-03-13 15:01:00 +01:00
DL_FILE[1]="projectlibre_x86_${VERSION}.msi"
2014-01-08 15:17:25 +01:00
DL_SOURCE[1]="http://sourceforge.net/projects/projectlibre/files/ProjectLibre/${VERSION}/projectlibre-${VERSION}.msi"
2013-03-25 07:25:40 +01:00
DL_ARCH[1]="X86"
2017-03-13 15:01:00 +01:00
DL_WINST_NAME[1]=Install32Msi
DL_FILE[2]="projectlibre_x64_${VERSION}.msi"
DL_SOURCE[2]="http://sourceforge.net/projects/projectlibre/files/ProjectLibre/${VERSION}/projectlibre-${VERSION}-x64.msi"
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=Install64Msi
2013-03-25 07:25:40 +01:00
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
2017-03-13 15:01:00 +01:00
OPSI_INI_OPTION[0]="MsiId32"
OPSI_INI_VALUE[0]="{4E352A24-AE3C-482F-9409-3E1C2B7ABED8}"
2017-03-19 21:58:21 +01:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
OPSI_INI_VALUE[1]="{65C756CE-CF9B-45E8-967E-E1A0D4B7902C}"
2013-03-25 07:25:40 +01:00