build,win: open shortcut folder instead of running script#24237
build,win: open shortcut folder instead of running script#24237refack wants to merge 6 commits intonodejs:masterfrom
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.jsshortcut.Refs: #22645
Fixes: #23838
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes