Skip to content

Commit f43f04d

Browse files
committed
No StandardDirectory
1 parent b8fc724 commit f43f04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/ancm_iis_expressv2.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197

198198
<!-- WOW64 Support -->
199199
<?if $(InstallerPlatform) != "x86" ?>
200-
<Directory Id="$(var.ProgramFilesFolder32)">
200+
<Directory Id="ProgramFilesFolder">
201201
<Directory Id="INSTALLDIR32" Name="IIS Express">
202202
<Directory Id="INSTALLLOCATION32" ShortName="ANCM" Name="$(var.ProductName)">
203203
<Directory Id="VersionDir32" Name="$(var.ProductVersionString)">

0 commit comments

Comments
 (0)