|
1 |
| -<!-- 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. --> |
2 |
| - |
| 1 | +<!-- |
| 2 | + Copyright (c) .NET Foundation and contributors. All rights reserved. |
| 3 | + Licensed under the Microsoft Reciprocal License. |
| 4 | + See LICENSE.TXT file in the project root for full license information. |
| 5 | +--> |
3 | 6 | <Theme xmlns="http://wixtoolset.org/schemas/v4/thmutil">
|
4 | 7 | <Font Id="0" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
|
5 | 8 | <Font Id="1" Height="-24" Weight="500" Foreground="windowtext">Segoe UI</Font>
|
6 | 9 | <Font Id="2" Height="-22" Weight="500" Foreground="graytext">Segoe UI</Font>
|
7 | 10 | <Font Id="3" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
|
8 | 11 |
|
9 |
| - <Window Width="724" Height="362" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)"> |
| 12 | + <Window Width="614" Height="384" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)"> |
| 13 | + <ImageControl X="0" Y="0" Width="165" Height="384" ImageFile="swift_side.png"/> |
| 14 | + <Label X="176" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
| 15 | + |
10 | 16 | <Page Name="Help">
|
11 |
| - <ImageControl X="11" Y="11" Width="165" Height="312" ImageFile="swift_side.png"/> |
12 |
| - <Label X="185" Y="11" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.HelpHeader)</Label> |
13 |
| - <Label X="185" Y="48" Width="-11" Height="-35" FontId="3" DisablePrefix="yes">#(loc.HelpText)</Label> |
| 17 | + <Label X="176" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.HelpHeader)</Label> |
| 18 | + <Label X="176" Y="91" Width="-11" Height="-35" FontId="3" DisablePrefix="yes">#(loc.HelpText)</Label> |
14 | 19 | <Button Name="HelpCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
|
15 | 20 | <Text>#(loc.HelpCloseButton)</Text>
|
16 | 21 | <CloseWindowAction />
|
17 | 22 | </Button>
|
18 | 23 | </Page>
|
19 | 24 |
|
20 | 25 | <Page Name="Loading">
|
21 |
| - <ImageControl X="11" Y="11" Width="165" Height="312" ImageFile="swift_side.png"/> |
22 |
| - <Label X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
23 |
| - <Label X="185" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes" Visible="no" Name="CheckingForUpdatesLabel" /> |
| 26 | + <Label X="176" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes" Visible="no" Name="CheckingForUpdatesLabel" /> |
24 | 27 | </Page>
|
25 | 28 |
|
26 | 29 | <Page Name="Install">
|
27 |
| - <ImageControl X="11" Y="11" Width="165" Height="312" ImageFile="swift_side.png"/> |
28 |
| - <Label X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
29 |
| - <Label X="185" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.InstallHeader)</Label> |
30 |
| - <Label X="185" Y="91" Width="-11" Height="64" FontId="3" DisablePrefix="yes"> |
| 30 | + <Label X="176" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.InstallHeader)</Label> |
| 31 | + <Label X="176" Y="91" Width="-11" Height="64" FontId="3" DisablePrefix="yes"> |
31 | 32 | <Text Condition="WixStdBASuppressOptionsUI">#(loc.InstallMessage)</Text>
|
32 | 33 | <Text Condition="NOT WixStdBASuppressOptionsUI">#(loc.InstallMessageOptions)</Text>
|
33 | 34 | </Label>
|
34 |
| - <Hypertext Name="EulaHyperlink" X="185" Y="-81" Width="-11" Height="17" TabStop="yes" FontId="3" HideWhenDisabled="yes">#(loc.InstallLicenseLinkText)</Hypertext> |
35 |
| - <Label Name="InstallVersion" X="185" Y="-111" Width="-11" Height="17" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBAShowVersion">#(loc.InstallVersion)</Label> |
36 |
| - <Checkbox Name="EulaAcceptCheckbox" X="185" Y="-51" Width="-11" Height="17" TabStop="yes" FontId="3" HideWhenDisabled="yes">#(loc.InstallAcceptCheckbox)</Checkbox> |
| 35 | + <Hypertext Name="EulaHyperlink" X="176" Y="-73" Width="-11" Height="17" TabStop="yes" FontId="3" HideWhenDisabled="yes">#(loc.InstallLicenseLinkText)</Hypertext> |
| 36 | + <Label Name="InstallVersion" X="176" Y="-103" Width="-11" Height="17" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBAShowVersion">#(loc.InstallVersion)</Label> |
| 37 | + <Checkbox Name="EulaAcceptCheckbox" X="176" Y="-51" Width="-11" Height="17" TabStop="yes" FontId="3" HideWhenDisabled="yes">#(loc.InstallAcceptCheckbox)</Checkbox> |
37 | 38 | <Button Name="InstallUpdateButton" X="11" Y="-11" Width="200" Height="23" TabStop="yes" FontId="0" EnableCondition="WixStdBAUpdateAvailable" HideWhenDisabled="yes">#(loc.UpdateButton)</Button>
|
38 | 39 | <Button Name="OptionsButton" X="-171" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" VisibleCondition="NOT WixStdBASuppressOptionsUI">
|
39 | 40 | <Text>#(loc.InstallOptionsButton)</Text>
|
|
47 | 48 | </Page>
|
48 | 49 |
|
49 | 50 | <Page Name="Options">
|
50 |
| - <ImageControl X="11" Y="11" Width="165" Height="312" ImageFile="swift_side.png"/> |
51 |
| - |
52 |
| - <Label X="185" Y="11" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.OptionsLocationLabel)</Label> |
53 |
| - <Editbox Name="InstallRoot" X="185" Y="46" Width="-91" Height="21" TabStop="yes" FontId="3" FileSystemAutoComplete="yes" /> |
54 |
| - <Button Name="BrowseButton" X="-11" Y="45" Width="75" Height="23" TabStop="yes" FontId="3"> |
| 51 | + <Label X="176" Y="46" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.OptionsLocationLabel)</Label> |
| 52 | + <Editbox Name="InstallRoot" X="176" Y="80" Width="-91" Height="21" TabStop="yes" FontId="3" FileSystemAutoComplete="yes" /> |
| 53 | + <Button Name="BrowseButton" X="-11" Y="79" Width="75" Height="23" TabStop="yes" FontId="3"> |
55 | 54 | <Text>#(loc.OptionsBrowseButton)</Text>
|
56 | 55 | <BrowseDirectoryAction VariableName="InstallRoot" />
|
57 | 56 | </Button>
|
58 | 57 |
|
59 |
| - <Label X="185" Y="81" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.OptionsFeaturesLabel)</Label> |
60 |
| - <Checkbox Name="OptionsInstallBld" X="185" Y="116" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Bld_ProductName)</Checkbox> |
61 |
| - <Checkbox Name="OptionsInstallCli" X="185" Y="134" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Cli_ProductName)</Checkbox> |
62 |
| - <Checkbox Name="OptionsInstallDbg" X="185" Y="152" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Dbg_ProductName)</Checkbox> |
63 |
| - <Checkbox Name="OptionsInstallIde" X="185" Y="170" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Ide_ProductName)</Checkbox> |
64 |
| - <Checkbox Name="OptionsInstallRtl" X="185" Y="188" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Rtl_ProductName)</Checkbox> |
65 |
| - <Checkbox Name="OptionsInstallSdkAMD64" X="185" Y="206" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Sdk_ProductName_amd64)</Checkbox> |
66 |
| - <Checkbox Name="OptionsInstallRedistAMD64" X="203" Y="224" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallSdkAMD64">#(loc.Redist_amd64)</Checkbox> |
67 |
| - <Checkbox Name="OptionsInstallSdkX86" X="185" Y="242" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Sdk_ProductName_x86)</Checkbox> |
68 |
| - <Checkbox Name="OptionsInstallRedistX86" X="203" Y="260" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallSdkX86">#(loc.Redist_x86)</Checkbox> |
69 |
| - <Checkbox Name="OptionsInstallSdkArm64" X="185" Y="278" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Sdk_ProductName_arm64)</Checkbox> |
70 |
| - <Checkbox Name="OptionsInstallRedistArm64" X="203" Y="296" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallSdkArm64">#(loc.Redist_arm64)</Checkbox> |
| 58 | + <Label X="176" Y="111" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.OptionsFeaturesLabel)</Label> |
| 59 | + <Checkbox Name="OptionsInstallBld" X="176" Y="141" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Bld_ProductName)</Checkbox> |
| 60 | + <Checkbox Name="OptionsInstallCli" X="176" Y="159" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Cli_ProductName)</Checkbox> |
| 61 | + <Checkbox Name="OptionsInstallDbg" X="176" Y="177" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Dbg_ProductName)</Checkbox> |
| 62 | + <Checkbox Name="OptionsInstallIde" X="176" Y="195" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Ide_ProductName)</Checkbox> |
| 63 | + <Checkbox Name="OptionsInstallRtl" X="176" Y="213" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Rtl_ProductName)</Checkbox> |
| 64 | + <Checkbox Name="OptionsInstallSdkAMD64" X="176" Y="231" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Sdk_ProductName_amd64)</Checkbox> |
| 65 | + <Checkbox Name="OptionsInstallRedistAMD64" X="194" Y="249" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallSdkAMD64">#(loc.Redist_amd64)</Checkbox> |
| 66 | + <Checkbox Name="OptionsInstallSdkArm64" X="176" Y="267" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Sdk_ProductName_arm64)</Checkbox> |
| 67 | + <Checkbox Name="OptionsInstallRedistArm64" X="194" Y="285" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallSdkArm64">#(loc.Redist_arm64)</Checkbox> |
| 68 | + <Checkbox Name="OptionsInstallSdkX86" X="176" Y="303" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Sdk_ProductName_x86)</Checkbox> |
| 69 | + <Checkbox Name="OptionsInstallRedistX86" X="194" Y="321" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallSdkX86">#(loc.Redist_x86)</Checkbox> |
71 | 70 |
|
72 | 71 | <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
|
73 | 72 | <Text>#(loc.OptionsOkButton)</Text>
|
|
80 | 79 | </Page>
|
81 | 80 |
|
82 | 81 | <Page Name="Progress">
|
83 |
| - <ImageControl X="11" Y="11" Width="165" Height="312" ImageFile="swift_side.png"/> |
84 |
| - <Label X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
85 |
| - <Label X="185" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.ProgressHeader)</Label> |
86 |
| - <Label Name="OverallProgressPackageText" X="185" Y="89" Width="-11" Height="17" FontId="3" DisablePrefix="yes">#(loc.OverallProgressPackageText)</Label> |
87 |
| - <Progressbar Name="OverallCalculatedProgressbar" X="185" Y="111" Width="-11" Height="20" /> |
| 82 | + <Label X="176" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.ProgressHeader)</Label> |
| 83 | + <Label Name="OverallProgressPackageText" X="176" Y="89" Width="-11" Height="17" FontId="3" DisablePrefix="yes">#(loc.OverallProgressPackageText)</Label> |
| 84 | + <Progressbar Name="OverallCalculatedProgressbar" X="176" Y="111" Width="-11" Height="20" /> |
88 | 85 | <Button Name="ProgressCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ProgressCancelButton)</Button>
|
89 | 86 | </Page>
|
90 | 87 |
|
91 | 88 | <Page Name="Modify">
|
92 |
| - <Label X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
93 |
| - <ImageControl X="11" Y="11" Width="165" Height="312" ImageFile="swift_side.png"/> |
94 |
| - <Label X="185" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.ModifyHeader)</Label> |
| 89 | + <Label X="176" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.ModifyHeader)</Label> |
95 | 90 | <Button Name="ModifyUpdateButton" X="11" Y="-11" Width="200" Height="23" TabStop="yes" FontId="0" EnableCondition="WixStdBAUpdateAvailable" HideWhenDisabled="yes">#(loc.UpdateButton)</Button>
|
96 | 91 | <Button Name="RepairButton" X="-171" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.ModifyRepairButton)</Button>
|
97 | 92 | <Button Name="UninstallButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ModifyUninstallButton)</Button>
|
|
102 | 97 | </Page>
|
103 | 98 |
|
104 | 99 | <Page Name="Success">
|
105 |
| - <Label X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
106 |
| - <ImageControl X="11" Y="11" Width="165" Height="312" ImageFile="swift_side.png"/> |
107 |
| - <Label X="185" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
| 100 | + <Label X="176" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
108 | 101 | <Text>#(loc.SuccessHeader)</Text>
|
109 | 102 | <Text Condition="WixBundleAction = 2">#(loc.SuccessLayoutHeader)</Text>
|
110 | 103 | <Text Condition="WixBundleAction = 3">#(loc.SuccessUnsafeUninstallHeader)</Text>
|
|
115 | 108 | <Text Condition="WixBundleAction = 8">#(loc.SuccessRepairHeader)</Text>
|
116 | 109 | </Label>
|
117 | 110 | <Button Name="LaunchButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessLaunchButton)</Button>
|
118 |
| - <Label X="185" Y="-51" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired"> |
| 111 | + <Label X="176" Y="-51" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired"> |
119 | 112 | <Text>#(loc.SuccessRestartText)</Text>
|
120 | 113 | <Text Condition="WixBundleAction = 3">#(loc.SuccessUninstallRestartText)</Text>
|
121 | 114 | </Label>
|
|
127 | 120 | </Page>
|
128 | 121 |
|
129 | 122 | <Page Name="Failure">
|
130 |
| - <Label X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
131 |
| - <ImageControl X="11" Y="11" Width="165" Height="312" ImageFile="swift_side.png"/> |
132 |
| - <Label X="185" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
| 123 | + <Label X="176" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
133 | 124 | <Text>#(loc.FailureHeader)</Text>
|
134 | 125 | <Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text>
|
135 | 126 | <Text Condition="WixBundleAction = 3">#(loc.FailureUnsafeUninstallHeader)</Text>
|
|
139 | 130 | <Text Condition="WixBundleAction = 7">#(loc.FailureModifyHeader)</Text>
|
140 | 131 | <Text Condition="WixBundleAction = 8">#(loc.FailureRepairHeader)</Text>
|
141 | 132 | </Label>
|
142 |
| - <Hypertext Name="FailureLogFileLink" X="185" Y="121" Width="-11" Height="68" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</Hypertext> |
143 |
| - <Hypertext Name="FailureMessageText" X="185" Y="-115" Width="-11" Height="80" FontId="3" TabStop="yes" HideWhenDisabled="yes" /> |
144 |
| - <Label X="185" Y="-57" Width="-11" Height="80" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label> |
| 133 | + <Hypertext Name="FailureLogFileLink" X="176" Y="121" Width="-11" Height="68" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</Hypertext> |
| 134 | + <Hypertext Name="FailureMessageText" X="176" Y="-115" Width="-11" Height="80" FontId="3" TabStop="yes" HideWhenDisabled="yes" /> |
| 135 | + <Label X="176" Y="-57" Width="-11" Height="80" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label> |
145 | 136 | <Button Name="FailureRestartButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.FailureRestartButton)</Button>
|
146 | 137 | <Button Name="FailureCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
|
147 | 138 | <Text>#(loc.FailureCloseButton)</Text>
|
|
0 commit comments