如何创建 MSOffice、Nero、Adobe 等高级设置

发布于 2024-09-25 01:45:17 字数 251 浏览 3 评论 0原文

我已经用 C# 完成了我的 Windows 项目,我想构建一个很好的设置,它具有以下功能:

1.显示流行的我同意/不同意页面。

2.显示正在复制/更新哪些文件。

3.我想添加的任何其他自定义活动。

我已经在VS2008(设置向导)中构建了2-3个基本设置,但我不知道是否可以在Visual Studio的设置向导中实现上述要求?

也欢迎使用任何其他第三方软件来构建良好的 Windows 设置。 谢谢。

I've completed my windows project in C# and I want to build a nice setup which has the following features:

1.Shows the popular I agree/disagree page.

2.Shows which files are being copied/updated.

3.any other custom activity I want to add.

I've built 2-3 basic setups in VS2008(setup wizard) but I don't know if it is possible to achieve the above requirements in visual studio's setup wizard?

Any other third party software to build nice windows setups are also welcome.
Thanks.

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

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

发布评论

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

评论(1

故事未完 2024-10-02 01:45:17

我真的应该开始要钱才能给出这个答案:P WiX Toolkit 正是您正在寻找的东西。一切都是通过 XML 格式的文件完成的,然后从那里编译成 MSI(或其他格式)。您可以设计自己的对话框、添加进度消息/栏、丰富的自定义操作等等,而且价格低廉......什么都没有。它是完全免费的。他们需要学习一点点,但是主页上有一个很棒的教程的链接,可以让您立即上手。

I should really start asking for money for giving this answer :P The WiX Toolkit is just what you are looking for. Everything is done through XML formatted files and then compiled into MSI's (or other formats) from there. You can design your own dialogs, add progress messages/bars, Custom Actions galour, and so much more for the low low price of...nothing. It is completely free. Their is a little bit to learn, but the main page has a link to an amazing tutorial that will get you going in no time.

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