Update documentation

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2020-03-16 10:12:55 +01:00
parent 7d53ec52b7
commit 9671daecf4

View File

@ -8,7 +8,7 @@ Checks the installation state of the given feature of the product
MsiUseFeature <feature name> [language] MsiUseFeature <feature name> [language]
``` ```
- `feature name` - The name of the feature to check (i.e. "featEAPTTLS"; see Feature table of product MSI file) - `feature name` - The name of the feature to check (i.e. "featEAPMethod21"; see Feature table of product MSI file)
- `language` - The user preferred language of the product - `language` - The user preferred language of the product
Note: The MSI product code changes on every release. Therefore, `MsiUseFeature` utility with identical version should be used. Note: The MSI product code changes on every release. Therefore, `MsiUseFeature` utility with identical version should be used.