diff --git a/Common/Setup/LaunchConditions.wxs b/Common/Setup/LaunchConditions.wxs
index 7bfb3074b..c57b76f85 100644
--- a/Common/Setup/LaunchConditions.wxs
+++ b/Common/Setup/LaunchConditions.wxs
@@ -73,4 +73,14 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/Nodejs/Setup/NodejsToolsInstaller/NodejsToolsInstaller.wxs b/Nodejs/Setup/NodejsToolsInstaller/NodejsToolsInstaller.wxs
index 8ba800483..dc6cb871f 100644
--- a/Nodejs/Setup/NodejsToolsInstaller/NodejsToolsInstaller.wxs
+++ b/Nodejs/Setup/NodejsToolsInstaller/NodejsToolsInstaller.wxs
@@ -25,6 +25,9 @@
NOT VS_PRERELEASE OR Installed
+
+ NOT VS_IS_2015_PRE_UPDATE_2 OR Installed
+
NETFRAMEWORK45 OR Installed
diff --git a/Nodejs/Setup/NodejsToolsInstaller/Strings14.0.wxl b/Nodejs/Setup/NodejsToolsInstaller/Strings14.0.wxl
index 37a64c23c..df17b15cc 100644
--- a/Nodejs/Setup/NodejsToolsInstaller/Strings14.0.wxl
+++ b/Nodejs/Setup/NodejsToolsInstaller/Strings14.0.wxl
@@ -13,6 +13,7 @@
Your version of !(loc.WDProductName) is not supported. Please install the latest update from http://www.visualstudio.com/.
Your version of !(loc.VWDProductName) is not supported. Please install the latest update from http://www.visualstudio.com/.
A pre-release version of !(loc.VSProductName) was detected. This version of !(loc.ProductName) is not supported on pre-release builds of !(loc.VSProductName). Please upgrade to !(loc.VSProductName).
+ NTVS requires Visual Studio 2015 Update 2 or later. Please update to Visual Studio 2015 Update 2.
The Microsoft .NET Framework 4.5 is required. Please install it from http://go.microsoft.com/fwlink/?LinkId=398711
Registering extension in !(loc.VSProductName)...
Removing extension from !(loc.VSProductName)...
diff --git a/Nodejs/Setup/NodejsToolsInstaller/Strings15.0.wxl b/Nodejs/Setup/NodejsToolsInstaller/Strings15.0.wxl
index 4898f6e35..52ac46293 100644
--- a/Nodejs/Setup/NodejsToolsInstaller/Strings15.0.wxl
+++ b/Nodejs/Setup/NodejsToolsInstaller/Strings15.0.wxl
@@ -13,6 +13,7 @@
Your version of !(loc.WDProductName) is not supported. Please install the latest update from http://www.visualstudio.com/.
Your version of !(loc.VWDProductName) is not supported. Please install the latest update from http://www.visualstudio.com/.
A pre-release version of !(loc.VSProductName) was detected. This version of !(loc.ProductName) is not supported on pre-release builds of !(loc.VSProductName). Please upgrade to !(loc.VSProductName).
+ NTVS requires Visual Studio 2015 Update 2 or later. Please update to Visual Studio 2015 Update 2.
The Microsoft .NET Framework 4.5 is required. Please install it from http://go.microsoft.com/fwlink/?LinkId=398711
Registering extension in !(loc.VSProductName)...
Removing extension from !(loc.VSProductName)...