Module wix::initialize

source ·
Expand description

The implementation for the init command. The init command for the cargo wix subcommand is focused on creating a WiX Source file (wxs) based on the contents of the Cargo manifest file (Cargo.toml) for the project and any run-time based settings.

The init command should generally be called before any other commands and it should only be called once per project. Once a WiX Source file (wxs) exists for the project, the init command does not need to be executed again.

Structs

A builder for running the cargo wix init subcommand.
A context for creating the necessary files to eventually build an installer.