baicai

白菜

一个勤奋的代码搬运工!

Cargo Wix is a cargo subcommand for creating Windows installers.

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.

Official Documentation#

https://crates.io/crates/cargo-wix

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.