From 7fe43bd81af9435b03965d890931b53feeb7be85 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 25 Mar 2019 11:43:21 +0100 Subject: [PATCH] build: remove unused label from vcbuild.bat Remove the :wix-not-found label and harmonize the spelling of "WiX". PR-URL: https://github.com/nodejs/node/pull/26901 Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: Beth Griggs Reviewed-By: Richard Lau Signed-off-by: Beth Griggs --- vcbuild.bat | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vcbuild.bat b/vcbuild.bat index 18c187b62e024f..852ddd4088e310 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -243,7 +243,7 @@ if defined msi ( goto msbuild-not-found ) if not exist "%VCINSTALLDIR%\..\MSBuild\Microsoft\WiX" ( - echo Failed to find the Wix Toolset Visual Studio 2017 Extension + echo Failed to find the WiX Toolset Visual Studio 2017 Extension goto msbuild-not-found ) ) @@ -270,10 +270,6 @@ echo Try to run in a "Developer Command Prompt" or consult echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1 goto exit -:wix-not-found -echo Build skipped. To generate installer, you need to install Wix. -goto install-doctools - :msbuild-found set project_generated=