Index: installer/bootstrap-theme.xml |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/installer/bootstrap-theme.xml |
@@ -0,0 +1,57 @@ |
+<?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
|
+<Theme xmlns="http://wixtoolset.org/schemas/thmutil/2010"> |
+ <Window Width="485" Height="300" HexStyle="100a0000" FontId="0">#(loc.Caption)</Window> |
+ <Font Id="0" Height="-12" Weight="500" Foreground="000000" Background="FFFFFF">Segoe UI</Font> |
+ <Font Id="1" Height="-24" Weight="500" Foreground="000000">Segoe UI</Font> |
+ <Font Id="2" Height="-19" Weight="500" Foreground="666666">Segoe UI</Font> |
+ <Font Id="3" Height="-12" Weight="500" Foreground="000000" Background="FFFFFF">Segoe UI</Font> |
+ <Font Id="4" Height="-12" Weight="500" Foreground="ff0000" Background="FFFFFF" Underline="yes">Segoe UI</Font> |
+ |
+ <Image X="11" Y="11" Width="64" Height="64" ImageFile="abp-64.png" Visible="yes"/> |
+ <Text X="85" Y="11" Width="-11" Height="64" FontId="1" Visible="yes" DisablePrefix="yes">#(loc.Title)</Text> |
+ |
+ <Page Name="Help"> |
+ <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.HelpHeader)</Text> |
+ <Text X="11" Y="121" Width="-11" Height="-52" FontId="3" DisablePrefix="yes">#(loc.HelpText)</Text> |
+ <Button Name="HelpCancelButton" X="-11" Y="-11" Width="110" Height="23" TabStop="yes" FontId="0">#(loc.HelpCloseButton)</Button> |
+ </Page> |
+ |
+ <Page Name="Install"> |
+ <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.InstallHeader)</Text> |
+ <Text X="11" Y="121" Width="-11" Height="-52" FontId="3">#(loc.InstallWelcome)</Text> |
+ <Button Name="InstallButton" X="-125" Y="-11" Width="145" Height="37" TabStop="yes" FontId="0">#(loc.InstallInstallButton)</Button> |
+ <Button Name="WelcomeCancelButton" X="-11" Y="-11" Width="110" Height="23" TabStop="yes" FontId="0">#(loc.InstallCloseButton)</Button> |
+ </Page> |
+ |
+ <Page Name="Progress"> |
+ <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.ProgressHeader)</Text> |
+ <Text X="11" Y="121" Width="70" Height="17" FontId="3" DisablePrefix="yes">#(loc.ProgressLabel)</Text> |
+ <Text Name="OverallProgressPackageText" X="85" Y="121" Width="-11" Height="17" FontId="3" DisablePrefix="yes">#(loc.OverallProgressPackageText)</Text> |
+ <Progressbar Name="OverallCalculatedProgressbar" X="11" Y="143" Width="-11" Height="15" /> |
+ <Button Name="ProgressCancelButton" X="-11" Y="-11" Width="110" Height="23" TabStop="yes" FontId="0">#(loc.ProgressCancelButton)</Button> |
+ </Page> |
+ |
+ <Page Name="Modify"> |
+ <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.ModifyHeader)</Text> |
+ <Text X="11" Y="121" Width="-11" Height="-52" FontId="3">#(loc.ModifyNotice)</Text> |
+ <Button Name="RepairButton" X="-272" Y="-11" Width="143" Height="37" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.ModifyRepairButton)</Button> |
+ <Button Name="UninstallButton" X="-125" Y="-11" Width="143" Height="37" TabStop="yes" FontId="0">#(loc.ModifyUninstallButton)</Button> |
+ <Button Name="ModifyCancelButton" X="-11" Y="-11" Width="110" Height="23" TabStop="yes" FontId="0">#(loc.ModifyCloseButton)</Button> |
+ </Page> |
+ |
+ <Page Name="Success"> |
+ <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.SuccessHeader)</Text> |
+ <Text Name="SuccessRestartText" X="-11" Y="-52" Width="400" Height="34" FontId="3" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessRestartText)</Text> |
+ <Button Name="SuccessRestartButton" X="-125" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessRestartButton)</Button> |
+ <Button Name="SuccessCancelButton" X="-11" Y="-11" Width="110" Height="23" TabStop="yes" FontId="0">#(loc.SuccessCloseButton)</Button> |
+ </Page> |
+ |
+ <Page Name="Failure"> |
+ <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.FailureHeader)</Text> |
+ <Hypertext Name="FailureLogFileLink" X="11" Y="121" Width="-11" Height="42" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</Hypertext> |
+ <Hypertext Name="FailureMessageText" X="22" Y="163" Width="-11" Height="51" FontId="3" TabStop="yes" HideWhenDisabled="yes" /> |
+ <Text Name="FailureRestartText" X="-11" Y="-52" Width="400" Height="34" FontId="3" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.FailureRestartText)</Text> |
+ <Button Name="FailureRestartButton" X="-125" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.FailureRestartButton)</Button> |
+ <Button Name="FailureCloseButton" X="-11" Y="-11" Width="110" Height="23" TabStop="yes" FontId="0">#(loc.FailureCloseButton)</Button> |
+ </Page> |
+</Theme> |