Package including .net Framework 1.1 SP1 + Detect SP1

  • Thread starter Thread starter Peter Wyss
  • Start date Start date
P

Peter Wyss

Hy,

I have two questions:

- Is a Package available (dotnetfx.exe) in which the sp1 is included? Or
is it only possible to install first the dotnetfx.exe and after that the
sp1?

- Is it possible to detect, if the sp1 is installed? Registry?

Thanks a lot,
Peter
 
I didn't find a Package, but maybe it will be there in the future.

To see if .NET Framework 1.1 is isntalled:
Hkey_Local_Machine: path="SOFTWARE\Microsoft\NET Framework
Setup\NDP\v1.1.4322" fieldname="Install" fieldvalue="1"
fieldtype="REG_DWORD"

For the SP1:
path="SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.1.4322" fieldname="SP"
fieldvalue="1" fieldtype="REG_DWORD"

hope this helps,

Pieter
 
Back
Top