############################ # Setup product information ############################ VENDOR="libreoffice.org" PN="documentfoundation.libreoffice" NAME="LibreOffice" DESCRIPTION="LibreOffice ist eine leistungsfaehige Office-Suite, voll kompatibel mit den Programmen anderer grosser Office-Anbieter ist." VERSION="6.3.4" RELEASE="1" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="libo-logo.png" DL_SOURCE[0]="http://www.cb-computerservice.at/bilder/libo-logo.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_SOURCE[1]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86.msi.torrent" DL_DOWNLOADER[1]="aria2c" DL_ARCH[1]="X86" DL_WINST_NAME[1]=InstallMsi32 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_SOURCE[2]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86_helppack_de.msi.torrent" DL_DOWNLOADER[2]="aria2c" DL_ARCH[2]="X86" DL_WINST_NAME[2]=InstallHelpDeMsi32 DL_FILE[3]="LibreOffice_${VERSION}_Win_x64.msi" #DL_SOURCE[3]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86_64/LibreOffice_${VERSION}_Win_x64.msi" DL_SOURCE[3]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86_64/LibreOffice_${VERSION}_Win_x64.msi.torrent" DL_DOWNLOADER[3]="aria2c" DL_ARCH[3]="X86_64" DL_WINST_NAME[3]=InstallMsi64 DL_FILE[4]="LibreOffice_${VERSION}_Win_x64_helppack_de.msi" #DL_SOURCE[4]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86_64/LibreOffice_${VERSION}_Win_x64_helppack_de.msi" DL_SOURCE[4]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86_64/LibreOffice_${VERSION}_Win_x64_helppack_de.msi.torrent" DL_DOWNLOADER[4]="aria2c" DL_ARCH[4]="X86_64" DL_WINST_NAME[4]=InstallHelpDeMsi64 # File array index for the image showing while installing the program ICON_DL_INDEX=0 OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="MsiId32" OPSI_INI_VALUE[0]="{03937BAE-ADBD-4FD9-B184-1B7F632876FB}" OPSI_INI_SECTION[1]="X86" OPSI_INI_OPTION[1]="MsiIdHelpDe32" OPSI_INI_VALUE[1]="{89A375F8-43C3-4A12-8CBD-075E9F852BEB}" OPSI_INI_SECTION[2]="X86_64" OPSI_INI_OPTION[2]="MsiId64" OPSI_INI_VALUE[2]="{191F4D69-B671-4163-BB01-901B89A20D04}" OPSI_INI_SECTION[3]="X86_64" OPSI_INI_OPTION[3]="MsiIdHelpDe64" OPSI_INI_VALUE[3]="{709DC538-846B-4629-A895-A4F9D4C467CE}"