Skip to main content

All Questions

Tagged with
0 votes
0 answers
19 views

How to run an exe with arguments from an Electron app

I have an existing exe file (processStuff.exe) (it is written in c, in case that is relevant). From a command prompt in Windows I can run: processStuff.exe -f myDataFile This will run processStuff....
gnitsuk's user avatar
  • 179
3 votes
2 answers
1k views

Is there any way in electron to detect a shutdown on Windows?

I tried "session-end", "window-all-closed" to capture the windows shutdown event. Electron needs to call function before computer gets shutdown. win.on("session-end",(...
vardhan's user avatar
  • 51
-1 votes
1 answer
49 views

How applications like MS Teams update [closed]

We had a teams issue today morning and it was fixed within a few hours. One thing I noticed is that the bug in the application (MS Teams) was fixed while it was running. Some of us had to restart but ...
Thanuja Dilhan's user avatar
1 vote
1 answer
719 views

I want to avoid signing a windows application

I am thinking about trying to develop a windows application. I will probably use Ionic and electron with angular. From what I am reading, it sounds like I have to purchase some kind of license to ...
Ethan Powers's user avatar
0 votes
1 answer
980 views

Cannot find module robotjs

I am using robotjs for remote control in angular electron app, it loads up fine in development mode(npm run electron) but when I do packaging (.exe) using electron packager then after generating exe ...
Shoib Mohammed A's user avatar
1 vote
1 answer
785 views

Unable to create windows app package with electron-packager

I want to create a windows app package from my existing ionic cordova application,I am using electron-packager for the same but getting below error: npm version:5.6.0,electron-packager version: ^11.2....
Neha Tawar's user avatar
1 vote
1 answer
690 views

Electron package, generated folder

I want to keep my generated windows app (trought angular code) to a specific folder. I already read the documentation about the command, so I do: ng build --prod --output-path=dist/win/x64 && ...
Andrei García's user avatar