Skip to content

win,msi: install tools for native modules#22645

Closed
joaocgreis wants to merge 3 commits intonodejs:masterfrom
JaneaSystems:joaocgreis-I8T-msi-tools
Closed

win,msi: install tools for native modules#22645
joaocgreis wants to merge 3 commits intonodejs:masterfrom
JaneaSystems:joaocgreis-I8T-msi-tools

Conversation

@joaocgreis
Copy link
Member

Add a dialog during installation with information about native modules that can optionally run a Boxstarter script at the end of the installation. This script can also be run from Start menu.

Adding semver-minor since this is adding a new feature. Not semver-major since this should not break anything (I tested upgrading).

Fixes: #22311

cc @nodejs/platform-windows

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

install Issues and PRs related to the installers. semver-minor PRs that contain new features and should be released in the next minor version. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RFC: make node on Windows install, or prompt users to get, windows-build-tools