|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Theme xmlns="http://wixtoolset.org/schemas/thmutil/2010"> |
3 | | - <Window Width="640" Height="382" HexStyle="100a0000" FontId="0">#(loc.Caption)</Window> |
4 | | - <Font Id="0" Height="-12" Weight="500" Foreground="000000" Background="ffffff">Segoe UI</Font> |
5 | | - <Font Id="1" Height="-24" Weight="500" Foreground="000000" Background="ffffff">Segoe UI</Font> |
6 | | - <Font Id="2" Height="-22" Weight="500" Foreground="666666" Background="ffffff">Segoe UI</Font> |
7 | | - <Font Id="3" Height="-12" Weight="500" Foreground="000000" Background="ffffff">Segoe UI</Font> |
8 | | - <Font Id="4" Height="-12" Weight="500" Foreground="ff0000" Background="ffffff" Underline="yes">Segoe UI</Font> |
9 | | - <Font Id="5" Height="-12" Weight="500" Foreground="666666" Background="ffffff">Segoe UI</Font> |
| 3 | + <Window Background="ffff00" Width="640" Height="382" HexStyle="100a0000" FontId="0">#(loc.Caption)</Window> |
| 4 | + <Font Id="0" Height="-12" Weight="500">Segoe UI</Font> |
| 5 | + <Font Id="1" Height="-24" Weight="500">Segoe UI</Font> |
| 6 | + <Font Id="2" Height="-22" Weight="500" Foreground="666666">Segoe UI</Font> |
| 7 | + <Font Id="3" Height="-12" Weight="500">Segoe UI</Font> |
| 8 | + <Font Id="4" Height="-12" Weight="500" Foreground="ff0000" Underline="yes">Segoe UI</Font> |
| 9 | + <Font Id="5" Height="-12" Weight="500" Foreground="666666">Segoe UI</Font> |
10 | 10 |
|
11 | 11 | <Page Name="Help"> |
12 | 12 | <Text X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.HelpHeader)</Text> |
|
74 | 74 | <Text X="185" Y="241" Width="-11" Height="17" FontId="3">#(loc.CustomLocationLabel)</Text> |
75 | 75 | <Editbox Name="TargetDir" X="185" Y="257" Width="-91" Height="21" TabStop="yes" FontId="3" FileSystemAutoComplete="yes" /> |
76 | 76 | <Button Name="CustomBrowseButton" X="-11" Y="256" Width="75" Height="23" TabStop="yes" FontId="3">#(loc.CustomBrowseButton)</Button> |
77 | | - <Text Name="CustomBrowseButtonLabel" X="185" Y="281" Width="-91" Height="35" FontId="5" Visible="no">#(loc.CustomLocationHelpLabel)</Text> |
| 77 | + <Text Name="CustomBrowseButtonLabel" X="185" Y="281" Width="-91" Height="35" FontId="5" HideWhenDisabled="yes">#(loc.CustomLocationHelpLabel)</Text> |
78 | 78 |
|
79 | 79 | <Button Name="Custom2BackButton" X="185" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.CustomBackButton)</Button> |
80 | 80 | <Button Name="CustomInstallButton" X="-91" Y="-11" Width="95" Height="23" TabStop="yes" FontId="0">#(loc.CustomInstallButton)</Button> |
|
0 commit comments