Fix missing installer window icon with WiX 5
This commit is contained in:
parent
5a47ddca33
commit
5a6620a9ae
2 changed files with 2 additions and 1 deletions
|
|
@ -60,6 +60,7 @@
|
|||
LaunchTarget="[InstallFolder]\Moonlight.exe"
|
||||
ThemeFile="RtfTheme.xml"
|
||||
Theme="rtfLicense" />
|
||||
<Payload Name="Moonlight.ico" SourceFile="..\..\app\moonlight.ico" Compressed="yes" />
|
||||
</BootstrapperApplication>
|
||||
|
||||
<Chain>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<Font Id="2" Height="-22" Weight="500" Foreground="graytext">Segoe UI</Font>
|
||||
<Font Id="3" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
|
||||
|
||||
<Window Width="485" Height="300" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)">
|
||||
<Window Width="485" Height="300" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)" IconFile="Moonlight.ico">
|
||||
<ImageControl X="11" Y="11" Width="64" Height="64" ImageFile="logo.png" Visible="yes"/>
|
||||
<Label X="80" Y="11" Width="-11" Height="64" FontId="1" Visible="yes" DisablePrefix="yes">#(loc.Title)</Label>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue