[Mobies-commit] [commit] r3655 - UDM/trunk/src/UIntWizVS
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Wed Mar 16 14:40:14 CDT 2011
Author: ksmyth
Date: Wed Mar 16 14:40:14 2011
New Revision: 3655
Log:
It is not an error if the user doesnt have VS9 installed
Modified:
UDM/trunk/src/UIntWizVS/setup90.js
Modified: UDM/trunk/src/UIntWizVS/setup90.js
==============================================================================
--- UDM/trunk/src/UIntWizVS/setup90.js Wed Mar 16 14:39:53 2011 (r3654)
+++ UDM/trunk/src/UIntWizVS/setup90.js Wed Mar 16 14:40:14 2011 (r3655)
@@ -93,7 +93,7 @@
}
catch(e)
{
- WScript.Echo("ERROR: Cannot find where Visual Studio 2008 is installed.");
+ WScript.Echo("Cannot find where Visual Studio 2008 is installed. UdmInterpreter wizard will be unavailable.");
return;
}
WScript.Echo("Visual Studio Express doesn't support Wizards. UdmInterpreter Wizard will be unavailable.");
More information about the Mobies-commit
mailing list