Forum Discussion
Pollewops
Dec 30, 2024Iron Contributor
MSIX HKLM not read
I have created an MSIX application and the application does capture some registry data in: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Odyssey\Starter Now when starting this application I see this in pr...
Pollewops
Jan 09, 2025Iron Contributor
some update from my side:
When I create 'empty' keys locally, then the values will be read in the MSIX package.....is this a bug, or is this expected behavior?
Does anyone read this community, since I already expected some replies already.
Jan 12, 2025
As I recall the issue from the past, it is like this:
- Package has key a\b
- At runtime the app creates key a\b\c successfully.
- At runtime the app then tries to create key a\b\c\d and fails.
- Including key a\b\c in the package solves the problem.