| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 3 | |
| 4 | |
| 5 | <Theme xmlns="http://wixtoolset.org/schemas/v4/thmutil"> |
| 6 | <Font Id="0" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font> |
| 7 | <Font Id="1" Height="-24" Weight="500" Foreground="windowtext">Segoe UI</Font> |
| 8 | <Font Id="2" Height="-22" Weight="500" Foreground="graytext">Segoe UI</Font> |
| 9 | <Font Id="3" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font> |
| 10 | |
| 11 | <Window Width="600" Height="450" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)"> |
| 12 | <Page Name="Help"> |
| 13 | <Label X="80" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
| 14 | <ImageControl X="11" Y="11" Width="64" Height="64" ImageFile="logo.png"/> |
| 15 | <Label X="11" Y="80" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.HelpHeader)</Label> |
| 16 | <Label X="11" Y="121" Width="-11" Height="-35" FontId="3" DisablePrefix="yes">#(loc.HelpText)</Label> |
| 17 | <Button Name="HelpCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> |
| 18 | <Text>#(loc.HelpCloseButton)</Text> |
| 19 | <CloseWindowAction /> |
| 20 | </Button> |
| 21 | </Page> |
| 22 | <Page Name="Loading"> |
| 23 | <Label X="185" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes" Visible="no" Name="CheckingForUpdatesLabel" /> |
| 24 | </Page> |
| 25 | <Page Name="Install"> |
| 26 | <Label X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
| 27 | <ImageControl X="11" Y="11" Width="165" Height="400" ImageFile="logoside.png"/> |
| 28 | <Label X="185" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.InstallHeader)</Label> |
| 29 | <Label X="185" Y="91" Width="-11" Height="64" FontId="3" DisablePrefix="yes"> |
| 30 | <Text Condition="WixStdBASuppressOptionsUI">#(loc.InstallMessage)</Text> |
| 31 | <Text Condition="NOT WixStdBASuppressOptionsUI">#(loc.InstallMessageOptions)</Text> |
| 32 | </Label> |
| 33 | <Hypertext Name="EulaHyperlink" X="185" Y="-111" Width="-11" Height="17" TabStop="yes" FontId="3" HideWhenDisabled="yes">#(loc.InstallLicenseLinkText)</Hypertext> |
| 34 | <Label Name="InstallVersion" X="185" Y="-81" Width="-11" Height="17" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBAShowVersion">#(loc.InstallVersion)</Label> |
| 35 | <Checkbox Name="EulaAcceptCheckbox" X="185" Y="-51" Width="-11" Height="17" TabStop="yes" FontId="3" HideWhenDisabled="yes">#(loc.InstallAcceptCheckbox)</Checkbox> |
| 36 | <Button Name="InstallUpdateButton" X="11" Y="-11" Width="200" Height="23" TabStop="yes" FontId="0" EnableCondition="WixStdBAUpdateAvailable" HideWhenDisabled="yes">#(loc.UpdateButton)</Button> |
| 37 | <Button Name="OptionsButton" X="-171" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" VisibleCondition="NOT WixStdBASuppressOptionsUI"> |
| 38 | <Text>#(loc.InstallOptionsButton)</Text> |
| 39 | <ChangePageAction Page="Options" /> |
| 40 | </Button> |
| 41 | <Button Name="InstallButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.InstallInstallButton)</Button> |
| 42 | <Button Name="InstallCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> |
| 43 | <Text>#(loc.InstallCancelButton)</Text> |
| 44 | <CloseWindowAction /> |
| 45 | </Button> |
| 46 | </Page> |
| 47 | <Page Name="Options"> |
| 48 | <Label X="80" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
| 49 | <ImageControl X="11" Y="11" Width="64" Height="64" ImageFile="logo.png"/> |
| 50 | <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.OptionsHeader)</Label> |
| 51 | <Label X="11" Y="121" Width="-11" Height="17" FontId="3">#(loc.OptionsLocationLabel)</Label> |
| 52 | <Editbox Name="InstallFolder" X="11" Y="143" Width="-91" Height="21" TabStop="yes" FontId="3" FileSystemAutoComplete="yes" /> |
| 53 | <Button Name="BrowseButton" X="-11" Y="142" Width="75" Height="23" TabStop="yes" FontId="3"> |
| 54 | <Text>#(loc.OptionsBrowseButton)</Text> |
| 55 | <BrowseDirectoryAction VariableName="InstallFolder" /> |
| 56 | </Button> |
| 57 | <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> |
| 58 | <Text>#(loc.OptionsOkButton)</Text> |
| 59 | <ChangePageAction Page="Install" /> |
| 60 | </Button> |
| 61 | <Button Name="OptionsCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> |
| 62 | <Text>#(loc.OptionsCancelButton)</Text> |
| 63 | <ChangePageAction Page="Install" Cancel="yes" /> |
| 64 | </Button> |
| 65 | </Page> |
| 66 | <Page Name="Progress"> |
| 67 | <Label X="80" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
| 68 | <ImageControl X="11" Y="11" Width="64" Height="64" ImageFile="logo.png"/> |
| 69 | <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.ProgressHeader)</Label> |
| 70 | <Label X="11" Y="141" Width="70" Height="17" FontId="3" DisablePrefix="yes">#(loc.ProgressLabel)</Label> |
| 71 | <Label Name="OverallProgressPackageText" X="85" Y="141" Width="-11" Height="17" FontId="3" DisablePrefix="yes">#(loc.OverallProgressPackageText)</Label> |
| 72 | <Progressbar Name="OverallCalculatedProgressbar" X="11" Y="163" Width="-11" Height="20" /> |
| 73 | <Button Name="ProgressCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ProgressCancelButton)</Button> |
| 74 | </Page> |
| 75 | <Page Name="Modify"> |
| 76 | <Label X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
| 77 | <ImageControl X="11" Y="11" Width="165" Height="400" ImageFile="logoside.png"/> |
| 78 | <Label X="185" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.ModifyHeader)</Label> |
| 79 | <Button Name="ModifyUpdateButton" X="11" Y="-11" Width="200" Height="23" TabStop="yes" FontId="0" EnableCondition="WixStdBAUpdateAvailable" HideWhenDisabled="yes">#(loc.UpdateButton)</Button> |
| 80 | <Button Name="RepairButton" X="-171" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.ModifyRepairButton)</Button> |
| 81 | <Button Name="UninstallButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ModifyUninstallButton)</Button> |
| 82 | <Button Name="ModifyCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> |
| 83 | <Text>#(loc.ModifyCancelButton)</Text> |
| 84 | <CloseWindowAction /> |
| 85 | </Button> |
| 86 | </Page> |
| 87 | <Page Name="Success"> |
| 88 | <Label X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
| 89 | <ImageControl X="11" Y="11" Width="165" Height="400" ImageFile="logoside.png"/> |
| 90 | <Label X="185" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
| 91 | <Text>#(loc.SuccessHeader)</Text> |
| 92 | <Text Condition="WixBundleAction = 2">#(loc.SuccessLayoutHeader)</Text> |
| 93 | <Text Condition="WixBundleAction = 3">#(loc.SuccessUnsafeUninstallHeader)</Text> |
| 94 | <Text Condition="WixBundleAction = 4">#(loc.SuccessUninstallHeader)</Text> |
| 95 | <Text Condition="WixBundleAction = 5">#(loc.SuccessCacheHeader)</Text> |
| 96 | <Text Condition="WixBundleAction = 6">#(loc.SuccessInstallHeader)</Text> |
| 97 | <Text Condition="WixBundleAction = 7">#(loc.SuccessModifyHeader)</Text> |
| 98 | <Text Condition="WixBundleAction = 8">#(loc.SuccessRepairHeader)</Text> |
| 99 | </Label> |
| 100 | <Button Name="LaunchButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessLaunchButton)</Button> |
| 101 | <Label X="185" Y="-51" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired"> |
| 102 | <Text>#(loc.SuccessRestartText)</Text> |
| 103 | <Text Condition="WixBundleAction = 3">#(loc.SuccessUninstallRestartText)</Text> |
| 104 | </Label> |
| 105 | <Button Name="SuccessRestartButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessRestartButton)</Button> |
| 106 | <Button Name="SuccessCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> |
| 107 | <Text>#(loc.SuccessCloseButton)</Text> |
| 108 | <CloseWindowAction /> |
| 109 | </Button> |
| 110 | </Page> |
| 111 | <Page Name="Failure"> |
| 112 | <Label X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
| 113 | <ImageControl X="11" Y="11" Width="165" Height="400" ImageFile="logoside.png"/> |
| 114 | <Label X="185" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
| 115 | <Text>#(loc.FailureHeader)</Text> |
| 116 | <Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text> |
| 117 | <Text Condition="WixBundleAction = 3">#(loc.FailureUnsafeUninstallHeader)</Text> |
| 118 | <Text Condition="WixBundleAction = 4">#(loc.FailureUninstallHeader)</Text> |
| 119 | <Text Condition="WixBundleAction = 5">#(loc.FailureCacheHeader)</Text> |
| 120 | <Text Condition="WixBundleAction = 6">#(loc.FailureInstallHeader)</Text> |
| 121 | <Text Condition="WixBundleAction = 7">#(loc.FailureModifyHeader)</Text> |
| 122 | <Text Condition="WixBundleAction = 8">#(loc.FailureRepairHeader)</Text> |
| 123 | </Label> |
| 124 | <Hypertext Name="FailureLogFileLink" X="185" Y="121" Width="-11" Height="68" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</Hypertext> |
| 125 | <Hypertext Name="FailureMessageText" X="185" Y="-115" Width="-11" Height="80" FontId="3" TabStop="yes" HideWhenDisabled="yes" /> |
| 126 | <Label X="185" Y="-57" Width="-11" Height="80" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label> |
| 127 | <Button Name="FailureRestartButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.FailureRestartButton)</Button> |
| 128 | <Button Name="FailureCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> |
| 129 | <Text>#(loc.FailureCloseButton)</Text> |
| 130 | <CloseWindowAction /> |
| 131 | </Button> |
| 132 | </Page> |
| 133 | </Window> |
| 134 | </Theme> |