Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App install location #693

Closed
sho-87 opened this issue Aug 23, 2016 · 4 comments
Closed

App install location #693

sho-87 opened this issue Aug 23, 2016 · 4 comments

Comments

@sho-87
Copy link

sho-87 commented Aug 23, 2016

  • Version: 5.30.0
  • Target: Windows

I'm using electron builder to package my app and can successfully create the .exe file for windows. Running this file starts an installer. When I check control panel I can see that the app is in fact installed, but where is the default install location? It doesn't show up in my programs list and I'm not sure where the app is installed to so cant actually run it

@develar
Copy link
Member

develar commented Aug 23, 2016

Squirrel.Windows? Duplicates #551

@vahedashyan
Copy link

If build you app by electron-builder ( NSIS ), yuo van write it in package.js and the user can change directory of installation path
"nsis":{
"oneClick": false,
"allowToChangeInstallationDirectory":true
}

@rajkrrai
Copy link

rajkrrai commented Jun 16, 2021

Thanks.

Installed Path is: C:\Users\{yourPCname}\AppData\Local\Programs\{your APP name}

@ShahriarKh
Copy link

ShahriarKh commented Aug 24, 2022

If build you app by electron-builder ( NSIS ), yuo van write it in package.js and the user can change directory of installation path "nsis":{ "oneClick": false, "allowToChangeInstallationDirectory":true }

+ A list of all available options for future Googlers:
https://www.electron.build/configuration/nsis.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants