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 295818e commit a38d854Copy full SHA for a38d854
src/Installers/Windows/HostOptions/Product.wxs
@@ -31,12 +31,12 @@
31
</Package>
32
33
<Fragment>
34
- <Directory Id="$(var.ProgramFilesFolder)">
35
- <Directory Id="INSTALLFOLDER" Name="dotnet">
36
- <Directory Id="MM" Name="$(var.MajorVersion).$(var.MinorVersion)" />
37
- </Directory>
+ <StandardDirectory Id="ProgramFiles6432Folder">
+ <Directory Id="INSTALLFOLDER" Name="dotnet">
+ <Directory Id="MM" Name="$(var.MajorVersion).$(var.MinorVersion)" />
38
</Directory>
39
- </Fragment>
+ </StandardDirectory>
+ </Fragment>
40
41
42
<ComponentGroup Id="ProductComponents" Directory="MM">
0 commit comments