We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86064a commit c4720deCopy full SHA for c4720de
src/installer/pkg/sfx/installers/host.wxs
@@ -78,9 +78,9 @@
78
<Property Id="ProductCPU" Value="$(var.Platform)" />
79
<Property Id="RTM_ProductVersion" Value="$(var.Dotnet_ProductVersion)" />
80
81
- <DirectoryRef Id="$(var.Program_Files)">
+ <StandardDirectory Id="ProgramFiles6432Folder">
82
<Directory Id="PROGRAMFILES_DOTNET" Name="dotnet" />
83
- </DirectoryRef>
+ </StandardDirectory>
84
85
<?if $(var.Platform)~=x64 ?>
86
<CustomActionRef Id="Set_PROGRAMFILES_DOTNET_NON_NATIVE_ARCHITECTURE" />
0 commit comments