Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8698665
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:46:39+00:00 2026-06-13T01:46:39+00:00

AFAIK Windows 8 is come with .NET Framework 4.5 and does not include 2.0

  • 0

AFAIK Windows 8 is come with .NET Framework 4.5 and does not include 2.0 version. I had an application targeted version 2.0 and now if i run it in windows 8 it says something like “You need to install .net framework 2.0”. As far as i read from msdn all .net versions has backward compatibility and you need to state supported framework versions in app.config file if you want your app to run on a newer version. I prepared the config file below and now i am able to run msi but, while executing custom actions msiexec is failing and giving the following error “Error 1001. InstallUtilLib.dll:CoreBindToRuntimeHost (hr=0x80070003): The system can not find the path specified”. How can i resolve this error? My guess is that it is looking for the InstallUtilLib under .net framework 2.0 folder.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" />
    <supportedRuntime version="v3.5" />
    <supportedRuntime version="v3.0" />
    <supportedRuntime version="v2.0.50727" />
  </startup>
</configuration>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T01:46:41+00:00Added an answer on June 13, 2026 at 1:46 am

    InstallUtil had many flaws and limitations. You’ll notice that if you run your installer silently (/qn) that you still get a modal 1001 error message. Yes, that’s wrong. Yes, it’s that broken.

    Take a look at refactoring your code using Windows Installer XML (WiX) Deployment Tools Foundation (DTF) custom actions. It’s an open source project from Microsoft and it solves these problems including a great many that you are probably not aware of.

    Deployment Tools Foundation (DTF) Managed Custom Actions

    WiX Toolset v3.6

    In Visual Studio you use File | New Project | Windows Installer XML | C# Custom Action to create your project. Go into Project Properties and set the .NET version to 2.0. Remove the 4.0 references. Take a look at the CustomAction.Config and notice it’s set up to support 2.0, 4.0 and beyond. Then port your code over. Build the project and take the CustomActionName.CA.dll and add it to your installer as a DLL custom action.

    Also realize that if you are using Visual Studio Deployment Projects that they have a number of problems also and that Microsoft removed that project type from Visual Studio 2012.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While developing an ASP.NET application I tried to install IIS Express 7.5 onto Windows
I'm using Aspose.Cells DLLs Version 7.0.0.0 on 64-Bit Windows 7 with .NET 4.0 on
AFAIK, for pointers/references static_cast, if a class definition is not visible to compiler at
This question is about the public key that every .NET assembly has AFAIK (looking
AFAIK there is no DOS in vista and windows 7, but I need to
I'm trying to compile the sample code for Sync Framework 4.0 for Windows Phone,
I have an windows application that need's to very fast process all incoming messages,
We are trying to upgrade from an older version of Zend Framework to the
AFAIK, the working paradigm of Windows Performance Counter is like this: When various programs
AFAIK, the FastMM ReportMemoryLeaksOnShutdown couldn't detect memory leaks caused by direct Windows API call,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.