Skip to content

Commit

Permalink
Updated Desktop v5.9 link, removed 32-bit links no longer supported (#…
Browse files Browse the repository at this point in the history
…7358)

* Updated Desktop v5.9 link, removed 32-bit links no longer supported

* Update desktop-msi-installer-and-group-policy-install.rst

---------

Co-authored-by: Amy Blais <[email protected]>
  • Loading branch information
cwarnermm and amyblais authored Aug 21, 2024
1 parent 5634975 commit 70b50cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 36 deletions.
43 changes: 8 additions & 35 deletions source/collaborate/install-desktop-app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,11 @@ You can download the `desktop app <https://mattermost.com/apps/>`_ directly from

**Install the Mattermost Desktop App**

1. Download the latest version of the Mattermost desktop app: `32/64-bit version of Windows <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-setup-5.9.0-win.exe>`_
1. Download the latest version of the Mattermost desktop app for the `64-bit version of Windows <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-setup-5.9.0-win.exe>`_
2. From the **\Downloads** folder, right-click on the file ``mattermost-desktop-setup-5.9.0-win.exe``, then select **Open** to start an installer for the app. Once finished, the Mattermost desktop app opens automatically.

**MSI Installer and group policies**

You can download the latest version of the Mattermost desktop app MSI installer:

- MSI for `64-bit version of Windows <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-5.9.0-x64.msi>`_
- MSI for `32-bit version of Windows <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-5.9.0-x86.msi>`_

The following group policies are available supporting a state option of Not Configured, Enabled, or Disabled:

+--------------------------+------------------------------------------------------------+----------------------+----------------------------+
Expand Down Expand Up @@ -127,40 +122,21 @@ You can download the `desktop app <https://mattermost.com/apps/>`_ directly from

**Install the Mattermost Desktop App**

1. Download the latest version of the Mattermost desktop app:

- 64-bit systems `mattermost-desktop-5.9.0-linux-x86_64.rpm <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-5.9.0-linux-x86_64.rpm>`_
- 32-bit systems `mattermost-desktop-5.9.0-linux-i686.rpm <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-5.9.0-linux-i686.rpm>`_
1. Download the latest version of the Mattermost desktop app for 64-bit systems: `mattermost-desktop-5.9.0-linux-x86_64.rpm <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-5.9.0-linux-x86_64.rpm>`_

2. At the command line, execute one of the following commands based on the package you downloaded:

- 64-bit systems:
2. At the command line, execute the following command:

.. code-block:: sh
sudo rpm -i mattermost-desktop-5.9.0-linux-x86_64.rpm
.. code-block:: sh
- 32-bit systems:

.. code-block:: sh
sudo rpm -i mattermost-desktop-5.9.0-linux-i686.rpm
sudo rpm -i mattermost-desktop-5.9.0-linux-x86_64.rpm
3. Run Mattermost as a desktop app.

**Manually update the desktop app**

- 64-bit systems:
To manually update the desktop app, run the following command:

.. code-block:: sh
sudo rpm -u mattermost-desktop-5.9.0-linux-x86_64.rpm
- 32-bit systems:

.. code-block:: sh
sudo rpm -u mattermost-desktop-5.9.0-linux-i686.rpm
sudo rpm -u mattermost-desktop-5.9.0-linux-x86_64.rpm
.. tip::
You can review the current version of your desktop app by selecting the **More** |more-icon-vertical| icon located in the top left corner of the desktop app, then selecting **Help > Version...**.
Expand All @@ -173,10 +149,7 @@ You can download the `desktop app <https://mattermost.com/apps/>`_ directly from

**Install the Desktop App's compressed tarball**

1. Download the latest version of the Mattermost desktop app:

- 64-bit systems: `mattermost-desktop-5.9.0-linux-x64.tar.gz <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-5.9.0-linux-x64.tar.gz>`_
- 32-bit systems: `mattermost-desktop-5.9.0-linux-ia32.tar.gz <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-5.9.0-linux-ia32.tar.gz>`_
1. Download the latest version of the Mattermost desktop app for 64-bit systems: `mattermost-desktop-5.9.0-linux-x64.tar.gz <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-5.9.0-linux-x64.tar.gz>`_

2. Extract the archive to a convenient location, then give ``chrome-sandbox`` in the extracted directory the required ownership and permissions: ``sudo chown root:root chrome-sandbox && sudo chmod 4755 chrome-sandbox``

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Use the ``ALLUSERS`` parameter to install the MSI for all users:

.. note::
- Installing the MSI for all users :ref:`disables automatic updates <collaborate/install-desktop-app:install and update the mattermost desktop app>` for the desktop app on Windows.
- To :ref:`disable automatic updates <collaborate/install-desktop-app:install and update the mattermost desktop app>` on a per-user basis, use the ``DISABLEAUTOUPDATE`` parameter: ``msiexec /i mattermost-desktop-v5.8.0-x64.msi DISABLEAUTOUPDATE=1``
- To :ref:`disable automatic updates <collaborate/install-desktop-app:install and update the mattermost desktop app>` on a per-user basis, use the ``DISABLEAUTOUPDATE`` parameter: ``msiexec /i mattermost-desktop-v5.9.0-x64.msi DISABLEAUTOUPDATE=1``

Specify an install directory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 70b50cc

Please sign in to comment.