File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 60
60
<Checkbox Name =" OptionsInstallCli" X =" 176" Y =" 159" Width =" -11" Height =" 17" TabStop =" yes" FontId =" 3" >#(loc.Cli_ProductName)</Checkbox >
61
61
<Checkbox Name =" OptionsInstallDbg" X =" 176" Y =" 177" Width =" -11" Height =" 17" TabStop =" yes" FontId =" 3" >#(loc.Dbg_ProductName)</Checkbox >
62
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 >
63
+ <Checkbox Name =" OptionsInstallRtl" X =" 176" Y =" 213" Width =" -11" Height =" 17" TabStop =" yes" FontId =" 3" EnableCondition = " 0 " >#(loc.Rtl_ProductName)</Checkbox >
64
64
<Checkbox Name =" OptionsInstallSdkAMD64" X =" 176" Y =" 231" Width =" -11" Height =" 17" TabStop =" yes" FontId =" 3" >#(loc.Sdk_ProductName_amd64)</Checkbox >
65
65
<Checkbox Name =" OptionsInstallRedistAMD64" X =" 194" Y =" 249" Width =" -11" Height =" 17" TabStop =" yes" FontId =" 3" EnableCondition =" OptionsInstallSdkAMD64" >#(loc.Redist_amd64)</Checkbox >
66
66
<Checkbox Name =" OptionsInstallSdkArm64" X =" 176" Y =" 267" Width =" -11" Height =" 17" TabStop =" yes" FontId =" 3" >#(loc.Sdk_ProductName_arm64)</Checkbox >
Original file line number Diff line number Diff line change 105
105
<ComponentGroupRef Id =" BlocksRuntime_$(ProductArchitecture)" />
106
106
<ComponentGroupRef Id =" libdispatch_$(ProductArchitecture)" />
107
107
<ComponentGroupRef Id =" Foundation_$(ProductArchitecture)" />
108
+ </ComponentGroup >
109
+
110
+ <ComponentGroup Id =" swift_runtime_binaries_$(ProductArchitecture)" >
108
111
<ComponentGroupRef Id =" plutil_$(ProductArchitecture)" />
109
112
</ComponentGroup >
110
113
</Fragment >
Original file line number Diff line number Diff line change 31
31
<ComponentGroupRef Id =" EnvironmentVariables" />
32
32
<ComponentGroupRef Id =" VersionedDirectoryCleanup" />
33
33
</Feature >
34
+
35
+ <Feature Id =" SwiftRuntimeBinaries" AllowAbsent =" yes" Title =" !(loc.Rtb_ProductName_$(ProductArchitecture))" >
36
+ <ComponentGroupRef Id =" swift_runtime_binaries_$(ProductArchitecture)" />
37
+ </Feature >
34
38
</Package >
35
39
</Wix >
Original file line number Diff line number Diff line change 15
15
Version =" $(NonSemVerProductVersion)" >
16
16
17
17
<ComponentGroupRef Id =" swift_runtime_$(ProductArchitecture)" />
18
+ <ComponentGroupRef Id =" swift_runtime_binaries_$(ProductArchitecture)" />
18
19
</Module >
19
20
</Wix >
Original file line number Diff line number Diff line change 6
6
<String Id =" Cli_ProductName" Value =" Swift Command Line Tools" />
7
7
<String Id =" Dbg_ProductName" Value =" Swift Debugging Tools" />
8
8
<String Id =" Ide_ProductName" Value =" Swift IDE Integration Tools" />
9
- <String Id =" Rtl_ProductName" Value =" Swift Windows Utilities " />
9
+ <String Id =" Rtl_ProductName" Value =" Swift Windows Runtime " />
10
10
<String Id =" VCRuntime_ProductName_arm64" Value =" Visual C++ Runtime (ARM64)" />
11
11
<String Id =" VCRuntime_ProductName_amd64" Value =" Visual C++ Runtime (AMD64)" />
12
12
<String Id =" VCRuntime_ProductName_x86" Value =" Visual C++ Runtime (X86)" />
13
- <String Id =" Rtl_ProductName_arm64" Value =" Swift Windows Utilities (ARM64)" />
14
- <String Id =" Rtl_ProductName_amd64" Value =" Swift Windows Utilities (AMD64)" />
15
- <String Id =" Rtl_ProductName_x86" Value =" Swift Windows Utilities (X86)" />
13
+ <String Id =" Rtb_ProductName_arm64" Value =" Swift Windows Utilities (ARM64)" />
14
+ <String Id =" Rtb_ProductName_amd64" Value =" Swift Windows Utilities (AMD64)" />
15
+ <String Id =" Rtb_ProductName_x86" Value =" Swift Windows Utilities (X86)" />
16
+ <String Id =" Rtl_ProductName_arm64" Value =" Swift Windows Runtime (ARM64)" />
17
+ <String Id =" Rtl_ProductName_amd64" Value =" Swift Windows Runtime (AMD64)" />
18
+ <String Id =" Rtl_ProductName_x86" Value =" Swift Windows Runtime (X86)" />
16
19
<String Id =" Sdk_ProductName_arm64" Value =" Swift Windows SDK (ARM64)" />
17
20
<String Id =" Sdk_ProductName_amd64" Value =" Swift Windows SDK (AMD64)" />
18
21
<String Id =" Sdk_ProductName_x86" Value =" Swift Windows SDK (X86)" />
You can’t perform that action at this time.
0 commit comments