|
274 | 274 | </Component>
|
275 | 275 | </Directory>
|
276 | 276 | </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?> |
323 | 277 | </DirectoryRef>
|
324 | 278 |
|
325 | 279 | <!-- Feature Definition -->
|
|
336 | 290 | <ComponentRef Id="AspNetCoreModuleHandler"/>
|
337 | 291 | <?endif ?>
|
338 | 292 | <ComponentRef Id="AspNetCoreSchema"/>
|
339 |
| - <?if $(var.Platform) != "x86" ?> |
340 |
| - <ComponentRef Id="AspNetCoreModule.wow"/> |
341 |
| - <ComponentRef Id="AspNetCoreModuleHandler.wow"/> |
342 |
| - <ComponentRef Id="AspNetCoreSchema.wow"/> |
343 |
| - <?endif ?> |
344 | 293 | </Feature>
|
345 | 294 |
|
346 | 295 | <!-- User Interface -->
|
|
0 commit comments