Skip to content

Commit

Permalink
Update wixstdba_branding.md with fixed xml
Browse files Browse the repository at this point in the history
correct invalid xml in example.
  • Loading branch information
untra authored Apr 9, 2024
1 parent 034c7ce commit 9740d1e
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The WiX Standard Bootstrapper Application displays a generic logo in the bottom
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense">
<bal:WixStandardBootstrapperApplication
LicenseFile="path\to\license.rtf"
<strong class="highlight">LogoFile="path\to\customlogo.png"</strong>
LogoFile="path\to\customlogo.png"
/>
</BootstrapperApplicationRef>

Expand All @@ -36,8 +36,9 @@ For the HyperlinkSidebarLicense UI, there are two logos and they can be configur
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense">
<bal:WixStandardBootstrapperApplication
LicenseUrl="License.htm"
<strong class="highlight">LogoFile="path\to\customlogo.png" LogoSideFile="path\to\customsidelogo.png"</strong>
/>
LogoFile="path\to\customlogo.png"
LogoSideFile="path\to\customsidelogo.png"
/>
</BootstrapperApplicationRef>

<Chain>
Expand Down

0 comments on commit 9740d1e

Please sign in to comment.