Compartilhar via


ComponentsLocation Enum

Definition

Specifies the location from which packages should be downloaded at install time.

public enum class ComponentsLocation
public enum class ComponentsLocation
enum ComponentsLocation
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")]
public enum ComponentsLocation
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")>]
type ComponentsLocation = 
Public Enum ComponentsLocation
Inheritance
ComponentsLocation
Attributes

Fields

Absolute 2

An absolute path specified by BootstrapperDownloadUrl.

HomeSite 0

The component vendor's site.

Relative 1

The same location as the bootstrapper.

Applies to