如何部署VS2008 Express桌面项目?
我想知道如何将其部署/制作成使用 vs 2008 Express 创建的应用程序的安装程序。 我知道设置和部署功能只能通过完整版的 Visual Studio 获得,对吗?
那么,如果我必须使用它来做到这一点,是否有任何附加组件或可能额外的免费/或非免费?
或者最好的工作工具是 vs 6.0 时代的旧 Visual Studio 安装程序? :)
谢谢
更新: 经过一番谷歌搜索后,我发现 这个关于使用单击一次部署与 2008 Express 的链接,其中包含教程,我会检查一下,但当然还有更多内容& 更好的推荐总是受欢迎的:)
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 :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
WiX 非常出色。 这里有一个 关于它的 MSDN 文章 也很好。
WiX is excellent. Here is a good MSDN article on it too.
我肯定会推荐 ClickOnce。 这就是我分发 Comicster(我自己的业余爱好项目,使用 C# Express 编写的)的方式。 它还可以处理应用程序的更新,这非常好。
如果您无法部署到网站,ClickOnce 还支持部署到文件夹以进行基于文件的安装(例如 CD 或网络共享)。
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).