question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

setup.exe file runs application but does not install it

See original GitHub issue

somewhat 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:open
  • Created 5 years ago
  • Reactions:4
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
positlabscommented, Aug 30, 2018

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?

1reaction
positlabscommented, Aug 27, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found