我有一个需要打包的 C# WPF 应用程序。有什么建议吗?

发布于 2024-11-03 07:23:04 字数 225 浏览 0 评论 0原文

因此,我有一个在 Visual Studio 2010 中创建的应用程序,我想知道如何打包它,以便用户可以将其安装在他们的计算机上。我确信我必须编写一些脚本以及调用 cmd 提示。基本上,我希望能够为我的团队构建的应用程序提供一个安装程序。

您有什么建议或教程推荐吗?这是一个学校项目,如果有人能帮助我开始这个项目,那真的会很有帮助。这是我的团队需要做的最后一件事。

谢谢!

乔·里斯塔诺

so I have an application that I have created in Visual Studio 2010 and I want to know how I can package it so a user can install it on their machine. I'm sure I will have to do some scripting as well as call cmd prompts. Basically I want to get it to the point where there is an installer for the application that my group has built.

Any suggestions or tutorials you recommend?? Its for a school project and it would really be helpful if someone could help me get this off the ground. Its the last thing my group needs to do.

Thanks!

Joe Ristaino

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

2024-11-10 07:23:04

Visual Studio 有它自己的安装程序项目,您可以检查一下。我个人将它们用于我在公司所做的任何项目。如果您使用该向导,您很快就会完成它。

在您的解决方案中,

  1. 在解决方案资源管理器中右键单击您的解决方案名称。
  2. 添加 -> 新项目
  3. 对于类型,请转到其他项目类型 -> 设置和部署 -> Visual Studio Installer

选择安装向导,非常简单。主要输出意味着安装到程序文件夹中的内容。按照向导操作即可完成大部分工作。只剩下可选的调整要做。

Visual Studio has it's own installer projects, you could check those out. I personally use them for any projects I make at my company. If you use the wizard, you'll have it done in no time.

In your solution,

  1. right click your solution name in the Solution Explorer.
  2. Add -> New Project.
  3. For the type, goto Other Project Types -> Setup And Deployment -> Visual Studio Installer

Choose the setup wizard, it's pretty easy. Primary output means what's is installed to the program folder. Follow the wizard and most of the work will be done. There will only be optional tweaking left to do.

染火枫林 2024-11-10 07:23:04

我推荐 WiX。它有相当长的学习曲线,但它非常强大。

它预计将包含在 Visual Studio 的下一版本中(它并没有完全包含在 VS2010 中)。

I recommend WiX. It's got quite a bit of a learning curve, but it's totally powerful.

It's expected to be included in the next version of Visual Studio (it didn't quite make it into VS2010).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文