With cargo-deb you have the ability to set specific features that you want to use when building the package.
It would be great to include such ability in cargo-wix as now you have to build manually with the given feature(s) and run cargo-wix with --no-build.
Our use case is that we distinguish between installed app and running with cargo run because of some binaries locations.