Intune Win32 App Deployment failed with error code 0x80070653

Deploying Win32 applications through Microsoft Intune can sometimes throw unexpected errors that leave administrators puzzled. One common issue is the failure with error code 0x80070653, which typically points to problems with the MSI installer package or detection rules. In this guide, we’ll break down what this error means, explore the most frequent causes, and walk through practical troubleshooting steps to help you resolve it quickly and keep your Intune deployments running smoothly.

Issue:

Microsoft Intune Win32 application deployment failed with error code 0x80070653

Error Code: 0x80070653

Error Description: This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.

You can check for the error by following the steps below.

  • Open Intune Admin Console
  • Navigate to Apps > Windows > Windows Apps > < App Name>

Intune - Win32 App error - 0x80070653

  • Click on App status

Intune - Win32 App error - 0x80070653

Causes for the Win32 App Deployment Error 0x80070653

Error code 0x80070653 (decimal 1619) is a Windows Installer return code that maps to ERROR_INSTALL_PACKAGE_OPEN_FAILED. In practical terms, this indicates that the installer was unable to access or open the specified installation package. Common reasons include a missing or corrupted MSI file, incorrect file path, insufficient permissions, or issues with how the package was delivered through Intune. When this error occurs, Windows essentially reports: “This installation package could not be opened.”

Troubleshooting Steps for Error 0x80070653

StepWhat to ValidateWhy It MattersHow to Check
1Package existenceIf the installer file is missing, Windows Installer cannot proceed.Confirm the MSI/EXE file exists at the specified path.
2File name & pathIncorrect paths prevent the installer from being located.Double-check the command line path and filename syntax.
3Command line parametersInvalid arguments can cause the installer to fail.Review and correct command line switches/parameters.
4File integrityA corrupted installer cannot be opened.Verify file hash or re-download the package.
5Manual installationHelps isolate silent install vs. package issues.Run the installer manually without silent switches to see if errors occur.
6Verbose loggingProvides detailed insight into failure points.Use msiexec /i package.msi /L*v install.log and analyze the log file. Check out verbose logging for more details.

Related Posts

Subscribe to Techuisitive Newsletter

Be the first to know about our new blog posts. Get our newsletters directly in your inbox and stay up to date about Modern Desktop Management technologies & news.

Scroll to Top