Validates whether the specified .NET is installed on the computer.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
elements at this point in the schema.
Identifier for the compatibility check. If the Id is not specified, one will be generated.
Name of the property in which to place the result of the compatibility check. The possible values are:
- 0 - Successful compatibility check.
- 13 - Requested platform is not compatible with OS. _Introduced in WiX v5._
- 12289 - No runtime is installed.
- 12290 - Required runtime is not installed.
- 12291 - Failed to get hostfxr exports.
- 12292 - Invalid arguments.
- 12293 - Failed to construct temp json file path.
- 12294 - Failed to create temp json file.
The .NET runtime to check against.
The platform to use to validate.
Version of .NET to check against.
The roll forward policy to use while validating.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
attributes at this point in the schema.