You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An --path-guid option that takes a string should be added to the cargo wix init and cargo wix print subcommands. This would override the automatically generated GUID for the path component of the WiX Source (WXS) template with an existing GUID generated via some other mechanism or tool.
This would be useful if porting an installer build from another tool to use the cargo wix subcommand. It would also be useful to create "ephemeral" installers in CI workflows (See #88).
The text was updated successfully, but these errors were encountered:
volks73
changed the title
Add path GUID option to the initialization and print subcommands
Add path GUID option to the initialize and print subcommands
Nov 3, 2020
An
--path-guid
option that takes a string should be added to thecargo wix init
andcargo wix print
subcommands. This would override the automatically generated GUID for the path component of the WiX Source (WXS) template with an existing GUID generated via some other mechanism or tool.This would be useful if porting an installer build from another tool to use the
cargo wix
subcommand. It would also be useful to create "ephemeral" installers in CI workflows (See #88).The text was updated successfully, but these errors were encountered: