我正在跟踪wixtoolset.org中的摘录- 当我使用HyperlinkSidebarLicense UI时,更改WiX Standard Bootstrapper应用程序品牌。
<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
<Bundle>
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense">
<bal:WixStandardBootstrapperApplication
LicenseUrl="License.htm"
LogoFile="path\to\customlogo.png" LogoSideFile="path\to\customsidelogo.png"
/>
</BootstrapperApplicationRef>
<Chain>
...
</Chain>
</Bundle>
</Wix>
Run Code Online (Sandbox Code Playgroud)
但是,我似乎找不到任何有关PNG文件大小的参考。
在向谁提供建议之前,有没有人与引导程序合作过?
| 归档时间: |
|
| 查看次数: |
657 次 |
| 最近记录: |