Page History
...
These are very generic Store App Error Codes which could potential mean anything. Nevertheless we see a strong correlation if SSL Inspection is active for the affected Client(s)
Manager is installed but Agent Installation is failing - 0x800704EC; 0x80190193 - AppLocker
The TrueDEM Manager logs are indicating that the destination location for the msixbundle app (local device) could not be opened/accessed. This is due to AppLocker.
Please add an exclusion rule for the TrueDEM App → AppLocker - Allow Rule
Manager is installed but Agent Installation is failing - 0x80073D01- AppLocker
The package deployment operation is blocked by policy
Please add an exclusion rule for the TrueDEM App → AppLocker - Allow Rule
Manager is installed but Agent Installation is failing - 0x800B010A - Certificates
Error 0x800B010A: The root certificate and all intermediate certificates for the signature in the app package or bundle must be trusted is the message one would see in the TrueDEM Manager Logs.
This can happen if the Intermediate certificate is missing on the local client, the client tries it to retrieve it from the Global Sign online repository (see URL below). If online access is denied, agent installation will fail with this error.
http://secure.globalsign.com/cacert/gsgccr45evcodesignca2020.crt
Updating the Agent version to 1.25.4 or higher should also resolve the problem.
Manager is installed but Manager Logs shows a http 407 Event
...
The EventViewer provides further useful hints when it comes to Store Installation/Update issues. These are the following entries underneath of \Application and Services Logs\Microsoft\Windows\Appx*
AADSTS50158
This error code can mean a lot. Please execute the following powershell code to identify if the error is related to an outdated Microsoft AAD Broker Plugin
Get-AppxPackage | Where { $_.Name -eq 'Microsoft.AAD.BrokerPlugin' }