
You may get this error for failures that occur during package uninstall. For more information, check the AppXDeployment-Server event log. You may get this error while removing a package. There isn't enough disk space on your computer.
#Tableau reader 8.0.0 windows#
If you check the AppXDeployment-Server event log and see the following event: "While installing the package, the system failed to register the windows.repositoryExtension extension due to the following error: The parameter is incorrect." You may get this error if the manifest elements DisplayName or Description contain characters disallowed by Windows firewall such as |, due to which Windows fails to create the AppContainer profile for the package.
#Tableau reader 8.0.0 how to#
See How to sign an app package using SignTool. You may get this error if there is a mismatch between the signing certificate subject name and the AppxManifest.xml publisher name. The package isn't correctly formatted and needs to be re-built or re-signed. This can occur during a COM typelib validation requires that the path for the directory actually exist within your MSIX package.
#Tableau reader 8.0.0 code#
If you need further help with one of these errors, or if you're encountering an error code not in this list, see additional help options. This table lists some of the most common error codes. The following example displays the logs associated with the most recent deployment operation in an interactive table in a separate window. The following example displays the logs associated with the most recent deployment operation. You can also use the Get-AppxLog command in PowerShell to get the first few logged events. If the error was caused by 0x80073CF0 or ERROR_INSTALL_OPEN_PACKAGE_FAILED, additional details may be present in the AppxpackagingOM logs.

Start by looking at the logs under AppXDeployment-Server. AppXDeployment-Server > Microsoft-Windows-AppXDeploymentServer/Operational.AppxPackagingOM > Microsoft-Windows-AppxPackaging/Operational.In the left page, expand Event Viewer (Local) > Applications and Services Logs > Microsoft > Windows.Ĭheck for available logs under these categories: Click Start on the Windows menu, type Event Viewer, and press Enter.

To access the packaging and deployment event logs by using Event Viewer, follow these steps: If the error code doesn't provide enough information, you find more diagnostic information in the detailed event logs. When an API fails, it returns an error code that describes the problem.

If you are not a developer and you are looking for help with a Windows app installation error, see Windows support.
