thanks for reaching out, Peter! (machine info at the top of the post -- and yes, was definitely installing the ARM version with each beta.)
UPDATE: some Microsoft engineers helped me out and GOT THE ISSUE RESOLVED! I'm now happily running DR20!
The problem arose because my laptop is in an early-ring of testing some software, so I had CHPE enabled with hotfix servicing-- and that caused problems for the installer.
More info on the problem:
https://learn.microsoft.com/en-us/windo ... 4-cpu-only The simple fix is to disable CHPE as the article describes ... here's a regedit command that does this easily if anyone else runs into this problem! Just run this in a cmd prompt or powershell (might have to be admin)
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v HotPatchRestrictions /d 0x1 /t REG_DWORD /f
NOTE: the first symptom of this was the inability to install/update the Resolve COntrol Panels. After that I couldn't install anything. Will update that thread as well.