You would have used ClickOnce deployment / publishing technique for your projects at some point. If not then I would recommend it as it serves as web based installer / setup with minimal configuration and very easy to learn / maintain and push updates. You can publish your project and host the deployment package on Web Server. Typically you would do it on an IIS web server. IIS web server by default understands the artifacts of ClickOnce package and contains MIME types that allows this pac » Read more

 Jsinh