Skip to content

Commit 9ad9bf4

Browse files
committed
WiX: categorise segments of the SDK packaging
This just adds some comments to categorise what is being distributed by the SDK package manifest.
1 parent b2497ba commit 9ad9bf4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

platforms/Windows/sdk/win/sdk.wxs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,11 @@
615615

616616
<!-- Features -->
617617
<Feature Id="SDK" AllowAbsent="no" Title="!(loc.Sdk_ProductName_$(ProductArchitecture))">
618+
<!-- Developer Components -->
618619
<ComponentGroupRef Id="XCTest" />
619620
<ComponentGroupRef Id="Testing" />
621+
622+
<!-- SDK Content for dynamic linking -->
620623
<ComponentGroupRef Id="SwiftRemoteMirror" />
621624
<ComponentGroupRef Id="BlocksRuntime" />
622625
<ComponentGroupRef Id="libdispatch" />
@@ -642,15 +645,19 @@
642645
<ComponentGroupRef Id="SwiftOnoneSupport" />
643646
<ComponentGroupRef Id="Synchronization" />
644647
<ComponentGroupRef Id="WinSDK" />
648+
649+
<!-- Common SDK Content -->
645650
<ComponentGroupRef Id="libcxxshim" />
646651
<ComponentGroupRef Id="apinotes" />
647652
<ComponentGroupRef Id="Registrar" />
648653
<ComponentGroupRef Id="AuxiliaryFiles" />
649654
<ComponentGroupRef Id="Configuration" />
650655
<ComponentGroupRef Id="SwiftShims" />
651656

657+
<!-- Redistributable -->
652658
<ComponentRef Id="rtl.msm" />
653659

660+
<!-- MSI management Components -->
654661
<ComponentGroupRef Id="EnvironmentVariables" />
655662
<ComponentGroupRef Id="VersionedDirectoryCleanup" />
656663
</Feature>

0 commit comments

Comments
 (0)