Skip to main content

All Questions

0 votes
1 answer
334 views

Electron Error: Specified procedure could not be found: node.napi.node

I have compiled an electron program and tried to install in some Windows machines. It's giving me this error Specified procedure could not be found: node.napi.node Any idea what's causing this? ...
gsy's user avatar
  • 357
0 votes
1 answer
644 views

Building Electron App in Windows with Different Temporary Folder

Is there a way to configure the path of temporary folders that get created when I run the installer of an application based on Electron? Instead of ~\AppData\Local\Temp, I'd like to use a different ...
Bruno's user avatar
  • 1,399
0 votes
1 answer
1k views

Unable to install electron app on Windows 10

I built an express/ejs application and turned it into an electron app. I can launch the app just fine using node commandline. However, I recently packaged the app using electron-packager and built it ...
James Hartley's user avatar
7 votes
1 answer
10k views

Build standalone .exe from electron app using electron-builder

I'm using electron v6.0.9 with electron-builder v21.2.0. Here is the packaging configuration from my package.json for a production build. "build": { "appId": "com.app.prototype", "productName"...
Kiran Maniya's user avatar
  • 8,831
1 vote
2 answers
3k views

Chained msi Installer with Electron

I'm new to Electron and I am building an app that I would like to install on Windows. I read the documentation on how to distribute your app in Electron's docs, and I know about: electron-forge ...
Carlinho89's user avatar
1 vote
1 answer
2k views

Electron windows installer too slow

Im using electron windows installer: https://github.com/electron/windows-installer and when running on windows the installer, it takes really long (more than 10 minutes), is this normal?
danibuiza's user avatar
6 votes
1 answer
6k views

Handle Squirrel's event on an Electron app

These days I'm toyng around with Electron to build a small native app for Windows and I'm using Grunt Electron Installer to create an installer for my application. The installer is created ...
Ingro's user avatar
  • 2,841