electron / electron/windows-installer
64Bit MSI is not 64Bit
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 267
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 1
Description
When deploying an MSI through a GPO you have a couple of options for ensuring that the right architecture is deployed to the right machines. The core of this is that the MSI needs to say that it is a 32/64 bit installer.
The only option in a GPO for an MSI is `Make this 32-bit X86 application to Win64 machines`.
Because the generated MSI from `electron-winstaller` is 32bit no matter what I can't stop the 64Bit installer from installing on 32 Bit machines.
I could use WMI filters but it means having 2 GPOs.
Is this a Squirrel problem or an electron-winstaller issue?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.