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

PICARD-1371: Do not allow installation on 32-bit Windows #1050

Merged
merged 1 commit into from Nov 26, 2018

Conversation

phw
Copy link
Member

@phw phw commented Nov 25, 2018

Summary

Currently the Windows installer of Picard will happily install on a 32bit Windows, but since we only provide 64 bit builds the installed application fails to launch with some Windows incompatibility warning.

This patch checks if the installer is running on a 64bit system and if not aborts the installation with an appropriate error message.

  • This is a…
    • Bug fix
    • Feature addition
    • Refactoring
    • Minor / simple change (like a typo)
    • Other
  • Describe this change in 1-2 sentences:

Problem

Solution

Action

@phw
Copy link
Member Author

phw commented Nov 25, 2018

Tested on 64bit Win 10 and 32 bit Win 7 systems.

@phw
Copy link
Member Author

phw commented Nov 25, 2018

This is the dialog shown on 32bit Windows:

grafik

@phw phw merged commit ec43c86 into metabrainz:master Nov 26, 2018
@phw phw deleted the PICARD-1371-win-installer-require-64bit branch November 26, 2018 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants