Reply to Thread

Post a reply to the thread: Get System Info (.NET Status) Incorrect (only 4.0)

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 08-02-2015, 02:01 AM
    linder

    Re: Get System Info (.NET Status) Incorrect (only 4.0)

    Hello,

    Okay, 4.0.30319.34209 is .NET 4.5.2 and so you expect a return value of "0" for your $NET_FRAMEWORK_40$ check, correct?

    But .NET 4.5 "replaces" .NET 4.0 so a return value of "1" makes sense here (IMO). When you install .NET 4.5 your .NET 4.0 assemblies in the \Windows\.NET Framework\V4.0.30319 are overwritten with a new set of assemblies (from the 4.5.51209 Framework).

    Friedrich
  • 08-01-2015, 04:23 PM
    Gwo Tang

    Re: Get System Info (.NET Status) Incorrect (only 4.0)

    Hello,

    You're right, but I expect it will return the correct version number, just want to know if it is already has a 4.0 environment.

    Meaning return value and special keywords do not match. ($NET_FRAMEWORK_40$ != $NET_FRAMEWORK_45$)

    Attachment 3884

    C:\Windows\Microsoft.NET\Framework\v4.0.30319\msco rlib.dll

    Attachment 3885
  • 08-01-2015, 01:56 AM
    linder

    Re: Get System Info (.NET Status) Incorrect (only 4.0)

    Hello,

    What do you see in the following HKEY_LOCAL_MACHINE registry keys?

    Software\Microsoft\NET Framework Setup\NDP\\v4\Client : "Install" Value Name
    Software\Microsoft\NET Framework Setup\NDP\\v4\Full : "Install" Value Name
    Software\Microsoft\NET Framework Setup\NDP\\v4\Client : "Version" Value Name
    Software\Microsoft\NET Framework Setup\NDP\\v4\Client : "SP" Value Name
    Software\Microsoft\NET Framework Setup\NDP\\v4\Full" : "Release" Value Name

    There you'll find the installer NET Framework version number. In your case it is 4.5.51209

    Friedrich
  • 07-31-2015, 06:03 PM
    Gwo Tang

    Get System Info (.NET Status) Incorrect (only 4.0)

    Hello,

    My computer installed version number is 4.0.30319, but after the execution has shown 4.5.51209.

    Attachment 3876

    Attachment 3877

    Attachment 3878

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •