-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] Error msi bundle #77
Comments
First time working working with Rust, there is no way this is the right solution for cross platform. The error appears to be because its trying to bundle Fixing it in settings solves both problems but then generates a MSI file that won't run/install, but someone else might need to figure out that part. Think it needs some MSI tables/registry or something but its beyond my current understanding. |
As a workaround, you may try using cargo-wix instead. |
I just found this project but I could not get the provided example to work on windows either due to this same error. Is there any plans fix this in the near future? Thanks! |
Windows support in cargo-bundle is only half-implemented and doesn't work yet. It is waiting for a contributor who knows more about MSI packaging than I do and who has a Windows machine to test on. If that's you, PRs would be very welcome! |
I've managed to get the msi support working. It needs a small patch to Note: I tested it on Wine's |
@aerkiaga This is great news, thanks! A working UI would definitely be good to have, although if it makes sense to split it across multiple smaller PRs, that may be a little easier to review. Up to you. |
How is this coming along? I'm new to Windows MSI files and bundlers, but if there isn't much left to be done, I would be willing to take a stab. |
@landonwork I got basic msi working with #142, which has been merged. It lacks some features though. I've drawn a banner for the installer UI here if you need it. Edit: handling menus, file associations etc. is still left to do. Thanks a lot if you're willing to help! |
Any way to fix it? I get the same error now |
I get the same error. Is it solved yet?? |
To clarify, are you having issues with |
I cloned from commit |
Same problem here, with |
@ihsan6133 @Plycedes @Alexangelj @jakobhansson are you passing
|
|
@jakobhansson I see the fix has not yet made it into a new release. I suggest that you build from source ( |
I see, I compiled from source and now the |
Same issues here... The crates.io version fails to bundle with a "Failed to collect resource file information" error when running Building from source (cloning and running |
I'm having this issue with: |
I get this error
The text was updated successfully, but these errors were encountered: