From 70b50ccb6dbc7bb282034171a46f16077dba55d3 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:59:43 -0400 Subject: [PATCH] Updated Desktop v5.9 link, removed 32-bit links no longer supported (#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 <29708087+amyblais@users.noreply.github.com> --- source/collaborate/install-desktop-app.rst | 43 ++++--------------- ...msi-installer-and-group-policy-install.rst | 2 +- 2 files changed, 9 insertions(+), 36 deletions(-) diff --git a/source/collaborate/install-desktop-app.rst b/source/collaborate/install-desktop-app.rst index 8337f00b2f8..0d8d9813b00 100644 --- a/source/collaborate/install-desktop-app.rst +++ b/source/collaborate/install-desktop-app.rst @@ -29,16 +29,11 @@ You can download the `desktop app `_ directly from **Install the Mattermost Desktop App** - 1. Download the latest version of the Mattermost desktop app: `32/64-bit version of Windows `_ + 1. Download the latest version of the Mattermost desktop app for the `64-bit version of Windows `_ 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 `_ - - MSI for `32-bit version of Windows `_ - The following group policies are available supporting a state option of Not Configured, Enabled, or Disabled: +--------------------------+------------------------------------------------------------+----------------------+----------------------------+ @@ -127,40 +122,21 @@ You can download the `desktop app `_ 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 `_ - - 32-bit systems `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 `_ - 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...**. @@ -173,10 +149,7 @@ You can download the `desktop app `_ 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 `_ - - 32-bit systems: `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 `_ 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`` diff --git a/source/install/desktop-msi-installer-and-group-policy-install.rst b/source/install/desktop-msi-installer-and-group-policy-install.rst index 35abac2f415..5a3437c06bf 100644 --- a/source/install/desktop-msi-installer-and-group-policy-install.rst +++ b/source/install/desktop-msi-installer-and-group-policy-install.rst @@ -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 ` for the desktop app on Windows. - - To :ref:`disable automatic updates ` 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 ` on a per-user basis, use the ``DISABLEAUTOUPDATE`` parameter: ``msiexec /i mattermost-desktop-v5.9.0-x64.msi DISABLEAUTOUPDATE=1`` Specify an install directory ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~