Skip to content

Beta-3.0

Compare
Choose a tag to compare
@volks73 volks73 released this 22 Mar 20:51

Added

  • Basic support for bundles (See #98)
  • 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)
  • The minimum Rust version to v1.40.0