windows-installer
windows-installer copied to clipboard
Failed with exit code 2148734720
windows 7 64 bit
Failed with exit code 2148734720
why?
Had the same problem in a VM I created specifically for Windows builds. Install .NET Framework 4.5.2 to fix this: https://www.microsoft.com/en-us/download/details.aspx?id=42642
This probably wouldn't be an issue on most development machines, but I'm guessing it's not uncommon for people developing Electron apps to spin up a Windows VM under macOS or Linux, install Node, and attempt to build without having .NET 4.5.2 installed, so perhaps this should be documented somewhere.