【问题标题】:How to do the uninstall process by using UI dialog box?如何使用 UI 对话框执行卸载过程?
【发布时间】:2015-07-16 10:45:01
【问题描述】:

即如果我单击 UI 对话框中的卸载按钮,它应该为我的 msi 文件处理卸载。我需要在 wix 编码中添加哪些内容?是否需要自定义操作?

【问题讨论】:

    标签: installation wix windows-installer uninstallation


    【解决方案1】:

    不需要自定义操作。 您必须在安装程序源代码中包含一个 Wix 提供的对话框集。

    http://wixtoolset.org/documentation/manual/v3/wixui/dialog_reference/wixui_minimal.html

    使用 WixUI_Minimal 对话框集可​​以很好地满足您的要求。

    有关如何在安装程序中包含内置对话框集的示例,请参见以下 URL:

    http://wixtoolset.org/documentation/manual/v3/wixui/wixui_dialog_library.html

    希望这会有所帮助。

    【讨论】:

    • 我查看了该链接上的所有内置对话框集。但我找不到要卸载的特定对话框集,请帮助我@Kiran Hegde
    • 请任何人为此目的指导我我这么长时间都没有得到解决方案。提前谢谢你
    猜你喜欢
    • 2011-06-06
    • 2018-12-29
    • 1970-01-01
    • 1970-01-01
    • 2013-10-09
    • 2011-12-06
    • 2010-12-09
    • 1970-01-01
    • 2014-04-29
    相关资源
    最近更新 更多