IBuildSettings.ApplicationUrl 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.
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.