WiX标准引导程序应用程序(刻录)-图像大小

maf*_*foo 1 wix

我正在跟踪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文件大小的参考。

在向谁提供建议之前,有没有人与引导程序合作过?

小智 6

根据源中包含的图像,它看起来像...

  • LogoFile为64x64
  • LogoSideFile为165x400