.NET Framework 1.1 Service Pack 1 installed?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could somebody tell me how I can verify if .NET Framework 1.1 Service Pack 1
(SP1) installed please?

In Add or Remove Programs, I can see the following are installed already.

Microsoft .NET Framework 1.0 Hotfix (KB930494)
Microsoft .NET Framework 1.1
Microsoft .NET Framework 1.1 Hotifix (KB928366)

I have Windows XP Media Center 2005 SP2 installed.

Thanks!
 
Lif said:
Could somebody tell me how I can verify if .NET Framework 1.1 Service Pack
1
(SP1) installed please?

No guarantees since I've had no reason yet to put 1.1 on Vista (that's
coming up but not yet), but based on behavior in XP look in the Registry for
the key:

HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.1.4322

and look for a REG_DWORD data item named SP. A value of 1 should indicate
the presence of SP1.

Out of the box in Vista there is no key referencing version 1.1 .

As an alternative, search the Registry for the SP1 KB article number
(867460).

Joe Morris
 
Thank you both for your replies. Much appreciated. I wanted to thank you 3
weeks ago when I saw your messages but the forum didn't let me log back on
for some reason till today.
 
Back
Top