Searches for an installation of .NET Core. The variable gets set to the latest version of the given Runtime, Platform, and Major Version. Extensibility point in the WiX XML Schema. Schema extensions can register additional elements at this point in the schema. Identifier for the search. If the Id is not specified, one will be generated. Name of the variable in which to place the result of the search. Condition for evaluating the search. If this evaluates to false, the search is not executed at all. Id of the search that this one should come after. The type of .NET Core runtime to search for. Attempt to check for an ASP.NET Core type runtime. The ASP.NET Core Runtime enables you to run web/server applications. Attempt to check for a .NET type runtime. The .NET Core Runtime contains just the components needed to run a console app. Attempt to check for a .NET Desktop type runtime. The .NET Desktop Runtime enables you to run Windows desktop applications. The platform to search for. Major version of .NET. For example, "6". Extensibility point in the WiX XML Schema. Schema extensions can register additional attributes at this point in the schema.