Skip to content
Prev Previous commit
Next Next commit
Add CA ID for INSTALLING_IN_EMULATION.
  • Loading branch information
ericstj committed Aug 25, 2021
commit 2e18fca05c2268b695ff48940d7cd8ae2e43196c
2 changes: 1 addition & 1 deletion src/Common/wix/dotnethome_x64.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<!-- Identify when installing in emulation as when PROCESSOR_ARCHITECTURE is not AMD64
https://docs.microsoft.com/en-us/windows/win32/winprog64/wow64-implementation-details -->
<SetProperty Id="INSTALLING_IN_EMULATION" Value="true" Before="Set_DOTNETHOME_x64">
<SetProperty Action="Set_INSTALLING_IN_EMULATION" Id="INSTALLING_IN_EMULATION" Value="true" Before="Set_DOTNETHOME_x64">
NOT PROCESSOR_ARCHITECTURE="AMD64"
</SetProperty>
<!-- When running in x64 emulation and user hasn't specified install directory, install to an x64 subdirectory-->
Expand Down