Hi,
I am using visual studio 2012 and did product setup. For my Product I need framework 4.5 and Sql Server 2014 as prerequisites.
I added above mentioned prerequisites using redistributables. When I click on install, framework installed directly and problem is with sql server 2014 installation. I need to install SQL server silently without asking for user to click on next and add parameters.I need exactly like how we install through command prompt silently.
Is this possible with setup and deployment in visual studio 2012?
If yes How?
Thanks In Advance