Skip to content

Commit

Permalink
build: skip msi build if WiX is not found
Browse files Browse the repository at this point in the history
If none of VS2013/VS2015 WiX installs are found on a builder
machine, skip node build and notify user about.

PR-URL: #5220
Reviewed-By: João Reis <reis@janeasystems.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
dimhotepus authored and rvagg committed Feb 18, 2016
1 parent efd6f68 commit fc78d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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" (
Expand Down

0 comments on commit fc78d3d

Please sign in to comment.