Forum Discussion
Gregory Goeppel
Aug 10, 2022Brass Contributor
double clicking msix in File Explorer gives Invalid value for Registry error
I am new to msix. Testing msix side loading on 3 machines. Double clicking msix in File Explorer works fine on 2 machines. But one (windows 10) gives the above error. Using Add-AppDevPackage.ps1 works on the one that gives error. No event log errors. Is this normal for msix?
4 Replies
- Aditi_Narvekar
Microsoft
It sounds like the Microsoft.DesktopAppInstaller app may not be installed or is broken. Can you try running Get-AppxPackage *install* to check the status of Microsoft.DesktopAppInstaller app. You can repair the app from apps settings page- DK1182Copper Contributor
Aditi_Narvekar thanks repairing worked for me (in Apps (click the app:app-installer advanced settings)
- Aditi_Narvekar
Microsoft
What version of Windows 10 are you on? And can you share the specific error code?- Gregory GoeppelBrass ContributorOS Name Microsoft Windows 10 Enterprise
Version 10.0.19044 Build 19044
No Error Code. Nothing written to event log.