[commit] r2366 - trunk/SDK/BON/Wizard

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Sep 26 17:32:05 CDT 2013


Author: tihamer
Date: Thu Sep 26 17:32:05 2013
New Revision: 2366

Log:
Bug fix - now it works for x86 systems

Modified:
   trunk/SDK/BON/Wizard/setup11.js

Modified: trunk/SDK/BON/Wizard/setup11.js
==============================================================================
--- trunk/SDK/BON/Wizard/setup11.js	Thu Sep 26 12:44:29 2013	(r2365)
+++ trunk/SDK/BON/Wizard/setup11.js	Thu Sep 26 17:32:05 2013	(r2366)
@@ -77,7 +77,7 @@
 	try
 	{
 		var strVC11Key = "HKLM\\Software\\Microsoft\\VisualStudio\\11.0\\Setup\\VC\\ProductDir";
-		strValue = WSShell.RegRead(strVC10Key);
+		strValue = WSShell.RegRead(strVC11Key);
 	}
 	catch(e)
 	{


More information about the gme-commit mailing list