Search code examples
c#winformssql-server-2008setup-deployment

deployment of windows application


I am new to C#, and I've developed a windows application (c#) that uses a SQL Server database. I want to distribute my application to a client machine, but I'm not sure how to do this. I've searched on Google to try and find a solution, but nothing I wasn't able to find anything.

What's the correct way to package my application for installation on the client machine?


Solution

  • You might consider using a setup project, giving the end user the option to configure the app at installation time.

    http://msdn.microsoft.com/en-us/library/wx3b589t.aspx