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 7063711 commit 343e522Copy full SHA for 343e522
src/Installers/Windows/AspNetCoreModule-Setup/ANCMV2/aspnetcoremodulev2.wxs
@@ -263,7 +263,7 @@
263
</RegistryKey>
264
</Component>
265
266
- <Directory Id="$(var.ProgramFilesFolder32)">
+ <StandardDirectory Id="ProgramFiles6432Folder">
267
<Directory Id="IISModuleDirectory32" Name="IIS">
268
<Directory Id="INSTALLLOCATION32" ShortName="ANCM" Name="Asp.Net Core Module">
269
<Directory Id="VersionDir32" Name="$(var.ProductVersionString)" SourceName="WowOnly">
@@ -285,7 +285,7 @@
285
</Directory>
286
287
288
- </Directory>
+ </StandardDirectory>
289
<?endif?>
290
</Package>
291
0 commit comments