Hacker News new | ask | show | jobs
by monocasa 586 days ago
On windows, a lot of installers are 32-bit even if the application they're installing is 64-bit so that they can fail gracefully on 32-bit OSes.
1 comments

Why would you care that the installer fails gracefully?
It's helpful for the users
The OS already throws a specific error message, and it is the OS that should be responsible for this.
This gives you no opportunity for a customized product-specific upgrade UI!

Choosing to install the 32-bit version could also be an option I suppose.