Christopher Field

Results 34 issues of Christopher Field

Similar to #118, there is the output from the `rustc --print cfg` command that could be passed to the WiX compiler (candle.exe) as WiX variables. See #126 for an example...

enhancement

As discussed and finally realized by me in #113, the user may want access to various build-related variables within his or her own custom WXS file to create an installer...

enhancement

As discussed in #113, the `Platform` WiX variable is redundant to the `sys.BUILDARCH` WiX variable. It is no longer needed in the embedded WXS template. Note, this is the WiX...

enhancement

As mentioned in #113, determining the default Host triple using the [`rustc --version --verbose` command is not ideal](https://github.com/volks73/cargo-wix/blob/703a0f1186fb762b8cd7227e6d306a3db24a45ef/src/create.rs#L926), but there is currently not a way to determine this information directly...

enhancement

As highlighted in #113, a mechanism for notifying users of deprecations and migrations might be needed. At least a consistent and documented process is needed. From #113 comments: >This does...

enhancement

The default _create_ subcommand, i.e. `cargo wix`, should be updated to automatically create the MSI packages of workspace members when the `cargo wix` command is executed from root of the...

enhancement

A template for a WiX Source (wxs) file should be added to the subcommand that is used to generate a `main.wxs` when a virtual manifest (workspace) is detected. This would...

enhancement

A template should be added that renders to a batch (.bat) file which runs the compiler and linker as if the subcommand was creating the installer. The various flags and...

enhancement

Aliases should be added for the SHA-256 compatible timestamp servers. The URLs for some of these are different than for the SHA-1 timestamp servers.

enhancement

Currently the `/a` flag is used with the `signtool` application for signing installers. This is fine most of the time as it indicates the application will automatically search for a...

enhancement