ClickOnce 引导程序包
我正在使用 ClickOnce,我想向我的应用程序添加先决条件。我想添加的两个是 Internet Explorer 9 和 DirectX。
我该怎么做?
谢谢,
凯文。
I am using ClickOnce and I would like to add prerequisites to my applications. The two I would like to add is Internet Explorer 9 and DirectX.
How can I do this?
Thanks,
Kevin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不建议要求使用 IE9,除非您将用户限制为安装了 Windows 7 的用户。
只要需要任一应用程序,您就需要创建一个自定义先决条件包。有关更多信息,请参阅这篇文章的答案。
I wouldn't recommend requiring IE9 unless you are limiting your users to those who have Windows 7 installed.
As far as requiring either application, you will need to create a custom prerequisite package. For further information, see the answer to this SO post.