Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A way to detect if .NET installed in vfp?
Message
De
24/08/2004 08:27:41
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
00935858
Message ID:
00935872
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform