C# Class WixSharp.Bootstrapper.ExePackage

Standard WiX ExePackage.
Inheritance: Package
Datei anzeigen Open project: Eun/WixSharp Class Usage Examples

Public Methods

Method Description
ExePackage ( ) : System.Linq

Initializes a new instance of the ExePackage class.

ExePackage ( string path ) : System.Linq

Initializes a new instance of the ExePackage class.

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

Emits WiX XML.

Method Details

ExePackage() public method

Initializes a new instance of the ExePackage class.
public ExePackage ( ) : System.Linq
return System.Linq

ExePackage() public method

Initializes a new instance of the ExePackage class.
public ExePackage ( string path ) : System.Linq
path string The path.
return System.Linq

ToXml() public method

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