Skip to content

Commit 52d4135

Browse files
authored
Temporarily remove wow64 support for ANCMIISExpressV2
1 parent e98f3f9 commit 52d4135

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/ancm_iis_expressv2.wxs

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -274,52 +274,6 @@
274274
</Component>
275275
</Directory>
276276
</Directory>
277-
278-
<!-- WOW64 Support -->
279-
<?if $(var.Platform) != "x86" ?>
280-
<Directory Id="$(var.ProgramFilesFolder32)">
281-
<Directory Id="INSTALLDIR32" Name="IIS Express" >
282-
<Directory Id="INSTALLLOCATION32" ShortName="ANCM" Name="$(var.ProductName)">
283-
<Directory Id="VersionDir32" Name="$(var.ProductVersionString)">
284-
<!-- Originally created with same component GUID as IIS installer. Must remain the same so upgrade doesn't remove this file -->
285-
<Component Id="AspNetCoreModule.wow" Guid="45ba5011-a619-4d06-8a8d-155b1f9732b3" Win64="no">
286-
<File Id="AspNetCoreModuleDll.wow"
287-
Name="aspnetcorev2.dll"
288-
Source="$(var.ArtifactsDir)\bin\AspNetCoreModuleShim\Win32\$(var.Configuration)\aspnetcorev2.dll"
289-
DiskId="1"
290-
Vital="yes">
291-
</File>
292-
<RegistryKey Root="HKLM" Key="SYSTEM\CurrentControlSet\Services\EventLog\Application\$(var.ProductShortName)">
293-
<RegistryValue Name="EventMessageFile" Type="expandable" Value="[#AspNetCoreModuleDll.wow]"/>
294-
<RegistryValue Name="TypesSupported" Type="integer" Value="7"/>
295-
</RegistryKey>
296-
</Component>
297-
<Directory Id="HandlerVersionDir32" Name="$(var.ANCMFolderVersion)" >
298-
<Component Id="AspNetCoreModuleHandler.wow" Guid="0A8EDB50-7D85-4825-8010-D27EFAF061B6" Win64="no">
299-
<File Id="AspNetCoreModuleHandlerDll.wow"
300-
Name="aspnetcorev2_outofprocess.dll"
301-
Source="$(var.ArtifactsDir)\bin\OutOfProcessRequestHandler\Win32\$(var.Configuration)\aspnetcorev2_outofprocess.dll"
302-
DiskId="1"
303-
Vital="yes">
304-
</File>
305-
</Component>
306-
</Directory>
307-
</Directory>
308-
</Directory>
309-
<Directory Id="IISConfigDir.wow" Name="config">
310-
<Directory Id="IISSchemaDir.wow" Name="schema">
311-
<Component Id="AspNetCoreSchema.wow" Guid="$(var.SchemaGuid32)" Win64="no" >
312-
<File Id="AspNetCoreSchemaFile.wow"
313-
Name="aspnetcore_schema_v2.xml"
314-
Source="$(var.AspNetCoreSchemaPath)"
315-
DiskId="1"
316-
Vital="yes"/>
317-
</Component>
318-
</Directory>
319-
</Directory>
320-
</Directory>
321-
</Directory>
322-
<?endif?>
323277
</DirectoryRef>
324278

325279
<!-- Feature Definition -->

0 commit comments

Comments
 (0)