Hello I am building a windows based application. I am generating setup with install shield in visual studio. Now I am adding prerequisites as .net framework 4 client profile and sql server 2008 express. and selecting option of Download prerequisites from the same location as my application.
Now when I am installing this app in client's system sql server also installed properly. But when I am running my app. it stopped working because sql server has no admin rights. What is the solution for it? What I should do that's why sql server have administrator rights. And my app works properly..
Thanks in advance.
Try upgrading your prerequisite to at least SQL Server 2008 R2.
SQL Server 2008R2/2012 installer supports /ADDCURRENTUSERASSQLADMIN parameter, set to true by default for Express Edition.