0

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.

Kevin Wang
  • 3,290
  • 1
  • 28
  • 40

1 Answers1

0

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.

Community
  • 1
  • 1
RLH
  • 15,230
  • 22
  • 98
  • 182