How to deploy VS2008 express desktop project?

孤人 提交于 2019-12-04 13:30:31

WiX is excellent. Here is a good MSDN article on it too.

I would definitely recommend ClickOnce. It's how I distribute Comicster (my own hobby project written using C# Express). It handles updates to your app, too, which is very nice.

If you can't deploy to a web site, ClickOnce also supports deploying to a folder for file-based installs (eg CD or network share).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!