Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 846
Joren Willems Avatar asked May 22 '26 23:05

Joren Willems


1 Answers

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

like image 171
Tathagat Verma Avatar answered May 24 '26 15:05

Tathagat Verma



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!