mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-15 23:16:36 +00:00
Add MSI note to Acronis package installer
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user