I have completed my Project in VB.Net and has published my project. But i want to come out of these things
- I have Sql Server Database in my project and i want my setup to add that database to sql server on installing my project.
- I want my application to automatically detect sql server 2008 r2 and if it is not instaled i want it to install for me and then atach the database.
- I dont want to add the database as a Attached database in my project.
- i dont want to install crystal report in my application.
- I have some unused refernces in my application in my project which i want to removed, i have tried the default visual studio remove unused references but still have some references like shockwave.dll log2net.dll etc.