You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built the NSIS installer for an electron app and I can run it from the command line in windows successfully but whenever I add the "/S" flag described here: http://nsis.sourceforge.net/Docs/Chapter3.html the installer hangs and never completes and prevents future attempts of the installer to never run until I terminate the process in windows task manager.
I was also able to silently install using a different NSIS installer executable for a simple example. Is there something that the electron builder does to prevent silent install from happening correctly?
The text was updated successfully, but these errors were encountered:
I have built the NSIS installer for an electron app and I can run it from the command line in windows successfully but whenever I add the "/S" flag described here: http://nsis.sourceforge.net/Docs/Chapter3.html the installer hangs and never completes and prevents future attempts of the installer to never run until I terminate the process in windows task manager.
I was also able to silently install using a different NSIS installer executable for a simple example. Is there something that the electron builder does to prevent silent install from happening correctly?
The text was updated successfully, but these errors were encountered: