Skip to content

Commit 17c3073

Browse files
committed
WiX: remove the ICU projects
This removes the ICU packaging support. Now that we can build our own ICU, we can statically link against ICU as it is only used for Foundation. This removes the need for the additional packaging. Clean up the packaging rules and remove it from the default set.
1 parent e3950df commit 17c3073

File tree

5 files changed

+1
-272
lines changed

5 files changed

+1
-272
lines changed

platforms/Windows/icu-amd64.wxs

Lines changed: 0 additions & 73 deletions
This file was deleted.

platforms/Windows/icu-arm64.wxs

Lines changed: 0 additions & 73 deletions
This file was deleted.

platforms/Windows/icu-x86.wxs

Lines changed: 0 additions & 73 deletions
This file was deleted.

platforms/Windows/icu.wixproj

Lines changed: 0 additions & 52 deletions
This file was deleted.

platforms/Windows/installer.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ProductVersion>$(ProductVersion)</ProductVersion>
1313

1414
<!-- The list must be %3B (;) separated so that it is passed along properly as `;` normally delimit options -->
15-
<RequiredChain Condition=" '$(RequiredChain)' == '' ">icu.msi%3Bruntime.msi%3Btoolchain.msi%3Bdevtools.msi%3Bsdk.msi</RequiredChain>
15+
<RequiredChain Condition=" '$(RequiredChain)' == '' ">runtime.msi%3Btoolchain.msi%3Bdevtools.msi%3Bsdk.msi</RequiredChain>
1616
<RequiredChain>$(RequiredChain)</RequiredChain>
1717

1818
<OptionalChain>$(OptionalChain)</OptionalChain>

0 commit comments

Comments
 (0)