-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[cargo-c] 32bit cargo-cinstall.exe requires admin rights #6718
Comments
We need to use the new capi command provided by cargo-c to work around that (apparently Windows doesn't like that the exe contains the word "install") |
@lazka or provide manifest file for 32 bit |
thanks, good to know. I found this rust-lang/rfcs#721 so likely not possible yet the capi thing works though, so it's fine :) |
Maybe some kind of black magic can be done. For example, create a rc file, add the manifest to it, compile the rc file with windmc and link it with exe. |
@lazka no need to embedding manifest, you can place it near files. Look at /mingw32/bin folder for manifest files |
There is https://github.com/nabijaczleweli/rust-embed-resource |
For some reason the i686 cargo-cinstall.exe triggers a UAC dialog and can't be executed from bash. Does anyone know why this could be? The 64bit version works fine.
https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-cargo-c/PKGBUILD
The text was updated successfully, but these errors were encountered: