Skip to content

Commit e058292

Browse files
committed
Remove dupes
1 parent ef9531e commit e058292

File tree

1 file changed

+0
-7
lines changed
  • src/Installers/Windows/WindowsHostingBundle

1 file changed

+0
-7
lines changed

src/Installers/Windows/WindowsHostingBundle/Bundle.wxs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<Bundle Name="$(var.BundleName)" Version="$(var.BundleVersion)" Manufacturer="Microsoft Corporation" UpgradeCode="$(var.BundleUpgradeCode)">
33
<BootstrapperApplication>
44
<bal:WixStandardBootstrapperApplication LicenseUrl="https://go.microsoft.com/fwlink/?LinkId=329770" LogoFile="DotNetLogo.bmp" SuppressDowngradeFailure="yes" SuppressOptionsUI="yes" ThemeFile="thm.xml" LocalizationFile="1033\thm.wxl" Theme="hyperlinkLicense" />
5-
<PayloadGroupRef Id="PG_Resources" />
65
</BootstrapperApplication>
76

87
<!-- Search references for upgrade policy keys -->
@@ -41,12 +40,6 @@
4140
<RelatedBundle Action="upgrade" Id="{6F741175-2F75-3845-B30B-6C364101EAA2}" />
4241
<?endif?>
4342

44-
<PayloadGroup Id="PG_Resources">
45-
<?foreach lcid in 2052;1028;1029;1031;3082;1033;1036;1040;1041;1042;1045;1046;1049;1055?>
46-
<Payload Id="PL_thm_$(var.lcid)" SourceFile="$(var.lcid)\thm.wxl" Name="$(var.lcid)\thm.wxl" Compressed="yes" />
47-
<?endforeach?>
48-
</PayloadGroup>
49-
5043
<!-- Customizations of the default BA -->
5144
<Log Prefix="dd_$(var.BundleLogPrefix)_" Extension=".log" />
5245
<OptionalUpdateRegistration Manufacturer="$(var.BundleRegManufacturer)" ProductFamily="$(var.BundleRegFamily)" Name="$(var.BundleRegName)" />

0 commit comments

Comments
 (0)