
08-30-2007
|
|
|
|
Re: .NET Framework 1.1 Service Pack 1 installed?
"Lif" <Lif@discussions.microsoft.com> wrote:\
> 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
|