How to deploy VS2008 express desktop project?

谁说胖子不能爱 提交于 2019-12-06 08:20:46

问题


i was wondering how could i deploy/make it into an installer for an app which is created using vs 2008 express. i know that the setup and deployment feature is only available via the full version of visual studio right?

So are there any add ons or perhaps additional free/or non-free if it has to come to that which i can use to do this?

or is the best tool for the job is the old visual studio installer from the vs 6.0 days? :)

thanks

Updates: After some googling, i found this link on using click once to deploy vs 2008 express with tutorials in them, i'll check it out, but of course more & better recommendation is always welcomed :)


回答1:


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




回答2:


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).



来源:https://stackoverflow.com/questions/795993/how-to-deploy-vs2008-express-desktop-project

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