setup.exe file runs application but does not install it
See original GitHub issuesomewhat similar to #240 and #218 when running the make through electron forge task, it compiles and exports the app with no problem. when i go to install the app on a windows environment, it shows the installation gif and the app is opened, but never installed. unlike #218, there is no error. when i close the app, it is not installed on my system so there is no reference of it. is this expected behavior or have i misconfigured something that causes this? the documentation seems like setup.exe should install it but i may be misinterpreting this.
i am running windows installer on electron forge.
my configuration:
"electronWinstallerConfig": {
"appDirectory": "./out/Desktop-win32-ia32",
"name": "Desktop",
"outputDirectory": "./out/make/desktop-windows",
"setupExe": "DesktopSetup.exe",
"certificateFile": "./certificates/certificate.p12"
}
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Setup.exe will not run - TechNet - Microsoft
Hi, · Please right click the setup.exe and choose run as administrator. · Sometime, it may be caused by missing or corrupted system...
Read more >Unable to Install Apps or Software on Windows? Here's What ...
Unable to Install Apps or Software on Windows? Here's What to Do · 2. Check App Installer Settings in Windows · 4. Run...
Read more >Exe File is Not Opening: 6 Ways to Fix it [Force Launch]
How do I force an exe file to open? · 1. Edit the registry · 2. Scan for malware · 3. Change the...
Read more >windows 7 - Setup.exe won't run - Super User
Kill the setup.exe process in the task manager and then try rerunning it. Sometimes you get a ...
Read more >Setup.exe file created with InstallShield is installed ...
It seems to me that your main application (executable?) is not getting upgraded. Make sure that you're logging the install.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Even if it does install there, why isn’t
electron-squirrel-startup
installing the shortcut / menu icons? How is the user supposed to know to look in that directory?This is a pretty big issue for me. I’ve tried the example code, just requiring electron electron-squirrel-startup and exiting doesn’t seem to do anything that it promises. No shortcut icon and no menu icon. Even searching for the app in the windows menu doesn’t bring it up.
Trying to build on windows 10