GenerateBootstrapper.ComponentsLocation Property
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.
Gets or sets a location for the bootstrapper to look for installation prerequisites to install.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property System::String ^ ComponentsLocation { System::String ^ get(); void set(System::String ^ value); };
public string ComponentsLocation { get; set; }
public string ComponentsLocation { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ComponentsLocation : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ComponentsLocation : string with get, set
Public Property ComponentsLocation As String
Property Value
The location for the bootstrapper to look for installation prerequisites to install.
- Attributes
Remarks
This property can have the following values::
HomeSite
: Indicates that the prerequisite is being hosted by the component vendor.Relative
: Indicates that the preqrequisite is at the same location of the application.Absolute
: Indicates that all components are to be found at a centralized URL. This value should be used in conjunction with theComponentsUrl
property.
If ComponentsLocation is not specified, HomeSite
is used by default.