Hi, i am creating a windows application in c# while making an exe i want to add setup of sqlexpress. how i can add this so it will install when package is install.
I have add prerequisties in properties to add windows installer,.net framework,sqlserver but it seems to be not installed properly. When i am externally install the sqlexpress the s/w is running.
Any idea how to install sqlexpress when package is install..
Thanks in advance..............