|
-
Dec 23rd, 2003, 03:35 AM
#1
Thread Starter
Lively Member
how do we know which dotnet SP has been installed ?
from where do we know which dotnet Service Pack has been installed ?
-
Dec 23rd, 2003, 03:49 AM
#2
Hyperactive Member
Well, one possibility is a Setup and Deployment Project in Visual Studio. It has build in methods to check if the Framework needed for your application is already installed, and if not offers you to download it from Microsofts website.
If you do custom setups you could check for the registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework
That key should contain Subkeys for all versiopns installed:
v1.1 etc.
HTH, Stephan
Keep Smiling - even if its hard 
Frankie Says Relax, wossname Says Yeah!
wossname:--Currently I'm wearing a gimp suit and a parachute.
C# - Base64 Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|