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
Did you run the cargo wix init command before running the cargo wix command to build the installer? What specific commands and arguments did you execute?
I ran cargo wix init. The file main.wxs is empty. It started working after I ran cargo wix print wxs > example.wxs and then copy pasted the contents of example.wxs into the main.wxs file.
Was there a package manifest, Cargo.toml file, in the folder where you executed the cargo wix init command?
I am glad you found a workaround, but it is very strange that an empty main.wxs file was created. Could you try again in a completely fresh folder/project, first doing a cargo init --bin then a cargo wix init?
I have created a binary rust crate and when tried running cargo wix, this error popped up.
The text was updated successfully, but these errors were encountered: