From fc78d3d6a7ff080d1529a8afc7910d3d0ee897f0 Mon Sep 17 00:00:00 2001 From: Tsarevich Dmitry Date: Sun, 14 Feb 2016 00:17:23 +0300 Subject: [PATCH] build: skip msi build if WiX is not found MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If none of VS2013/VS2015 WiX installs are found on a builder machine, skip node build and notify user about. PR-URL: https://github.com/nodejs/node/pull/5220 Reviewed-By: João Reis Reviewed-By: James M Snell Reviewed-By: Rod Vagg --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index 8b2c67b50fe155..7ed19b22bc55e8 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -148,7 +148,7 @@ if defined msi ( if not exist "%WIX%\SDK\VS2013" ( echo Failed to find WiX install for Visual Studio 2013 echo VS2013 support for WiX is only present starting at version 3.8 - goto vc-set-2012 + goto wix-not-found ) ) if "%VCVARS_VER%" NEQ "120" (