如何降低 WPF 应用程序 Visual Studio 安装程序的要求?
- 我创建了一个 WPF 应用程序
- 我将其框架更改为 3.5 客户端配置文件
- 我创建了一个 Visual Studio 安装项目
- 我将 WPF 应用程序输出添加到安装项目
- 我什至将安装项目先决条件更改为仅需要 3.5 版本
- 当我尝试使用安装程序时在一台新的 Windows 7 机器上,它告诉我:
此设置需要 .NET Framework 版本 4.0
如何使其在不安装 4.0 的情况下运行?
- I created a WPF app
- I changed its framework to 3.5 Client Profile
- I created a Visual Studio Setup project
- I added the WPF app output to the Setup project
- I even changed the Setup project prerequisites to require only the 3.5 version
- When I try to use the Setup on a fresh Windows 7 machine it tells me:
This setup requires the .NET Framework version 4.0
How to make it run without installing the 4.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 http://rakesh-moss2007.blogspot.com/ 找到了解决方案
I found the solution at http://rakesh-moss2007.blogspot.com/