File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/Installers/Windows/WindowsHostingBundle Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 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" />-->
You can’t perform that action at this time.
0 commit comments