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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.