cargo-wix: cargo subcommand for creating Windows installers
It builds Windows installers (msi) from the release of a binary project. It also supports signing Windows installers if a code signing certificate is provided.
Quick Start#
Launch the command prompt (cmd.exe) and execute the following commands:
C:\>cargo install cargo-wix
C:\>cd Path\To\Project
C:\Path\To\Project\>cargo wix init
C:\Path\To\Project\>cargo wix
The Windows installer (msi) for the project will be located in the C:\Path\To\Project\target\wix folder.