C# Class WixSharp.Bootstrapper.LicenseBootstrapperApplication

Generic License-based WiX bootstrapper application.

Depending on the value of LicensePath compiler will resolve the application in either WixStandardBootstrapperApplication.RtfLicense or WixStandardBootstrapperApplication.HyperlinkLicense standard application.

Note: empty LicensePath will suppress displaying the license completely

Inheritance: WixStandardBootstrapperApplication
Datei anzeigen Open project: Eun/WixSharp

Public Methods

Method Description
ToXml ( ) : System.Xml.Linq.XContainer[]

Emits WiX XML.

Method Details

ToXml() public method

Emits WiX XML.
public ToXml ( ) : System.Xml.Linq.XContainer[]
return System.Xml.Linq.XContainer[]