Closed pjebs closed 4 years ago
The code for this is controlled in the https://github.com/felixrieseberg/electron-wix-msi repository. Can you please file a bug there (if one's not already filed)?
@malept @pjebs I think this might actually be an issue in electron-forge
. The code inside of electron-wix-msi
defaults to x86 unless you pass a different architecture into the creator options.
I don't see an arch
field in the creator options of the Wix Maker.
Is it possible that maker-wix is not passing the arch
field down to electron-wix-msi
?
@electron-forge/maker-wix saves Electron 9 application in
Program Files (x86)
folder in Win10. It should store it inProgram Files
which is for 64-bit applications.Here is my
forge.config.js
: