Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2010
    Posts
    1

    Plugin for .Net Framework 3.5

    Is there a plugin available to detect the .Net Framework 3.5 as a prerequisite?

    I have found one for the 1.1 framework, however I require the later framework.

    I'm using AutoPlay Media Studio 7.1.

    Any help will be appreciated

    Radz

  2. #2
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    Detection for the .NET Framework is part of my Utilities toolset.

    Ulrich

  3. #3
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    113

    Net framework 4

    Quote Originally Posted by Ulrich View Post
    Detection for the .NET Framework is part of my Utilities toolset.

    Ulrich
    It does not appear to work for .net 4, can this be added?

    I'll assume in the LUA script but I can't figure out how.

    Lee

  4. #4
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    .NET Framework 4 does not appear to be a direct upgrade for the former versions. In other words, while .NET Framework 3.5 SP1 is a full acumulative update for versions 2.0, 3.0 and 3.5, the framework for .NET 4 is independent. If an application needs the framework 3.0, it will most likely work if 3.5 SP1 is installed, but it may not work if only .NET 4 is installed.

    If you want to know if the .NET 4 Client profile is installed, look for registry key HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client. You have to check if there is a value named Version with the contents 4.0.30319 or higher.

    If you want to know if the full .NET 4 package is installed, look for registry key HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full instead. Again, you have to check if there is a value named Version with the contents 4.0.30319 for the current release of .NET 4.

    Ulrich

  5. #5
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    113
    Quote Originally Posted by Ulrich View Post
    .NET Framework 4 does not appear to be a direct upgrade for the former versions. In other words, while .NET Framework 3.5 SP1 is a full acumulative update for versions 2.0, 3.0 and 3.5, the framework for .NET 4 is independent. If an application needs the framework 3.0, it will most likely work if 3.5 SP1 is installed, but it may not work if only .NET 4 is installed.

    If you want to know if the .NET 4 Client profile is installed, look for registry key HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client. You have to check if there is a value named Version with the contents 4.0.30319 or higher.

    If you want to know if the full .NET 4 package is installed, look for registry key HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full instead. Again, you have to check if there is a value named Version with the contents 4.0.30319 for the current release of .NET 4.

    Ulrich
    Thanks Ulrich, with that Info I can probably get it working.

    Lee

Posting Permissions

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