| OLD | NEW | 
|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> | 
| 2 <Theme xmlns="http://wixtoolset.org/schemas/thmutil/2010"> | 2 <Theme xmlns="http://wixtoolset.org/schemas/thmutil/2010"> | 
| 3   <Window Width="485" Height="300" HexStyle="100a0000" FontId="0">#(loc.Caption)
    </Window> | 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> | 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> | 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> | 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> | 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> | 8   <Font Id="4" Height="-12" Weight="500" Foreground="ff0000" Background="FFFFFF"
     Underline="yes">Segoe UI</Font> | 
| 9   <Font Id="5" Height="-10" Weight="500" Foreground="000000" Background="FFFFFF"
    >Segoe UI</Font> | 9   <Font Id="5" Height="-10" Weight="500" Foreground="000000" Background="FFFFFF"
    >Segoe UI</Font> | 
| 10 | 10 | 
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 49 | 49 | 
| 50   <Page Name="Failure"> | 50   <Page Name="Failure"> | 
| 51     <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#
    (loc.FailureHeader)</Text> | 51     <Text X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#
    (loc.FailureHeader)</Text> | 
| 52     <Hypertext Name="FailureLogFileLink" X="11" Y="121" Width="-11" Height="42" 
    FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</
    Hypertext> | 52     <Hypertext Name="FailureLogFileLink" X="11" Y="121" Width="-11" Height="42" 
    FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</
    Hypertext> | 
| 53     <Hypertext Name="FailureMessageText" X="22" Y="163" Width="-11" Height="51" 
    FontId="3" TabStop="yes" HideWhenDisabled="yes" /> | 53     <Hypertext Name="FailureMessageText" X="22" Y="163" Width="-11" Height="51" 
    FontId="3" TabStop="yes" HideWhenDisabled="yes" /> | 
| 54     <Text Name="FailureRestartText" X="-11" Y="-52" Width="400" Height="34" Font
    Id="3" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.FailureRestartText)</Tex
    t> | 54     <Text Name="FailureRestartText" X="-11" Y="-52" Width="400" Height="34" Font
    Id="3" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.FailureRestartText)</Tex
    t> | 
| 55     <Button Name="FailureRestartButton" X="-125" Y="-11" Width="75" Height="23" 
    TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.FailureRestartButton)</But
    ton> | 55     <Button Name="FailureRestartButton" X="-125" Y="-11" Width="75" Height="23" 
    TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.FailureRestartButton)</But
    ton> | 
| 56     <Button Name="FailureCloseButton" X="-11" Y="-11" Width="110" Height="23" Ta
    bStop="yes" FontId="0">#(loc.FailureCloseButton)</Button> | 56     <Button Name="FailureCloseButton" X="-11" Y="-11" Width="110" Height="23" Ta
    bStop="yes" FontId="0">#(loc.FailureCloseButton)</Button> | 
| 57   </Page> | 57   </Page> | 
| 58 </Theme> | 58 </Theme> | 
| OLD | NEW | 
|---|