Structs§
- ExePackage
- Represents the
<ExePackage>WiX XML element. - Exit
Code - Defines a mapping of an exit code to behavior.
- MsiPackage
- Represents an
<MsiPackage>WiX XML element. - WiXBundle
Installer Builder - Entity used to build a WiX bundle installer.
- WiXInstaller
Builder - Entity used to build installers using the WiX Toolkit.
- WiXSimple
MsiBuilder - Entity used to emit a simple
.wxsfor building an msi installer. - WxsBuilder
- Entity representing the build context for a .wxs file.
Enums§
- Behavior
- Behavior for an exit code.
- Chain
Element - Represents a child of the
<Chain>WiX XML element.
Functions§
- run_
candle - Run
candle.exeagainst a.wxsfile to produce a.wixobjfile. - run_
light - Run
light.exeagainst multiple.wixobjfiles to link them together. - target_
triple_ to_ wix_ arch - write_
file_ manifest_ to_ wix - Convert a
FileManifestto WiX XML defining those files.