Skip to content

Commit b5c6e0d

Browse files
authored
Fix ANCM Install path for WOW64 (#63899)
1 parent 3031a30 commit b5c6e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/ANCMV2/aspnetcoremodulev2.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
</RegistryKey>
261261
</Component>
262262

263-
<StandardDirectory Id="ProgramFiles6432Folder">
263+
<StandardDirectory Id="ProgramFilesFolder">
264264
<Directory Id="IISModuleDirectory32" Name="IIS">
265265
<Directory Id="INSTALLLOCATION32" ShortName="ANCM" Name="Asp.Net Core Module">
266266
<Directory Id="VersionDir32" Name="$(ProductVersionString)" SourceName="WowOnly">

0 commit comments

Comments
 (0)