Search code examples
c#sql-server-2005-express

Installing SQL server 2005 through windows c# setup project


I have a windows c# application with its setup file. Now I wish to install SQL Server 2005 express edition while the setup of my application is being installed on any computer. Is this possible ? How ?


Solution

  • you can set Prequisities to you setup for this.

    Check the similar thread