IBuildSettings.ApplicationUrl Property

Definition

The expected source ___location if the bootstrapper is published to a website. It is expected that the ApplicationFile, if specified, will be published to the ___location consistent to this value. If ComponentsLocation is Relative, required component files will also be published in a manner consistent with this value. This value may be null if setup.exe is not to be published to the web

public:
 property System::String ^ ApplicationUrl { System::String ^ get(); void set(System::String ^ value); };
public string ApplicationUrl { get; set; }
member this.ApplicationUrl : string with get, set
Public Property ApplicationUrl As String

Property Value

The expected source ___location when the bootstrapper is published to a Web site.

Remarks

If you have specified ApplicationFile, the bootstrapper will be published to the ___location specified by this value.

If ComponentsLocation is set to Relative, required component files will be published to a ___location relative to this value.

Set this value to null if Setup.exe is not to be published to the Web.

Applies to