文件名称:cargo-wix:一个货物子命令,用于使用WiX工具集构建用于防锈项目的Windows安装程序
文件大小:118KB
文件格式:ZIP
更新时间:2024-05-28 02:36:23
windows rust installer cargo msi
cargo-wix:创建Windows安装程序的cargo子命令 的子命令,它使用二进制项目的发行版中的构建Windows安装程序(msi)。 如果可以使用提供的应用程序提供代码签名证书,则它还支持对Windows安装程序进行签名。 快速开始 启动命令提示符(cmd.exe),然后执行以下命令: C:\>cargo install cargo-wix C:\>cd Path\To\Project C:\Path\To\Project\>cargo wix init C:\Path\To\Project\>cargo wix 该项目的Windows安装程序(msi)将位于C:\Path\To\Project\target\wix文件夹中。 安装 cargo-wix项目可以安装在Rust编程语言支持的任何平台上,但是Wix Toolset仅适用于Windows。 因此,该项目仅在安装在Win
【文件预览】:
cargo-wix-main
----LICENSE-MIT(1KB)
----.cargo()
--------config.toml(43B)
----Cargo.toml(1KB)
----.github()
--------workflows()
----src()
--------main.rs(95KB)
--------purge.rs(7KB)
--------eula.rs(4KB)
--------print()
--------create.rs(72KB)
--------lib.rs(37KB)
--------sign.rs(17KB)
--------templates()
--------initialize.rs(34KB)
--------clean.rs(4KB)
----LICENSE-APACHE(11KB)
----xtask()
--------Cargo.toml(169B)
--------src()
----README.md(8KB)
----tests()
--------common()
--------create.rs(37KB)
--------initialize.rs(29KB)
----.gitignore(43B)