Forum Discussion
aMesquita_
Apr 17, 2020Copper Contributor
MSIX : problem reading register key in HKCU
Hello, I am currently testing the deployment of an executable from a MSIX, but I'm having a problem reading a key added to HKCU\Software\ from an executable located in my MSIX. To read the key...
Bogdan Mitrache
Apr 22, 2020Iron Contributor
Hi aMesquita_
Theoretically, all 32 bit apps should be redirected to Wow5432Node. Why this does not happen for HKLM I don't know.
If I remember correctly I think I hit a similar situation and the only way for me was to mark the MSIX package as a 64 bit one, even if my app was a 32 bit and that solved the problem.