Skip to content

Commit c4720de

Browse files
Fix host build
1 parent f86064a commit c4720de

File tree

1 file changed

+2
-2
lines changed
  • src/installer/pkg/sfx/installers

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
<Property Id="ProductCPU" Value="$(var.Platform)" />
7979
<Property Id="RTM_ProductVersion" Value="$(var.Dotnet_ProductVersion)" />
8080

81-
<DirectoryRef Id="$(var.Program_Files)">
81+
<StandardDirectory Id="ProgramFiles6432Folder">
8282
<Directory Id="PROGRAMFILES_DOTNET" Name="dotnet" />
83-
</DirectoryRef>
83+
</StandardDirectory>
8484

8585
<?if $(var.Platform)~=x64 ?>
8686
<CustomActionRef Id="Set_PROGRAMFILES_DOTNET_NON_NATIVE_ARCHITECTURE" />

0 commit comments

Comments
 (0)