diff --git a/content/manuals/enterprise/enterprise-deployment/msi-install-and-configure.md b/content/manuals/enterprise/enterprise-deployment/msi-install-and-configure.md index ef57ed2b8c..b35c0a9d6a 100644 --- a/content/manuals/enterprise/enterprise-deployment/msi-install-and-configure.md +++ b/content/manuals/enterprise/enterprise-deployment/msi-install-and-configure.md @@ -220,6 +220,7 @@ In addition to the following custom properties, the Docker Desktop MSI installer | `WINDOWSCONTAINERSDEFAULTDATAROOT` | Specifies the default location for Windows containers. | None | | `WSLDEFAULTDATAROOT` | Specifies the default location for the WSL distribution disk. | None | | `DISABLEANALYTICS` | When set to 1, analytics collection will be disabled for the MSI. For more information, see [Analytics](#analytics). | 0 | +| `REMOVEEXISTINGINSTALL` | When set to 1, any existing EXE installations are removed. Existing settings and content are preserved. | 1 | Additionally, you can also use `/norestart` or `/forcerestart` to control reboot behaviour.