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 4073186
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T16:59:00+00:00 2026-05-20T16:59:00+00:00

We are not able to create the installer after migrating the code from VS2005

  • 0

We are not able to create the installer after migrating the code from VS2005 to VS2010. We have done all the settings for the new boot strapper file, and the setup.exe which is generated using the msbuild is able to install the windows installer 4.5 (if not present in the system) and then it is successfully installing the .net framework 4.0 (if not installed on the system previously). But after this, it is showing the below error and not continuing with installation of our product which it is supposed to do which it was doing when we were using VS2005.

After installing the .net framework it is showing an error which is pasted below.

“The product is designed for platform but is being installed on Intel. Obtain the correct setup from the manufacturer.”

Note: The above error also occurs when we manually double click on the setup.exe.

We have noted one thing that, when we are dragging the setup.exe to command prompt (opening setup.exe through command prompt) it is successfully running the product installation shot.

Once net framework 4.0 is installed through setup.exe and when we are trying to install the product through Setup.msi then it is continuing with the product installation, but this is working only when we have framework 4.0 installed. If one system does not have framework 4.0 installed then the product is not working after installing through Setup.msi(Setup.msi will install only the product and not the framework). In short we have to merge the functionality of setup.exe and setup.msi together so that after installing the framework 4.0 it should continue with the installation of the product.

Note: We are using WIX, cruise control, msbuild and Nant for generating the build.

Please help us if any of you have faced this kind of error. Your support will be much appreciated.

  • 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-05-20T16:59:00+00:00Added an answer on May 20, 2026 at 4:59 pm

    The problem is in the bootstrapper generator – namely the 7.0A bootstrapper generator. If setup.exe is generated using the 6.0A bootstrapper generator, the error message does not appear.

    One (hacky) solution is to use the 6.0A bootstrapper and supply it a modified package descriptor (product.xml) for prerequisite packages taken from 7.0A.

    Copy these two folders into C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages:

    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\WindowsInstaller4_5

    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\DotNetFX40

    Tweak your GenerateBootStrapper task in your build script to reference 6.0A bootstrapper:

    <GenerateBootstrapper
      ApplicationFile="Files\$(TargetName).msi"
      ApplicationName="Your app name"
      Culture="en"
      ComponentsLocation ="HomeSite"
      CopyComponents="True"
      Validate="True"
      BootstrapperItems="@(BootstrapperFile)"
      OutputPath="$(OutSubDir)"
      Path="C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Bootstrapper\" 
    />
    
    <ItemGroup>
      <BootstrapperFile Include="Microsoft.Windows.Installer.4.5">
        <ProductName>Microsoft Windows Installer 4.5</ProductName>
      </BootstrapperFile>
      <BootstrapperFile Include=".NETFramework,Version=v4.0">
        <ProductName>Microsoft .NET Framework 4.0</ProductName>
      </BootstrapperFile>
    </ItemGroup>
    

    You will also need to tweak product.xml of DotNetFX40 to resolve the XSD validation errors you will encounter (they apparently added some features to the product.xml syntax).

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

Sidebar

Related Questions

I have done jQuery and Ajax, but I am not able to get the
I have the odd problem that I am not able to open the properties
From a previous question , I learn that Linq to SQL is not able
I have not been able to find a way to cancel/terminate asynchronous read operation
I am not able to access localhost https pages in firefox3. It gave the
I am not able to use the breakpoint in Studio with Javascript. I'm able
Why are we not able to override an instance variable of a super class
Application able to record error in OnError, but we are not able to do
I feel like i am completely missing something because I am not able to
I am sorry, my question is stupid, but I am not able to answer

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.