You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation about using this subcommand with workspaces and bundles
Automatically including the WixBalExtension if a bundle-based installer is used (See #98)
Automatically changing the installer file extension if it is a bundle (See #98)
The -C,--compiler-arg option to the default create subcommand, cargo wix, to pass arguments from the cargo-wix subcommand directly to the WiX toolset compiler, candle.exe (See #97)
The compiler-args field to the [package.metadata.wix] section for a package's manifest (See #95)
The -L,--linker-arg option to the default create subcommand, cargo wix, to pass arguments from the cargo-wix subcommand directly to the WiX toolset linker, light.exe (See #97)
The linker-args field to the [package.metadata.wix] section for a package's manifest (See #95)
Documentation about including WiX extensions (See #96)
The -d,--dbg-build flag to the default create subcommand, cargo wix, to build Rust binaries with Debug target profile instead of the default Release target profile (See #91)
The dbg-build field to the [package.metadata.wix] section for a package's manifest (See #91)
The -D,--dbg-name flag to the default create subcommand, cargo wix, to append the -debug suffix to the installer's file name (See #91)
The dbg-name field to the [package.metadata.wix] section for a package's manifest (See #91)
The -I,--include option to the default create subcommand, cargo wix, to add an infinite number of WiX Source (wxs) files to the creation of an installer (See #92)
The include field to the [package.metadata.wix] section for a package's manifest (See #92)
Changed
The input field in the [package.metadata.wix] section to include (See #92)