Troubleshooting New MS Store App Install Error 0x00000000

While performing some work out in the wild, it was noted that one of the Microsoft Store Apps (New) would not install unless excluded from all policies. The app in this case was the Company Portal app which is pretty vital for self-service application delivery. The error displayed was 0x00000000 in the Intune console as below.

Intune Status Code

So I put down my configuration hat and brushed off the dust on the troubleshooting hat and got it nicely placed on my noggin and got stuck in.


Finding the Problem

As with all troubleshooting the first step is Logs, so lets open up C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\IntuneManagementExtension.log. I did troubleshooting using Notepad… if your going to troubleshoot, you need to do it hardcore right? But you can open it in any editor or CMTrace etc.

Once launched, if you search for WinGet and you will be able to locate the events that relate to the ‘New’ Store App deployments via Intune.

Looking through the logs I came across the lovely gem below;

Blocked by Policy

This was somewhat of a relief to see, as it had actual error information, rather than just the 0x00000000 error code.

Following on from finding this, I opened up PowerShell as the user and tried to install the app manually for additional validation and I got the below;

WinGet Failed

Taking a quick look at the configuration applied to the machine, I noted that there was an ADMX backed policy that Turned Off the Microsoft Store.

Turn off MS Store

I didn’t want to go through the hassle of changing the policy off the bat, I wanted to validate my thinking. I located the policy it controls in the registry under the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore Key. Thd value I was looking for was RemoveWindowsStore. When located as shown below the value was set to 1.

Reg Key

A quick change to set it to 0, and then back over to PowerShell to try it out again. An low and behold, it works first time.

WinGet Success

This is then identified by Intune as installed, even after reverting the registry key back to 1.

Intune Status Code PostFix

Conclusion

I am by no means suggesting this is the only thing that causes the 0x00000000 error code, It has also been noted that it can be caused by Insufficient Connectivity to the store, which in the case I’ve seen it looks to be caused by proxy/network configuration. I am sure this will not be the last of the phantom errors either, so please comment below if you come across this in any other scenario to help keep this post updated.

I hope you find this useful and it solves your problem.

comments powered by Disqus