volks73 / cargo-wix

A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
https://volks73.github.io/cargo-wix
Apache License 2.0
316 stars 26 forks source link

How to include additional files? #187

Closed avsaase closed 1 year ago

avsaase commented 1 year ago

My rust binary requires two additional binaries to be placed next to it to be able to run. Is it possible for the msi installer to place these files (and their respective licenses) next to the binary? I looked at the documentation but couldn't find instructions for how to set this up.

avsaase commented 1 year ago

The Wix toolset documentation explains how to do this.