Deployment Solution

 View Only
  • 1.  How to know .NET Framework 2.0 is installed or not?

    Posted Mar 19, 2009 07:50 AM

    Hi

    I would like to know whether .NET Framework 2.0 is installed or not on the machine

    To run register some of assemblies i require this version of FW.

    How do i check for this version?

    When i use wise api function WiseGotDotNetVersion it is just giving the earlier version Microsoft.NET Framework 1.1, but its not sufficient for my setup...any suggestion please?

     

    Tnx

     



  • 2.  RE: How to know .NET Framework 2.0 is installed or not?

    Posted Mar 19, 2009 08:45 AM

     It is usually in the Add/Remove programs.  Also, another note is that some applications will only see the last version installed during installation.  For example, if you installed .NET 2, and then install .NET 1.1, the software you are installing may only see .NET 1.1.  If that is the case a simple re-install of .NET 2 will usually cure that problem.

     

    -B



  • 3.  RE: How to know .NET Framework 2.0 is installed or not?

    Posted Mar 19, 2009 09:05 AM

    Check for the "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727" registry key is present or not. If you need to verify a registry entry then check for the "OCM" (REG_DWORD) entry.



  • 4.  RE: How to know .NET Framework 2.0 is installed or not?

    Posted Mar 19, 2009 11:30 AM