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

Fixed crash when detecting UAC on Windows 10. #56

Merged
merged 1 commit into from
Oct 7, 2016
Merged

Fixed crash when detecting UAC on Windows 10. #56

merged 1 commit into from
Oct 7, 2016

Conversation

IntegralLee
Copy link
Contributor

This fixes the UAC detection that is causing a crash on Windows 10. Specifically the crash detailed in Issue #46. You can test for Vista or later by simply looking at Environment.OSVersion. Note, that since FOMM isn't manifested for Windows 8.1 or Windows 10, Environment.OSVersion will return the Windows 8 version value and not Windows 10 (as covered in Targeting your application for Windows). This doesn't matter for this test.

@niveuseverto niveuseverto merged commit 4126e79 into foesmm:master Oct 7, 2016
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.

2 participants