Uh oh!
There was an error while loading. Please reload this page.
win: add customization warning to tools script - #24348
Conversation
I'm not against clear text, but its effectiveness is limited, especially IMO when it's long. Ohh there's a GUI to create WinForms - https://poshgui.com https://theitbros.com/powershell-gui-for-scripts/ |
joaocgreis
commented
Nov 14, 2018
Please upvote this comment to approve fast-tracking, it would be good if this could make it into v11.2.0. cc @refack (as requested in collaborator guide) CI: https://ci.nodejs.org/view/All/job/node-test-pull-request/18598/ |
refack
commented
Nov 14, 2018
Need another upvote. @nodejs/platform-windows @tniessen @nodejs/build-files |
refack
commented
Nov 14, 2018
/CC @nodejs/documentation |
Trott
commented
Nov 14, 2018
Resume Build CI: https://ci.nodejs.org/view/All/job/node-test-pull-request/18607/ |
joaocgreis
commented
Nov 14, 2018
Resumed CI green, landed in 3856d8a. Thanks! |
PR-URL: #24348 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
joaocgreis
commented
Nov 14, 2018
LTS: Depends on #24344, for now it looks like the revert is going forward so I'll add the don't land label here. |
PR-URL: #24348 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Notable changes: * deps: * A new experimental HTTP parser (`llhttp`) is now supported. #24059 * timers: * Fixed an issue that could cause setTimeout to stop working as expected. #24322 * Windows * A crashing process will now show the names of stack frames if the node.pdb file is available. #23822 * Continued effort to improve the installer's new stage that installs native build tools. #23987, #24348 * child_process: * On Windows the `windowsHide` option default was restored to `false`. This means `detached` child processes and GUI apps will once again start in a new window. #24034 * Added new collaborators: * [oyyd](https://github.com/oyyd) - Ouyang Yadong. #24300 * [psmarshall](https://github.com/psmarshall) - Peter Marshall. #24170 * [shisama](https://github.com/shisama) - Masashi Hirano. #24136
Notable changes: * deps: * A new experimental HTTP parser (`llhttp`) is now supported. #24059 * timers: * Fixed an issue that could cause setTimeout to stop working as expected. #24322 * Windows * A crashing process will now show the names of stack frames if the node.pdb file is available. #23822 * Continued effort to improve the installer's new stage that installs native build tools. #23987, #24348 * child_process: * On Windows the `windowsHide` option default was restored to `false`. This means `detached` child processes and GUI apps will once again start in a new window. #24034 * Added new collaborators: * [oyyd](https://github.com/oyyd) - Ouyang Yadong. #24300 * [psmarshall](https://github.com/psmarshall) - Peter Marshall. #24170 * [shisama](https://github.com/shisama) - Masashi Hirano. #24136 PR-URL: #24350
The script introduced in #22645 to install Visual Studio and Python on Windows should work reliably in most scenarios. But it can only go so far, if a user wants to customize the installation or has custom policies in place, the alternative installation methods should be used. The script is designed to be as simple as possible, because for other options and customization there are already detailed instructions that the users can follow.
This PR adds a warning about that.
cc @nodejs/platform-windows
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes