在最终解决了this之后,我现在在Wix3.7中定制引导程序UI和许可证页面。
如何在引导程序中更改图像横幅?如何在引导程序或加载的msi中跳过许可协议?我还可以自定义哪些内容?
发布于 2014-05-20 08:40:11
要更改横幅图像,请使用set the LogoFile attribute。
要跳过引导程序中的许可协议,请使用use a HyperlinkLicense UI and omit the LicenseUrl attribute。
如果您使用HyperlinkLicense UI,您也可以使用customize the side logo with the LogoSideFile attribute。
https://stackoverflow.com/questions/23736310
复制相似问题