37 lines
1.1 KiB
INI
37 lines
1.1 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="libreoffice.org"
|
|
PN="documentfoundation.libreoffice"
|
|
VERSION="4.0.0"
|
|
RELEASE="1"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
|
|
DL_FILE[0]="libreoffice-logo-150x150.png"
|
|
DL_SOURCE[0]="http://www.bitblokes.de/wp-content/uploads/2010/10/libreoffice-logo-150x150.png"
|
|
|
|
DL_FILE[1]="LibreOffice_${VERSION}_Win_x86.msi"
|
|
DL_SOURCE[1]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=InstallMsi
|
|
|
|
DL_FILE[2]="LibreOffice_${VERSION}_Win_x86_helppack_de.msi"
|
|
DL_SOURCE[2]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86_helppack_de.msi"
|
|
DL_ARCH[2]="X86"
|
|
DL_WINST_NAME[2]=InstallHelpDeMsi
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
WINST_NAME[0]="MsiId"
|
|
WINST_VALUE[0]="{8EA569F1-97AF-4C3E-A0CB-4846C2D35A81}"
|
|
|
|
WINST_NAME[1]="MsiIdHelpDe"
|
|
WINST_VALUE[1]="{766DEEF2-5E05-42EF-B4BC-1BB0D2888229}"
|