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

nwjs 21.3 on windows creates multiple process #5807

Closed
ShivaniPahuja02 opened this issue Mar 27, 2017 · 4 comments
Closed

nwjs 21.3 on windows creates multiple process #5807

ShivaniPahuja02 opened this issue Mar 27, 2017 · 4 comments

Comments

@ShivaniPahuja02
Copy link

Hi,

we are upgrading nwjs from LTS version to latest version i.e nwjs 21.3. As per our analysis nwjs on windows creates total 5 process. One process is the main process and one process is associated with DEV TOOL which end as we close the dubug window. We are targeting to rename the nwjs on windows platform. Is thers is any documnetation which states the purpose of all the process invoked by nwjs and their renaming procedure.Below is snapshot for the same.

nwjsprocess

Regards,
Shivani Pahuja

@VasiliyIsaichkin
Copy link

In my experience it is enough to rename nw.exe to whatyouneed.exe

@rogerwang
Copy link
Member

Please ask questions in our mailing list: https://groups.google.com/forum/#!forum/nwjs-general

@ShivaniPahuja02
Copy link
Author

If we simply rename the nw.exe to MyApp.exe then on Windows 10 App name under process tab in the task manager does not reflect the new changed Application name where as Details Tab shows changed name .
Below is the Snapshot for the same
Process Tab Selected on Task Manager
nwjsprocesstab

Detail Tab Selected on Task Manager
myapp4

Where as on windows 7 Rename procedure is working fine.

@rogerwang we used below mailing list as well but there was no further updates on question

https://groups.google.com/forum/#!searchin/nwjs-general/shivani$20%7Csort:relevance/nwjs-general/24rtgtLpUXE/3vQA3Mx4FQAJ

We request you to update is there is any change in the rename procedure on Windows 10.

Regards,
Shivani Pahuja

@VasiliyIsaichkin
Copy link

VasiliyIsaichkin commented Mar 27, 2017

For rename in task list you need update FileDescription field in Version resource section.
You can use commmand tool from (but need compile) https://github.com/electron/rcedit or you can take it already compiled from my repo - https://github.com/VasiliyIsaichkin/rcedit/tree/master/bin/rcedit.exe
Then rename nw.exe to MyApp.exe and run in console:
rcedit MyApp.exe --set-version-string "FileDescription" "MyApp"

image

p.s. my url fixed

MadLittleMods added a commit to gitterHQ/nw-builder that referenced this issue Jul 17, 2017
Fix nwutils#196
Fix nwutils#315

See

 - nwjs/nw.js#5809
 - nwjs/nw.js#5807
 - nwjs/nw.js#4293
 - nwjs/nw.js#2160
 - nwjs/nw.js#5829

Allows you to edit the version string of the resultant Windows executable.
These can be easily viewed in Properties -> Details, http://i.imgur.com/oqyRwaa.png

Fix issue where the process showed up as `nwjs` in Windows.
Now defaults to the `options.appName`
adam-lynch pushed a commit to nwutils/nw-builder that referenced this issue Oct 19, 2017
Fix #196
Fix #315

See

 - nwjs/nw.js#5809
 - nwjs/nw.js#5807
 - nwjs/nw.js#4293
 - nwjs/nw.js#2160
 - nwjs/nw.js#5829

Allows you to edit the version string of the resultant Windows executable.
These can be easily viewed in Properties -> Details, http://i.imgur.com/oqyRwaa.png

Fix issue where the process showed up as `nwjs` in Windows.
Now defaults to the `options.appName`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants