From dd5a53c903148f8a88e3f4a236103c48b02fcb40 Mon Sep 17 00:00:00 2001 From: Damaso Sanoja Date: Wed, 18 Jun 2025 09:09:07 -0400 Subject: [PATCH] Add MSI note to Acronis package installer --- src/pages/how-to/acronis-windows-netbird-integration.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/how-to/acronis-windows-netbird-integration.mdx b/src/pages/how-to/acronis-windows-netbird-integration.mdx index cf7108f2..3b62fed3 100644 --- a/src/pages/how-to/acronis-windows-netbird-integration.mdx +++ b/src/pages/how-to/acronis-windows-netbird-integration.mdx @@ -79,7 +79,9 @@ In the `Install / Uninstall commands` tab, configure the silent installation par - **Installation options:** `"{{full_path}}" /S` - **Uninstallation options:** `{{uninstall_cmd}} /S` -The `/S` parameter ensures silent installation without user prompts, while `{{full_path}}` and `{{uninstall_cmd}}` are Acronis variables that automatically resolve to the correct paths during deployment. Click `Next` when ready. +The `/S` parameter ensures silent installation without user prompts for NetBird's EXE installer, while `{{full_path}}` and `{{uninstall_cmd}}` are Acronis variables that automatically resolve to the correct paths during deployment. Click `Next` when ready. + +> **Note**: If you're using NetBird's MSI installer instead of the EXE installer, use `/qn` in the **Installation options** field instead of `"{{full_path}}" /S`. The **Uninstallation options** field remains the same (`{{uninstall_cmd}} /S`) for both installer types. The `/qn` parameter provides quiet installation with no user interface for MSI packages. ![Install / Uninstall commands](/docs-static/img/how-to-guides/acronis-windows-netbird-integration/acronis-windows-08.png)