gpt4 book ai didi

wix - 如何在没有许可证页面的情况下构建最小的 WiX 安装程序 UI?

转载 作者:行者123 更新时间:2023-12-03 05:22:29 26 4
gpt4 key购买 nike

我想使用 WixUI_Minimal 安装程序,但我不需要许可证页面。我怎样才能做到这一点?

最佳答案

我只需使用已创建的 WiX UI 之一并覆盖序列(使其更高,以便覆盖之前的设置):

    <Product> 
...
<UI>
<UIRef Id="WixUI_InstallDir" />

<!-- Skip license dialog -->
<Publish Dialog="WelcomeDlg"
Control="Next"
Event="NewDialog"
Value="InstallDirDlg"
Order="2">1</Publish>
<Publish Dialog="InstallDirDlg"
Control="Back"
Event="NewDialog"
Value="WelcomeDlg"
Order="2">1</Publish>
</UI>

<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
...
</Product>

关于wix - 如何在没有许可证页面的情况下构建最小的 WiX 安装程序 UI?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/597025/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com