如何创建 MSOffice、Nero、Adobe 等高级设置
我已经用 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我真的应该开始要钱才能给出这个答案: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.