diff --git a/Website/src/pages/download.mdx b/Website/src/pages/download.mdx index 0970bd111a..d91cbe4fc5 100644 --- a/Website/src/pages/download.mdx +++ b/Website/src/pages/download.mdx @@ -95,39 +95,6 @@ import styles from "./styles.module.css"; -
- -

What version should I download?

-
-
-

NETworkManager is available in three different versions:

- -
-
-
Checksums
@@ -138,20 +105,21 @@ import styles from "./styles.module.css";
6DE9B68E178C5096AD0514CF2B5FA11F8C582070783EAB41C6EF1838EEBA9602
Archive (ZIP Archive)
F0E684FFB1C7F03642735403D6D30F75839A3B21E698624D219964363948442F
-

You can verify the checksum with one of the following commands:

-
-      
-        # PowerShell
-        Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.msi -Algorithm SHA256
-
-        # Linux
-        sha256sum -c NETworkManager_{VERSION}_SHA256SUMS
-      
-    
- +

Verify a checksum using PowerShell:

+
Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.msi -Algorithm SHA256
+## Which version should I download? + +NETworkManager is available in three different versions: + +| Version | Description | +|---|---| +| **Setup** (MSI Installer) | Recommended for most users. Installs system-wide and requires administrator privileges. Settings and profiles are stored in `~\Documents\NETworkManager`. Suitable for centralized deployment via Intune, SCCM, etc. | +| **Portable** (ZIP Archive) | Run without installation — ideal for a USB stick or network share. Settings and profiles are stored next to the executable. To upgrade, copy the `Profiles` and `Settings` directories to the new version. | +| **Archive** (ZIP Archive) | Similar to Portable, but stores settings and profiles in `~\Documents\NETworkManager`. Useful for custom deployment scenarios (e.g. Terminal Server). | + ## System requirements - Windows 10 / Server x64 (22H2 or later) @@ -159,7 +127,7 @@ import styles from "./styles.module.css"; ## Silent install -Install silent with the following command: +Install the Setup (MSI) silently using the following command: ``` .\NETworkManager_{VERSION}_Setup.msi /quiet /norestart