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 b8fc724 commit f43f04dCopy full SHA for f43f04d
src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/ancm_iis_expressv2.wxs
@@ -197,7 +197,7 @@
197
198
<!-- WOW64 Support -->
199
<?if $(InstallerPlatform) != "x86" ?>
200
- <Directory Id="$(var.ProgramFilesFolder32)">
+ <Directory Id="ProgramFilesFolder">
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