.NET Framework 3.0 ClickOnce 部署
如何指定 .NET Framework 3.0(不带 SP2)作为先决条件?我似乎在任何地方都找不到引导程序包。
我构建了一个使用 .NET Framework 3.0 的应用程序。我正在使用 ClickOnce 部署它。
我已将先决条件设置为“.NET Framework 3.0 SP2”(在下载引导程序包之后 此处,其中添加了让我在 Visual Studio 中选择此先决条件的选项)
在 Windows Vista 上安装我的应用程序时,我收到此错误:
“.NET Framework 3.0 SP2 的版本可以不能安装在 Vista 上....安装 .NET Framework 3.5 SP1...”
我特意以 .NET Framework 3.0 为目标,以便 Vista 用户无需下载额外的 Framework 即可使用我的应用程序(据我所知,Vista 附带了 .NET Framework 3.0)。
How can I specify .NET Framework 3.0 (without SP2) as a prerequisite? I can't seem find the bootstrapper package anywhere.
I've built an app that uses .NET Framework 3.0. I'm deploying it using ClickOnce.
I've set the prerequisite to ".NET Framework 3.0 SP2" (after having downloaded the bootstrapper package here, which added the option for me to choose this prerequisite in Visual Studio)
When installing my app on Windows Vista, I get this error:
"The version of the .NET Framework 3.0 SP2 can not be installed on Vista....Install .NET Framework 3.5 SP1..."
I purposely targeted .NET Framework 3.0 so that Vista users could use my app without an additional Framework download (it's my understanding that Vista ships with .NET Framework 3.0).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是该特定引导程序的限制。
在您提供的链接的限制部分中,它指出
http://msdn.microsoft.com/en-us/vstudio/bb898654.aspx
This is a limitation of that particular bootstrapper.
In the Limitations section of the link you provided, it states
http://msdn.microsoft.com/en-us/vstudio/bb898654.aspx