<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Powertool installation unable to detect .Net framework</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=13029607" />
  <subtitle>Powertool installation unable to detect .Net framework</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=13029607</id>
  <updated>2013-06-20T08:03:17Z</updated>
  <dc:date>2013-06-20T08:03:17Z</dc:date>
  <entry>
    <title>RE: Powertool installation unable to detect .Net framework</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13043203" />
    <author>
      <name>Kaushal Shah</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13043203</id>
    <updated>2013-03-14T20:05:04Z</updated>
    <published>2013-03-14T20:05:04Z</published>
    <summary type="html">Thanks, sent you an email. </summary>
    <dc:creator>Kaushal Shah</dc:creator>
    <dc:date>2013-03-14T20:05:04Z</dc:date>
  </entry>
  <entry>
    <title>RE: Powertool installation unable to detect .Net framework</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13041699" />
    <author>
      <name>Vijay Balyan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13041699</id>
    <updated>2013-03-14T19:20:39Z</updated>
    <published>2013-03-14T19:20:39Z</published>
    <summary type="html">kaushal,
This should have worked. May be the extra text in the version number is messing up something. let me quickly check the parsing logic and get back to you.
drop me your email id at [url=mailto:vvb@cisco.com]vvb@cisco.com[/url] and I will drop you a build by tomorrow.
Thanks,
Vikrant</summary>
    <dc:creator>Vijay Balyan</dc:creator>
    <dc:date>2013-03-14T19:20:39Z</dc:date>
  </entry>
  <entry>
    <title>RE: Powertool installation unable to detect .Net framework</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13039855" />
    <author>
      <name>Kaushal Shah</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13039855</id>
    <updated>2013-03-14T19:01:16Z</updated>
    <published>2013-03-14T19:01:16Z</published>
    <summary type="html">I am assuming you were just looking for the file version .. see the following output. Let me know if you require anything else. 
 
gwmi -query "select * from cim_datafile where name='C:\\windows\\system32\\mscoree.dll'" | ft name, version
 
name                                    version
----                                    -------
c:\windows\system32\mscoree.dll         4.0.31106.0 (Main.031106-0000)</summary>
    <dc:creator>Kaushal Shah</dc:creator>
    <dc:date>2013-03-14T19:01:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: Powertool installation unable to detect .Net framework</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13040444" />
    <author>
      <name>Vijay Balyan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13040444</id>
    <updated>2013-03-14T18:17:41Z</updated>
    <published>2013-03-14T18:17:41Z</published>
    <summary type="html">[quote=Kaushal Shah]Trying to install Cisco UCS Powertool 1.0 but the installation fails with the following error message even though this xp system has .net framework 2.0, 3.0, 3.5 and 4.0 installed. Any ideas?
 
---------------------------
Cisco UCS PowerTool - InstallShield Wizard
---------------------------
Microsoft .NET Framework 2.0 or higher needs to be installed for this installation to continue.
---------------------------
OK   
---------------------------[/quote]
 
Kaushal,
 
Can you put the following snippets in a file. Name it test.vbs. Fire a cmd prompt; navigate to the path where test.vbs exists and execute "cscript test.vbs". email me the results of it [url=mailto:vvb@cisco.com]vvb@cisco.com[/url].
 
 
On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" &amp; strComputer &amp; "\root\cimv2")
set shellObj = WScript.CreateObject("WScript.Shell")
Set colItems = objWMIService.ExecQuery("Select * from CIM_Datafile Where Name = '" &amp; Replace((shellObj.ExpandEnvironmentStrings("%Windir%")), "\", "\\") &amp; "[url=file://system32//mscoree.dll']\\system32\\mscoree.dll'[/url]")
For Each objItem in colItems
 WScript.StdOut.WriteLine "[Registry Values]"
 WScript.StdOut.WriteLine "Version = " &amp; objItem.Version
Next
 
 
Thanks,
Vikrant</summary>
    <dc:creator>Vijay Balyan</dc:creator>
    <dc:date>2013-03-14T18:17:41Z</dc:date>
  </entry>
  <entry>
    <title>Powertool installation unable to detect .Net framework</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13029606" />
    <author>
      <name>Kaushal Shah</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13029606</id>
    <updated>2013-03-14T17:17:48Z</updated>
    <published>2013-03-14T17:17:48Z</published>
    <summary type="html">Trying to install Cisco UCS Powertool 1.0 but the installation fails with the following error message even though this xp system has .net framework 2.0, 3.0, 3.5 and 4.0 installed. Any ideas?
 
---------------------------
Cisco UCS PowerTool - InstallShield Wizard
---------------------------
Microsoft .NET Framework 2.0 or higher needs to be installed for this installation to continue.
---------------------------
OK   
---------------------------</summary>
    <dc:creator>Kaushal Shah</dc:creator>
    <dc:date>2013-03-14T17:17:48Z</dc:date>
  </entry>
</feed>

