-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
build,win: open shortcut folder instead of running script #24237
Conversation
What is the point of this? Users already opted in by checking the checkbox, and there is plenty of opportunity to stop it before it starts the package installation. |
Pure UX. Even if this doesn't solve the issue, I would strongly suggest we continue iterating on this issue. I'm flagging this as a |
/CC @nodejs/build-files @nodejs/platform-windows @nodejs/UX ;) |
Good point, to make it clear that it's a different thing. Test build: https://nodejs.org/download/test/v12.0.0-test20181108dab27c03ea/ |
Co-Authored-By: refack <refack@gmail.com>
Co-Authored-By: refack <refack@gmail.com>
The output MSI |
@refack Is this still being worked on? |
An alternative UX idea:
At the end of the installer open the created Shortcut dir, where the users can explicitly call the new
Install Additional Tools for Node.js
shortcut.Refs: #22645
Fixes: #23838
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes