Skip to content

Commit 23dafb1

Browse files
[release/10.0.1xx] Fix x64 runtime installer on x86/arm64 (#2616)
Co-authored-by: Pranav Senthilnathan <[email protected]>
1 parent c9f0e3e commit 23dafb1

File tree

1 file changed

+1
-1
lines changed
  • src/runtime/src/installer/pkg/sfx/installers

1 file changed

+1
-1
lines changed

src/runtime/src/installer/pkg/sfx/installers/host.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@
126126

127127
<Fragment>
128128
<!-- Unlike DOTNETHOME which gives precedence to a user specified value over an x64 suffix, here we always want the suffixed path -->
129-
<SetProperty Action="Set_PROGRAMFILES_DOTNET_NON_NATIVE_ARCHITECTURE" Id="PROGRAMFILES_DOTNET" Value="[ProgramFiles6432Folder]dotnet\x64\" After="Set_NON_NATIVE_ARCHITECTURE" Condition="NON_NATIVE_ARCHITECTURE" />
129+
<SetProperty Action="Set_PROGRAMFILES_DOTNET_NON_NATIVE_ARCHITECTURE" Id="PROGRAMFILES_DOTNET" Value="[ProgramFiles64Folder]dotnet\x64\" After="Set_NON_NATIVE_ARCHITECTURE" Condition="NON_NATIVE_ARCHITECTURE" />
130130
</Fragment>
131131
</Wix>

0 commit comments

Comments
 (0)