Skip to content

Commit c5f8598

Browse files
joeloffnatemcmaster
authored andcommitted
Disable bundle localization (#10976)
1 parent 3697b47 commit c5f8598

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/Installers/Windows/SharedFrameworkBundle/Bundle.wxs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
SuppressOptionsUI="yes"
99
ThemeFile="thm.xml"
1010
LocalizationFile="thm.wxl"/>
11-
<PayloadGroupRef Id="PG_Resources"/>
1211
</BootstrapperApplicationRef>
1312

1413
<!-- Ensure upgrades from 3.0.0 preview 1, 2, and 3. Conditioned for the 3.0.0 family. -->
@@ -24,12 +23,6 @@
2423
<?endif?>
2524
<?endif?>
2625

27-
<PayloadGroup Id="PG_Resources">
28-
<?foreach lcid in 2052;1028;1029;1031;3082;1036;1040;1041;1042;1045;1046;1049;1055?>
29-
<Payload Id="PL_thm_$(var.lcid)" SourceFile="$(var.lcid)\thm.wxl" Name="$(var.lcid)\thm.wxl" Compressed="yes"/>
30-
<?endforeach?>
31-
</PayloadGroup>
32-
3326
<!-- Customizations of the default BA -->
3427
<Log Prefix="dd_$(var.BundleLogPrefix)_" Extension=".log" />
3528
<OptionalUpdateRegistration Manufacturer="$(var.BundleRegManufacturer)" ProductFamily="$(var.BundleRegFamily)" Name="$(var.BundleRegName)" />

src/Installers/Windows/WindowsHostingBundle/Bundle.wxs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
SuppressOptionsUI="yes"
1010
ThemeFile="thm.xml"
1111
LocalizationFile="thm.wxl"/>
12-
<PayloadGroupRef Id="PG_Resources"/>
1312
</BootstrapperApplicationRef>
1413

1514
<!-- Ensure upgrades from 3.0.0 preview 1 and 2 (Preview 3 was not shipped). Conditioned for the 3.0.0 family. Hosting bundle simships x86/x64 so there's
@@ -19,13 +18,6 @@
1918
<RelatedBundle Action="Upgrade" Id="{EA47395A-BC9B-3ECC-8229-229BC9528DF6}"/>
2019
<?endif?>
2120

22-
<PayloadGroup Id="PG_Resources">
23-
<?foreach lcid in 2052;1028;1029;1031;3082;1036;1040;1041;1042;1045;1046;1049;1055?>
24-
<Payload Id="PL_thm_$(var.lcid)" SourceFile="$(var.lcid)\thm.wxl" Name="$(var.lcid)\thm.wxl" Compressed="yes"/>
25-
<Payload Id="PL_Strings_$(var.lcid)" SourceFile="$(var.lcid)\Strings.wxl" Name="$(var.lcid)\Strings.wxl" Compressed="yes"/>
26-
<?endforeach?>
27-
</PayloadGroup>
28-
2921
<!-- Customizations of the default BA -->
3022
<Log Prefix="dd_$(var.BundleLogPrefix)_" Extension=".log" />
3123
<OptionalUpdateRegistration Manufacturer="$(var.BundleRegManufacturer)" ProductFamily="$(var.BundleRegFamily)" Name="$(var.BundleRegName)" />

0 commit comments

Comments
 (0)