ComponentsLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
HomeSite | 0 | The component vendor's site. |
Relative | 1 | The same location as the bootstrapper. |
Absolute | 2 | An absolute path specified by BootstrapperDownloadUrl. |