@cryptotaxi247 / netdata-1 / commits / 891aa2544

update_installer: Update remove instruction (#20418)

thiagoftsm committed Jun 5, 2025 at 11:20 UTC 891aa2544382efe5116e64eeac4390fd48a4e887
2 files changed +10 -9
packaging/windows/WINDOWS_INSTALLER.md
+9 -8
@@ -37,14 +37,15 @@ Run the command prompt as Administrator.
37
38 ### Installation Command Options
39
40 -| Option | Description |
41 -|--------------|------------------------------------------------------------------------|
42 -| `/qn` | Enables silent mode (no user interaction) |
43 -| `/i` | Specifies the path to the MSI installer |
44 -| `TOKEN=` | Claim token from your Netdata Cloud Space |
45 -| `ROOMS=` | Comma-separated Room IDs for your node |
46 -| `PROXY=` | (Optional) Proxy address if required |
47 -| `INSECURE=1` | (Optional) Allow insecure connections (hostname verification disabled) |
40 +| Option | Description |
41 +|-----------------|---------------------------------------------------------------------------|
42 +| `/qn` | Enables silent mode (no user interaction) |
43 +| `/i` | Specifies the path to the MSI installer |
44 +| `TOKEN=` | Claim token from your Netdata Cloud Space |
45 +| `ROOMS=` | Comma-separated Room IDs for your node |
46 +| `PROXY=` | (Optional) Proxy address if required |
47 +| `INSECURE=1` | (Optional) Allow insecure connections (hostname verification disabled) |
48 +| `REINSTALL=ALL` | (Optional) It forces a complete reinstallation of all Netdata components. |
49
50 ### Example Command
51
packaging/windows/netdata.wxs.in
+1 -1
@@ -212,7 +212,7 @@
212 Name="Netdata"
213 Stop="both"
214 Start="install"
215 - Remove="uninstall"
215 + Remove="both"
216 Wait="yes" />
217
218 <RegistryValue Root="HKLM"