|
9 | 9 | <Font Id="2" Height="-18" Weight="500" Foreground="graytext">Segoe UI</Font>
|
10 | 10 | <Font Id="3" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
|
11 | 11 |
|
12 |
| - <Window Width="614" Height="500" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)"> |
13 |
| - <ImageControl X="0" Y="0" Width="165" Height="500" ImageFile="swift_side.png"/> |
14 |
| - <Label X="176" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
| 12 | + <Window Width="634" Height="501" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)"> |
| 13 | + <ImageControl X="0" Y="0" Width="185" Height="501" ImageFile="swift_side.png"/> |
| 14 | + <Label X="196" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label> |
15 | 15 |
|
16 | 16 | <Page Name="Help">
|
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> |
| 17 | + <Label X="196" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.HelpHeader)</Label> |
| 18 | + <Label X="196" Y="91" Width="-11" Height="-35" FontId="3" DisablePrefix="yes">#(loc.HelpText)</Label> |
19 | 19 | <Button Name="HelpCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
|
20 | 20 | <Text>#(loc.HelpCloseButton)</Text>
|
21 | 21 | <CloseWindowAction />
|
22 | 22 | </Button>
|
23 | 23 | </Page>
|
24 | 24 |
|
25 | 25 | <Page Name="Loading">
|
26 |
| - <Label X="176" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes" Visible="no" Name="CheckingForUpdatesLabel" /> |
| 26 | + <Label X="196" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes" Visible="no" Name="CheckingForUpdatesLabel" /> |
27 | 27 | </Page>
|
28 | 28 |
|
29 | 29 | <Page Name="Install">
|
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"> |
| 30 | + <Label X="196" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.InstallHeader)</Label> |
| 31 | + <Label X="196" Y="91" Width="-11" Height="64" FontId="3" DisablePrefix="yes"> |
32 | 32 | <Text Condition="WixStdBASuppressOptionsUI">#(loc.InstallMessage)</Text>
|
33 | 33 | <Text Condition="NOT WixStdBASuppressOptionsUI">#(loc.InstallMessageOptions)</Text>
|
34 | 34 | </Label>
|
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> |
| 35 | + <Hypertext Name="EulaHyperlink" X="196" Y="-73" Width="-11" Height="17" TabStop="yes" FontId="3" HideWhenDisabled="yes">#(loc.InstallLicenseLinkText)</Hypertext> |
| 36 | + <Label Name="InstallVersion" X="196" Y="-103" Width="-11" Height="17" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBAShowVersion">#(loc.InstallVersion)</Label> |
| 37 | + <Checkbox Name="EulaAcceptCheckbox" X="196" Y="-51" Width="-11" Height="17" TabStop="yes" FontId="3" HideWhenDisabled="yes">#(loc.InstallAcceptCheckbox)</Checkbox> |
38 | 38 | <Button Name="InstallUpdateButton" X="11" Y="-11" Width="200" Height="23" TabStop="yes" FontId="0" EnableCondition="WixStdBAUpdateAvailable" HideWhenDisabled="yes">#(loc.UpdateButton)</Button>
|
39 | 39 | <Button Name="OptionsButton" X="-171" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" VisibleCondition="NOT WixStdBASuppressOptionsUI">
|
40 | 40 | <Text>#(loc.InstallOptionsButton)</Text>
|
|
48 | 48 | </Page>
|
49 | 49 |
|
50 | 50 | <Page Name="Options">
|
51 |
| - <Label X="176" Y="46" Width="-11" Height="20" FontId="2" DisablePrefix="yes">#(loc.OptionsLocationLabel)</Label> |
52 |
| - <Editbox Name="InstallRoot" X="176" Y="70" Width="-91" Height="21" TabStop="yes" FontId="3" FileSystemAutoComplete="yes" /> |
| 51 | + <Label X="196" Y="46" Width="-11" Height="20" FontId="2" DisablePrefix="yes">#(loc.OptionsLocationLabel)</Label> |
| 52 | + <Editbox Name="InstallRoot" X="196" Y="70" Width="-91" Height="21" TabStop="yes" FontId="3" FileSystemAutoComplete="yes" /> |
53 | 53 | <Button Name="BrowseButton" X="-11" Y="69" Width="75" Height="23" TabStop="yes" FontId="3">
|
54 | 54 | <Text>#(loc.OptionsBrowseButton)</Text>
|
55 | 55 | <BrowseDirectoryAction VariableName="InstallRoot" />
|
56 | 56 | </Button>
|
57 | 57 |
|
58 |
| - <Label X="176" Y="88" Width="-11" Height="20" FontId="2" DisablePrefix="yes">#(loc.OptionsFeaturesLabel)</Label> |
59 |
| - <Checkbox Name="OptionsInstallBLD" X="176" Y="111" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="0">#(loc.Bld_ProductName)</Checkbox> |
60 |
| - <Checkbox Name="OptionsInstallCLI" X="176" Y="129" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Cli_ProductName)</Checkbox> |
61 |
| - <Checkbox Name="OptionsInstallDBG" X="176" Y="147" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Dbg_ProductName)</Checkbox> |
62 |
| - <Checkbox Name="OptionsInstallIDE" X="176" Y="165" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Ide_ProductName)</Checkbox> |
63 |
| - <Checkbox Name="OptionsInstallRTL" X="176" Y="183" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="0">#(loc.Rtl_ProductName)</Checkbox> |
64 |
| - <Checkbox Name="OptionsInstallWindowsPlatform" X="176" Y="201" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Plt_ProductName_Windows)</Checkbox> |
65 |
| - <Checkbox Name="OptionsInstallWindowsSDKAMD64" X="194" Y="219" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform">#(loc.Sdk_ProductName_Windows_amd64)</Checkbox> |
66 |
| - <Checkbox Name="OptionsInstallWindowsRedistAMD64" X="212" Y="237" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform AND OptionsInstallWindowsSDKAMD64">#(loc.Redist_amd64)</Checkbox> |
67 |
| - <Checkbox Name="OptionsInstallWindowsSDKARM64" X="194" Y="255" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform">#(loc.Sdk_ProductName_Windows_arm64)</Checkbox> |
68 |
| - <Checkbox Name="OptionsInstallWindowsRedistARM64" X="212" Y="273" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform AND OptionsInstallWindowsSDKARM64">#(loc.Redist_arm64)</Checkbox> |
69 |
| - <Checkbox Name="OptionsInstallWindowsSDKX86" X="194" Y="291" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform">#(loc.Sdk_ProductName_Windows_x86)</Checkbox> |
70 |
| - <Checkbox Name="OptionsInstallWindowsRedistX86" X="212" Y="309" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform AND OptionsInstallWindowsSDKX86">#(loc.Redist_x86)</Checkbox> |
71 |
| - <Checkbox Name="OptionsInstallAndroidPlatform" X="176" Y="327" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Plt_ProductName_Android)</Checkbox> |
72 |
| - <Checkbox Name="OptionsInstallAndroidSDKARM64" X="194" Y="345" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallAndroidPlatform">#(loc.Sdk_ProductName_Android_arm64)</Checkbox> |
73 |
| - <Checkbox Name="OptionsInstallAndroidSDKAMD64" X="194" Y="363" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallAndroidPlatform">#(loc.Sdk_ProductName_Android_amd64)</Checkbox> |
74 |
| - <Checkbox Name="OptionsInstallAndroidSDKARM" X="194" Y="381" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallAndroidPlatform">#(loc.Sdk_ProductName_Android_armv7)</Checkbox> |
75 |
| - <Checkbox Name="OptionsInstallAndroidSDKX86" X="194" Y="399" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallAndroidPlatform">#(loc.Sdk_ProductName_Android_x86)</Checkbox> |
| 58 | + <Label X="196" Y="88" Width="-11" Height="20" FontId="2" DisablePrefix="yes">#(loc.OptionsFeaturesLabel)</Label> |
| 59 | + <Checkbox Name="OptionsInstallBLD" X="196" Y="111" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="0">#(loc.Bld_ProductName)</Checkbox> |
| 60 | + <Checkbox Name="OptionsInstallCLI" X="196" Y="129" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Cli_ProductName)</Checkbox> |
| 61 | + <Checkbox Name="OptionsInstallDBG" X="196" Y="147" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Dbg_ProductName)</Checkbox> |
| 62 | + <Checkbox Name="OptionsInstallIDE" X="196" Y="165" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Ide_ProductName)</Checkbox> |
| 63 | + <Checkbox Name="OptionsInstallRTL" X="196" Y="183" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="0">#(loc.Rtl_ProductName)</Checkbox> |
| 64 | + <Checkbox Name="OptionsInstallWindowsPlatform" X="196" Y="201" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Plt_ProductName_Windows)</Checkbox> |
| 65 | + <Checkbox Name="OptionsInstallWindowsSDKAMD64" X="214" Y="219" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform">#(loc.Sdk_ProductName_Windows_amd64)</Checkbox> |
| 66 | + <Checkbox Name="OptionsInstallWindowsRedistAMD64" X="232" Y="237" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform AND OptionsInstallWindowsSDKAMD64">#(loc.Redist_amd64)</Checkbox> |
| 67 | + <Checkbox Name="OptionsInstallWindowsSDKARM64" X="214" Y="255" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform">#(loc.Sdk_ProductName_Windows_arm64)</Checkbox> |
| 68 | + <Checkbox Name="OptionsInstallWindowsRedistARM64" X="232" Y="273" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform AND OptionsInstallWindowsSDKARM64">#(loc.Redist_arm64)</Checkbox> |
| 69 | + <Checkbox Name="OptionsInstallWindowsSDKX86" X="214" Y="291" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform">#(loc.Sdk_ProductName_Windows_x86)</Checkbox> |
| 70 | + <Checkbox Name="OptionsInstallWindowsRedistX86" X="232" Y="309" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallWindowsPlatform AND OptionsInstallWindowsSDKX86">#(loc.Redist_x86)</Checkbox> |
| 71 | + <Checkbox Name="OptionsInstallAndroidPlatform" X="196" Y="327" Width="-11" Height="17" TabStop="yes" FontId="3">#(loc.Plt_ProductName_Android)</Checkbox> |
| 72 | + <Checkbox Name="OptionsInstallAndroidSDKARM64" X="214" Y="345" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallAndroidPlatform">#(loc.Sdk_ProductName_Android_arm64)</Checkbox> |
| 73 | + <Checkbox Name="OptionsInstallAndroidSDKAMD64" X="214" Y="363" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallAndroidPlatform">#(loc.Sdk_ProductName_Android_amd64)</Checkbox> |
| 74 | + <Checkbox Name="OptionsInstallAndroidSDKARM" X="214" Y="381" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallAndroidPlatform">#(loc.Sdk_ProductName_Android_armv7)</Checkbox> |
| 75 | + <Checkbox Name="OptionsInstallAndroidSDKX86" X="214" Y="399" Width="-11" Height="17" TabStop="yes" FontId="3" EnableCondition="OptionsInstallAndroidPlatform">#(loc.Sdk_ProductName_Android_x86)</Checkbox> |
76 | 76 |
|
77 | 77 | <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
|
78 | 78 | <Text>#(loc.OptionsOkButton)</Text>
|
|
85 | 85 | </Page>
|
86 | 86 |
|
87 | 87 | <Page Name="Progress">
|
88 |
| - <Label X="176" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.ProgressHeader)</Label> |
89 |
| - <Label Name="OverallProgressPackageText" X="176" Y="89" Width="-11" Height="17" FontId="3" DisablePrefix="yes">#(loc.OverallProgressPackageText)</Label> |
90 |
| - <Progressbar Name="OverallCalculatedProgressbar" X="176" Y="111" Width="-11" Height="20" /> |
| 88 | + <Label X="196" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.ProgressHeader)</Label> |
| 89 | + <Label Name="OverallProgressPackageText" X="196" Y="89" Width="-11" Height="17" FontId="3" DisablePrefix="yes">#(loc.OverallProgressPackageText)</Label> |
| 90 | + <Progressbar Name="OverallCalculatedProgressbar" X="196" Y="111" Width="-11" Height="20" /> |
91 | 91 | <Button Name="ProgressCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ProgressCancelButton)</Button>
|
92 | 92 | </Page>
|
93 | 93 |
|
94 | 94 | <Page Name="Modify">
|
95 |
| - <Label X="176" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.ModifyHeader)</Label> |
| 95 | + <Label X="196" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.ModifyHeader)</Label> |
96 | 96 | <Button Name="ModifyUpdateButton" X="11" Y="-11" Width="200" Height="23" TabStop="yes" FontId="0" EnableCondition="WixStdBAUpdateAvailable" HideWhenDisabled="yes">#(loc.UpdateButton)</Button>
|
97 | 97 | <Button Name="RepairButton" X="-171" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.ModifyRepairButton)</Button>
|
98 | 98 | <Button Name="UninstallButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ModifyUninstallButton)</Button>
|
|
103 | 103 | </Page>
|
104 | 104 |
|
105 | 105 | <Page Name="Success">
|
106 |
| - <Label X="176" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
| 106 | + <Label X="196" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
107 | 107 | <Text>#(loc.SuccessHeader)</Text>
|
108 | 108 | <Text Condition="WixBundleAction = 2">#(loc.SuccessLayoutHeader)</Text>
|
109 | 109 | <Text Condition="WixBundleAction = 3">#(loc.SuccessUnsafeUninstallHeader)</Text>
|
|
114 | 114 | <Text Condition="WixBundleAction = 8">#(loc.SuccessRepairHeader)</Text>
|
115 | 115 | </Label>
|
116 | 116 | <Button Name="LaunchButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessLaunchButton)</Button>
|
117 |
| - <Label X="176" Y="-51" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired"> |
| 117 | + <Label X="196" Y="-51" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired"> |
118 | 118 | <Text>#(loc.SuccessRestartText)</Text>
|
119 | 119 | <Text Condition="WixBundleAction = 3">#(loc.SuccessUninstallRestartText)</Text>
|
120 | 120 | </Label>
|
|
126 | 126 | </Page>
|
127 | 127 |
|
128 | 128 | <Page Name="Failure">
|
129 |
| - <Label X="176" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
| 129 | + <Label X="196" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
130 | 130 | <Text>#(loc.FailureHeader)</Text>
|
131 | 131 | <Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text>
|
132 | 132 | <Text Condition="WixBundleAction = 3">#(loc.FailureUnsafeUninstallHeader)</Text>
|
|
136 | 136 | <Text Condition="WixBundleAction = 7">#(loc.FailureModifyHeader)</Text>
|
137 | 137 | <Text Condition="WixBundleAction = 8">#(loc.FailureRepairHeader)</Text>
|
138 | 138 | </Label>
|
139 |
| - <Hypertext Name="FailureLogFileLink" X="176" Y="121" Width="-11" Height="68" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</Hypertext> |
140 |
| - <Hypertext Name="FailureMessageText" X="176" Y="-115" Width="-11" Height="80" FontId="3" TabStop="yes" HideWhenDisabled="yes" /> |
141 |
| - <Label X="176" Y="-57" Width="-11" Height="80" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label> |
| 139 | + <Hypertext Name="FailureLogFileLink" X="196" Y="121" Width="-11" Height="68" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</Hypertext> |
| 140 | + <Hypertext Name="FailureMessageText" X="196" Y="-115" Width="-11" Height="80" FontId="3" TabStop="yes" HideWhenDisabled="yes" /> |
| 141 | + <Label X="196" Y="-57" Width="-11" Height="80" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label> |
142 | 142 | <Button Name="FailureRestartButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.FailureRestartButton)</Button>
|
143 | 143 | <Button Name="FailureCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
|
144 | 144 | <Text>#(loc.FailureCloseButton)</Text>
|
|
0 commit comments