GEANTLink/MsiUseFeature
Simon Rozman b3291ff8b1 Remove excessive UTF-8 BOM marker
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-06 11:53:41 +01:00
..
2016-06-18 10:51:12 +02:00
2020-02-05 11:45:51 +01:00
2020-02-05 11:45:51 +01:00
2020-02-06 11:53:39 +01:00
2020-02-05 11:45:51 +01:00
2020-02-05 11:45:51 +01:00

MsiUseFeature

Checks the installation state of the given feature of the product

Usage

MsiUseFeature <feature name> [language]
  • feature name - The name of the feature to check (i.e. "featEAPTTLS"; see Feature table of product MSI file)
  • 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.

Return codes

  • -1 = Invalid parameters
  • 0 = Success
  • 1 = The product is not installed, or feature state is unknown
  • 2 = The feature is not installed locally
  • 3 = The installed user preferred language is different