Search code examples
c#visual-studiodownloadpublish

Visual Studio: Publish application


I made a simple Windows application to test how I can publish my application. So what I want to know is how can I publish my application so that it creates an installer so that other users around the world can download, install and use my application?

Thanks


Solution

  • You could use the "setup" project available in visual studio, that creates a MSI file.

    Also you may use the publish concept called "click-once-deployment". Please go through this article that explains the methodology:

    http://www.codeproject.com/KB/install/ClickOnce-Deployment.aspx