Christopher Field

Results 60 comments of Christopher Field

Thank you for your interest in the cargo-wix subcommand. multilingual support is provided through the [WiX UI localization support](https://wixtoolset.org/documentation/manual/v3/wixui/wixui_localization.html) via the [`-c,--culture`](https://volks73.github.io/cargo-wix/cargo_wix/index.html#-c--culture) and [`-l,--locale`](https://volks73.github.io/cargo-wix/cargo_wix/index.html#-l--locale) command line options. The locale and...

Thank you for the update and information. I believe the issue is actually some confusion on both our parts on the usage of the `cargo wix` default command and the...

>I would recommend for anyone who sees this, or yourself, to try to update to a better error message. Saying that it is the incorrect type of file instead of...

I would like to use the SVG in my GitHub README. I don't think it is possible to include javascript for a "restart" button. The `` tag needs to be...

Thank you for the information, link, and help. I will play around a little bit more, but I am okay if you would like to close this issue. I am...

@cstkingkey Is this still of interest?

@cstkingkey Is this still of interest and could you add some tests to cover the new timestamp function? With the addition of some tests, I would be ready to merge.

My understanding was the `features` feature of `cargo-deb` was for defining a set of properties/flags/arguments like Profiles, but there are the [`-C`](https://volks73.github.io/cargo-wix/cargo_wix/index.html#-c--compiler-arg) and [`-L`](https://volks73.github.io/cargo-wix/cargo_wix/index.html#-l--linker-arg) options that pass arguments to the...

Got it. I see `cargo deb` uses the `--` syntax for passing additional arguments to the `cargo build` command. This appears to be the convention for various cargo subcommands that...

I have renamed the issue to be more descriptive and focused to the requested enhancement. I would also greatly appreciate and welcome any PR that implements this enhancement.