C# 클래스 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

상속: WixStandardBootstrapperApplication
파일 보기 프로젝트 열기: Eun/WixSharp

공개 메소드들

메소드 설명
ToXml ( ) : System.Xml.Linq.XContainer[]

Emits WiX XML.

메소드 상세

ToXml() 공개 메소드

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