Skip to content

Commit 534d0dc

Browse files
bnoordhuistargos
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>
1 parent a3cf96c commit 534d0dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

vcbuild.bat

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ if defined msi (
239239
goto msbuild-not-found
240240
)
241241
if not exist "%VCINSTALLDIR%\..\MSBuild\Microsoft\WiX" (
242-
echo Failed to find the Wix Toolset Visual Studio 2017 Extension
242+
echo Failed to find the WiX Toolset Visual Studio 2017 Extension
243243
goto msbuild-not-found
244244
)
245245
)
@@ -266,10 +266,6 @@ echo Try to run in a "Developer Command Prompt" or consult
266266
echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1
267267
goto exit
268268

269-
:wix-not-found
270-
echo Build skipped. To generate installer, you need to install Wix.
271-
goto install-doctools
272-
273269
:msbuild-found
274270

275271
set project_generated=

0 commit comments

Comments
 (0)