Click here to Skip to main content
15,884,690 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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 must be available with complete dependencies software.
Posted
Updated 28-Oct-13 6:37am
v2
Comments
Sergey Alexandrovich Kryukov 27-Oct-13 0:37am    
It depends on the toolset you are using... What is your setup product/toolset or your product type?
—SA
Muhamad Faizan Khan 27-Oct-13 12:28pm    
sorry tool set?
I made windows application using Visual studio 2012 and SQL server 2012
Sergey Alexandrovich Kryukov 27-Oct-13 12:55pm    
Yes, a toolset. There is "setup project" template which comes with VS, InstallShield, WiX, and more...
—SA
Muhamad Faizan Khan 27-Oct-13 13:10pm    
yes i have install shield in vs. will this full fill my requirement.? if yes then how to work on it?
Sergey Alexandrovich Kryukov 27-Oct-13 13:27pm    
Unfortunately, I don't know. I never worked with it; and this product is not recommended by many. Sorry.
—SA

1 solution

 
Share this answer
 

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