Crate tugger_wix

Crate tugger_wix 

Source

Structs§

ExePackage
Represents the <ExePackage> WiX XML element.
ExitCode
Defines a mapping of an exit code to behavior.
MsiPackage
Represents an <MsiPackage> WiX XML element.
WiXBundleInstallerBuilder
Entity used to build a WiX bundle installer.
WiXInstallerBuilder
Entity used to build installers using the WiX Toolkit.
WiXSimpleMsiBuilder
Entity used to emit a simple .wxs for building an msi installer.
WxsBuilder
Entity representing the build context for a .wxs file.

Enums§

Behavior
Behavior for an exit code.
ChainElement
Represents a child of the <Chain> WiX XML element.

Functions§

run_candle
Run candle.exe against a .wxs file to produce a .wixobj file.
run_light
Run light.exe against multiple .wixobj files to link them together.
target_triple_to_wix_arch
write_file_manifest_to_wix
Convert a FileManifest to WiX XML defining those files.