volks73 / cargo-wix

A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
https://volks73.github.io/cargo-wix
Apache License 2.0
316 stars 26 forks source link

Error[1] (Command): The 'candle' application failed with exit code = 199 #171

Closed 3togo closed 1 year ago

3togo commented 2 years ago

when I run "cargo wix", it failed with the following error message:

Error[1] (Command): The 'candle' application failed with exit code = 199

How to fix it?

volks73 commented 2 years ago

Do you have the WiX toolset installed? If yes, which version?

Did you are already run the cargo wix init command?

Would you be able to elaborate more on your environment, project structure, and the series of events that lead to the error?

Can you run the cargo wix -vvv --no-capture command and provide the log and output?

volks73 commented 1 year ago

I am closing as there has been no response or follow-up for some time.