############################ # Setup product information ############################ VENDOR="itwatch.de" PN="mattermost.desktop" NAME="Mattermost Desktop" DESCRIPTION="Native desktop application for Mattermost running on Windows, Mac, and Linux." VERSION="4.4.0" RELEASE="3" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="icon.png" DL_SOURCE[0]="http://www.mattermost.org/wp-content/uploads/2016/04/icon.png" DL_FILE[1]="mattermost-desktop-v${VERSION//rc/-rc}-x86.msi" #DL_SOURCE[1]="https://github.com/mattermost/desktop/releases/download/v${VERSION//rc/-rc}/mattermost-desktop-v${VERSION//rc/-rc}-x86.msi" DL_SOURCE[1]="https://releases.mattermost.com/desktop/${VERSION//rc/-rc}/mattermost-desktop-${VERSION//rc/-rc}-x86.msi" DL_ARCH[1]="X86" DL_WINST_NAME[1]=Install32Msi DL_FILE[2]="mattermost-desktop-v${VERSION//rc/-rc}-x64.msi" #DL_SOURCE[2]="https://github.com/mattermost/desktop/releases/download/v${VERSION//rc/-rc}/mattermost-desktop-v${VERSION//rc/-rc}-x64.msi" DL_SOURCE[2]="https://releases.mattermost.com/desktop/${VERSION//rc/-rc}/mattermost-desktop-${VERSION//rc/-rc}-x64.msi" 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 ####################################### # specify Executable for Desktop link ####################################### on the dual arch package WINST_NAME[0]="ProgramExecutable32" WINST_VALUE[0]="Mattermost.exe" WINST_NAME[1]="ProgramExecutable64" WINST_VALUE[1]="Mattermost.exe" ##### Msi ###### OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="MsiId32" OPSI_INI_VALUE[0]="{3D6BD834-84AB-4DD3-B6F3-77866EF8C3F5}" OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="MsiId64" OPSI_INI_VALUE[1]="{C91F4E20-622F-4876-8AE6-8637A99CA449}"