how to add prerequisites files in setup

Oct 27 2013 12:01 AM
i made an application in visual studio 2012 with sql server 2012.
Usually i do publish my application from vs. Now the question is i want to add sql server 2012 file and frame work file with setup ?
we can include prerequisites (framework and sql server) by this
project -> properties-> publish tab-> prerequisites button.
i want to add prerequisites with my setup . user dont need to download and install it separately. all set-up need to be completely with it dependencies

Answers (1)