Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 <?xml version="1.0" encoding="utf-8"?> | |
Wladimir Palant
2013/08/01 10:30:33
I cannot review this file - it's a horrible mess w
Eric
2013/08/01 18:58:37
I completely agree, which is why I didn't want to
Oleksandr
2013/08/03 17:51:39
Yeah. This was something I've noticed right away a
| |
2 <Theme xmlns="http://wixtoolset.org/schemas/thmutil/2010"> | |
3 <Window Width="485" Height="300" 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">Segoe UI</Font> | |
6 <Font Id="2" Height="-19" Weight="500" Foreground="666666">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 | |
10 <Image X="11" Y="11" Width="64" Height="64" ImageFile="abp-64.png" Visible="ye s"/> | |
11 <Text X="85" Y="11" Width="-11" Height="64" FontId="1" Visible="yes" DisablePr efix="yes">#(loc.Title)</Text> | |
12 | |
13 <Page Name="Help"> | |
14 <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"># (loc.HelpHeader)</Text> | |
15 <Text X="11" Y="121" Width="-11" Height="-52" FontId="3" DisablePrefix="yes" >#(loc.HelpText)</Text> | |
16 <Button Name="HelpCancelButton" X="-11" Y="-11" Width="110" Height="23" TabS top="yes" FontId="0">#(loc.HelpCloseButton)</Button> | |
17 </Page> | |
18 | |
19 <Page Name="Install"> | |
20 <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"># (loc.InstallHeader)</Text> | |
21 <Text X="11" Y="121" Width="-11" Height="-52" FontId="3">#(loc.InstallWelcom e)</Text> | |
22 <Button Name="InstallButton" X="-125" Y="-11" Width="145" Height="37" TabSto p="yes" FontId="0">#(loc.InstallInstallButton)</Button> | |
23 <Button Name="WelcomeCancelButton" X="-11" Y="-11" Width="110" Height="23" T abStop="yes" FontId="0">#(loc.InstallCloseButton)</Button> | |
24 </Page> | |
25 | |
26 <Page Name="Progress"> | |
27 <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"># (loc.ProgressHeader)</Text> | |
28 <Text X="11" Y="121" Width="70" Height="17" FontId="3" DisablePrefix="yes"># (loc.ProgressLabel)</Text> | |
29 <Text Name="OverallProgressPackageText" X="85" Y="121" Width="-11" Height="1 7" FontId="3" DisablePrefix="yes">#(loc.OverallProgressPackageText)</Text> | |
30 <Progressbar Name="OverallCalculatedProgressbar" X="11" Y="143" Width="-11" Height="15" /> | |
31 <Button Name="ProgressCancelButton" X="-11" Y="-11" Width="110" Height="23" TabStop="yes" FontId="0">#(loc.ProgressCancelButton)</Button> | |
32 </Page> | |
33 | |
34 <Page Name="Modify"> | |
35 <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"># (loc.ModifyHeader)</Text> | |
36 <Text X="11" Y="121" Width="-11" Height="-52" FontId="3">#(loc.ModifyNotice) </Text> | |
37 <Button Name="RepairButton" X="-272" Y="-11" Width="143" Height="37" TabStop ="yes" FontId="0" HideWhenDisabled="yes">#(loc.ModifyRepairButton)</Button> | |
38 <Button Name="UninstallButton" X="-125" Y="-11" Width="143" Height="37" TabS top="yes" FontId="0">#(loc.ModifyUninstallButton)</Button> | |
39 <Button Name="ModifyCancelButton" X="-11" Y="-11" Width="110" Height="23" Ta bStop="yes" FontId="0">#(loc.ModifyCloseButton)</Button> | |
40 </Page> | |
41 | |
42 <Page Name="Success"> | |
43 <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"># (loc.SuccessHeader)</Text> | |
44 <Text Name="SuccessRestartText" X="-11" Y="-52" Width="400" Height="34" Font Id="3" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessRestartText)</Tex t> | |
45 <Button Name="SuccessRestartButton" X="-125" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessRestartButton)</But ton> | |
46 <Button Name="SuccessCancelButton" X="-11" Y="-11" Width="110" Height="23" T abStop="yes" FontId="0">#(loc.SuccessCloseButton)</Button> | |
47 </Page> | |
48 | |
49 <Page Name="Failure"> | |
50 <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"># (loc.FailureHeader)</Text> | |
51 <Hypertext Name="FailureLogFileLink" X="11" Y="121" Width="-11" Height="42" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</ Hypertext> | |
52 <Hypertext Name="FailureMessageText" X="22" Y="163" Width="-11" Height="51" FontId="3" TabStop="yes" HideWhenDisabled="yes" /> | |
53 <Text Name="FailureRestartText" X="-11" Y="-52" Width="400" Height="34" Font Id="3" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.FailureRestartText)</Tex t> | |
54 <Button Name="FailureRestartButton" X="-125" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.FailureRestartButton)</But ton> | |
55 <Button Name="FailureCloseButton" X="-11" Y="-11" Width="110" Height="23" Ta bStop="yes" FontId="0">#(loc.FailureCloseButton)</Button> | |
56 </Page> | |
57 </Theme> | |
OLD | NEW |