Click here to Skip to main content
15,908,673 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hello,

I've C# app and I need to do installation ,but I need it to check whether sql server and crystal reports are already installed or not . If it's not I want to it to install them then install my app.

How can I do this?
Posted

1 solution

Try to require SQL,Crystal reports installation as prerequisite for your application. This is what's usually done.
1. right click on project name in solution explorer.
2. goto publish tab.
select your prerequisite as per your requirements.
 
Share this answer
 
Comments
Member 8584763 21-Nov-12 6:06am    
There's no option about prerequisite in publish tab

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900