We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aea4d1 commit 7fe43bdCopy full SHA for 7fe43bd
vcbuild.bat
@@ -243,7 +243,7 @@ if defined msi (
243
goto msbuild-not-found
244
)
245
if not exist "%VCINSTALLDIR%\..\MSBuild\Microsoft\WiX" (
246
- echo Failed to find the Wix Toolset Visual Studio 2017 Extension
+ echo Failed to find the WiX Toolset Visual Studio 2017 Extension
247
248
249
@@ -270,10 +270,6 @@ echo Try to run in a "Developer Command Prompt" or consult
270
echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1
271
goto exit
272
273
-:wix-not-found
274
-echo Build skipped. To generate installer, you need to install Wix.
275
-goto install-doctools
276
-
277
:msbuild-found
278
279
set project_generated=
0 commit comments