How do I fix the “Prerequisite cannot be found for bootstrapping” warning in Visual Studio 2010?

后端 未结 1 1871
礼貌的吻别
礼貌的吻别 2021-01-18 21:04

I am using:

  • Visual Studio 2010 on a x64 machine
  • Building a Windows Application
  • Targeting .NET Framework 4 Client Profile and x86.
  • I
相关标签:
1条回答
  • 2021-01-18 21:54

    Try this:

    • make the prerequisites with bootstrapper manifest generator
    • then add them into C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages folder

    If it works please notify by comment..

    0 讨论(0)
提交回复
热议问题