Skip to content

Commit d330209

Browse files
committed
Revert "Try no options"
This reverts commit 67761f3.
1 parent 924f19f commit d330209

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

src/Installers/Windows/WindowsHostingBundle/Bundle.wxs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
<Variable Name="ModifyNoIISState" Value="disable" Type="formatted" />
4747

4848
<Chain ParallelCache="yes">
49+
<MsiPackage SourceFile="$(var.HostOptions.TargetPath)">
50+
<MsiProperty Name="OPT_NO_ANCM" Value="[OPT_NO_ANCM]" />
51+
<MsiProperty Name="OPT_NO_SHAREDFX" Value="[OPT_NO_SHAREDFX]" />
52+
<MsiProperty Name="OPT_NO_RUNTIME" Value="[OPT_NO_RUNTIME]" />
53+
<MsiProperty Name="OPT_NO_X86" Value="[OPT_NO_X86]" />
54+
<MsiProperty Name="OPT_NO_SHARED_CONFIG_CHECK" Value="[OPT_NO_SHARED_CONFIG_CHECK]" />
55+
</MsiPackage>
4956
<PackageGroupRef Id="PG_ANCM" />
5057
<PackageGroupRef Id="PG_DOTNET_REDIST_LTS_BUNDLE" />
5158
<!--<PackageGroupRef Id="PG_DOTNET_REDIST_FTS_BUNDLE" />-->

0 commit comments

Comments
 (0)