how to determine if dot net framework sp1 is installed?

  • Thread starter Thread starter z f
  • Start date Start date
Z

z f

how to determine the version (sp 0 / 1 / ? ) of dot net framework ?

because the files version probably remains the same?



TIA.
 
HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v1.1.4322

The key is SP

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think Outside the Box!
***********************************************
 
so value of 1 in the SP key means i have already installed service pack 1 of
dot-net framework 1.1 ?

because in add remove i do see a "Microsoft .NET framework 1.1 Hotfix
(KB886903)" entry
and this is the only entry related to dot net framework even with "show
updates" checked.

thanks.
 
I have not tested this, but that is how I understand it.

The other option is poking at versions on the Framework itself. You need the
final number, as the first three will remain the same. I do not have a
particular version number or what files were changed, so I do not know what
you would aim for in particular.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think Outside the Box!
***********************************************
 
Back
Top