-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Windows: Create exe with one name & use another for the add/remove programs list #2813
Comments
I cannot reproduce. And Please remove old app, restart windows and install again. Still no product name? Attach your exe or send me by email to test and attach here |
dist/electron-builder-effective-config.yaml
So the installer gets generated as However the actual final application exe is called So the only problem I have is that the final application .exe is not called I attempted to set However by doing it this way the list of programs to remove will list/display it as If you need any more details or specifics from me @develar let me know and thanks again for the awesome help :) |
@warrenbuckley I don't think this is currently possible, as If I'm right and this is the case though, it shouldn't be too hard to add the electron-builder/packages/electron-builder-lib/src/appInfo.ts Lines 32 to 33 in 2dda5fc
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Feel free to close this and re-open if it its needed. |
This issue is fixed in #5409, just use |
Version:
"electron-builder": "^20.9.0"
Target:
Windows: NSI
Hello,
I am after some help in creating my Electron application for windows using NSI which creates the installer for me.
I wish to have Electron to produce the exe as one name and to have a different name used for the add/remove programs uninstall list.
Here is a copy of my build section from my package.json
So if I set
productName
toLIE
which will generate aLIE.exe
and the Desktop and Start Menu shortcut shows up asLucene Index Explorer
by usingshortcutName
however in the Add or Remove Programs list it displays as LIE as opposed to Lucene Index Explorer.Is there any config setting I have missed or can use, so I can achieve this please?
This will just make life easier for people viewing the running processes with Task Manager on Windows to see the running LIE.Server process and the main LIE application along side each in the list of processes IMO.
Look forward to hearing back from you.
Thanks,
Warren :)
The text was updated successfully, but these errors were encountered: