mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
docs: add note about property preferences (#2155)
This commit is contained in:
@@ -126,6 +126,8 @@ The following parameters are available:
|
|||||||
| `REMOVE` | Disables features within the windows_exporter installer. Supported values: `FirewallException` |
|
| `REMOVE` | Disables features within the windows_exporter installer. Supported values: `FirewallException` |
|
||||||
| `APPLICATIONFOLDER` | Directory to install windows_exporter. Defaults to `C:\Program Files\windows_exporter` |
|
| `APPLICATIONFOLDER` | Directory to install windows_exporter. Defaults to `C:\Program Files\windows_exporter` |
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> The installer properties are always preferred over the values defined in the config file. If you prefer to configure via the config file, avoid using any of the properties listed above.
|
||||||
|
|
||||||
Parameters are sent to the installer via `msiexec`.
|
Parameters are sent to the installer via `msiexec`.
|
||||||
On PowerShell, the `--%` should be passed before defining properties.
|
On PowerShell, the `--%` should be passed before defining properties.
|
||||||
|
|||||||
Reference in New Issue
Block a user