From: Tsarevich Dmitry Date: Sat, 13 Feb 2016 21:17:23 +0000 (+0300) Subject: build: skip msi build if WiX is not found X-Git-Tag: v4.4.1~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46a5d519dd4b7485bbeeace33c4f78f2805c2055;p=platform%2Fupstream%2Fnodejs.git build: skip msi build if WiX is not found 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 --- diff --git a/vcbuild.bat b/vcbuild.bat index 4411234c2..425157f12 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -145,7 +145,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" (