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 343e522 commit f740bbdCopy full SHA for f740bbd
src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/ancm_iis_expressv2.wxs
@@ -197,7 +197,7 @@
197
198
<!-- WOW64 Support -->
199
<?if $(var.Platform) != "x86" ?>
200
- <StandardDirectory Id="ProgramFiles6432Folder">
+ <Directory Id="$(var.ProgramFilesFolder32)">
201
<Directory Id="INSTALLDIR32" Name="IIS Express">
202
<Directory Id="INSTALLLOCATION32" ShortName="ANCM" Name="$(var.ProductName)">
203
<Directory Id="VersionDir32" Name="$(var.ProductVersionString)">
0 commit comments