Skip to content
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

Add manifest on Windows to avoid UAC popups #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mati865
Copy link
Contributor

@mati865 mati865 commented Nov 11, 2022

Since rename (#113) rust installer triggers Windows bug feature that makes 32-bit binaries with specific strings automatically trigger UAC prompt (https://learn.microsoft.com/en-us/previous-versions/aa905330(v=msdn.10)#installer-detection).
This is an issue when running program in non-elevated shell like we do at MSYS2: msys2/MINGW-packages#9091 (comment), For that reason we carry this PR as downstream patch.

Here is how manifest is configured by the default with embed-manifest crate: https://docs.rs/embed-manifest/1.3.1/embed_manifest/fn.new_manifest.html

@rust-highfive
Copy link

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants