GenerateBootstrapper.ComponentsLocation Property

Definition

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 the ComponentsUrl property.

If ComponentsLocation is not specified, HomeSite is used by default.

Applies to