安装程序中先决条件 .net Framework 3.5 sp1
我在我的设置中包含了框架 3.5 sp1 并选择了选项:“从与我的应用程序相同的位置下载先决条件”, 但它并没有这样做。相反,安装时我看到一条消息,告诉我从网络下载框架 3.5 sp1。 我缺少什么? 提前致谢。
I Included framework 3.5 sp1 in my setup and chose the option: "download prerequisites from the same location as my application",
but it doesn't do that.Instead, when installed I see a message that tells me to go download framework 3.5 sp1 from web.
what am I missing?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这应该可以解决问题。
确保 .NET 安装文件的名称是 Visual Studio 期望的名称。另外,请查看:http://www.codeproject.com/KB/dotnet/Precessions_in_Setup。 aspx 以确保一切就位。
I think that should do the trick.
Make sure the Name of the .NET setup file is the one Visual Studio is expecting. Also, check out: http://www.codeproject.com/KB/dotnet/Prerequisites_in_Setup.aspx to make sure everything is in place.