ClickOnce Bootstrapper Packages
I am using ClickOnce and I would like to add prerequisites to my a开发者_开发知识库pplications. The two I would like to add is Internet Explorer 9 and DirectX.
How can I do this?
Thanks,
Kevin.
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.
精彩评论