Skip to content

Commit 7fe43bd

Browse files
bnoordhuisBethGriggs
authored andcommitted
build: remove unused label from vcbuild.bat
Remove the :wix-not-found label and harmonize the spelling of "WiX". PR-URL: #26901 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
1 parent 0aea4d1 commit 7fe43bd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

vcbuild.bat

+1-5
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ if defined msi (
243243
goto msbuild-not-found
244244
)
245245
if not exist "%VCINSTALLDIR%\..\MSBuild\Microsoft\WiX" (
246-
echo Failed to find the Wix Toolset Visual Studio 2017 Extension
246+
echo Failed to find the WiX Toolset Visual Studio 2017 Extension
247247
goto msbuild-not-found
248248
)
249249
)
@@ -270,10 +270,6 @@ echo Try to run in a "Developer Command Prompt" or consult
270270
echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1
271271
goto exit
272272

273-
:wix-not-found
274-
echo Build skipped. To generate installer, you need to install Wix.
275-
goto install-doctools
276-
277273
:msbuild-found
278274

279275
set project_generated=

0 commit comments

Comments
 (0)