ComponentsLocation Enumeration

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies the way that required components will be published.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:   Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

[ComVisibleAttribute(true)]
[GuidAttribute("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")]
public enum class ComponentsLocation

Member nameDescription
Absolute

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that products be located at a specific location.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

HomeSite

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that products be found according to the redistributable vendor's designated URL.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Relative

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that products be located relative to the generated bootstrapper.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Return to top
Show: