Results 1 to 2 of 2

Thread: how do we know which dotnet SP has been installed ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Posts
    110

    Question how do we know which dotnet SP has been installed ?

    from where do we know which dotnet Service Pack has been installed ?
    Anis Bombaywala

  2. #2
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476
    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
  •  



Click Here to Expand Forum to Full Width