Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A way to detect if .NET installed in vfp?
Message
From
24/08/2004 08:27:41
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
00935858
Message ID:
00935872
Views:
15
Claude,
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.0
If REG_SZ value 3705 exists, then dotnet 1.0 is installed.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.1
If REG_SZ value 4322 then dotnet 1.1 is installed. The official MS Redistributing the .NET Framework 1.1 documentation suggests you look at the following registry entry for a (DWORD) Install entry value of 1.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.1.4322
I guess the same is true if you look a the following for dotnet 1.0.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.1.3705
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/redistdeploy1_1.asp

Regards
Neil
Previous
Reply
Map
View

Click here to load this message in the networking platform