Intune Win32 App Deployment failed with error code 0x80070653

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.

Intune - Win32 App error - 0x80070653

Intune - Win32 App error - 0x80070653

Problem

0x80070653 ( Decimal1619 ) is a Windows Installer error code that translates to ERROR_INSTALL_PACKAGE_OPEN_FAILED. It means “This installation package could not be opened.”

Solution for Error 0x80070653

There can be various reasons for this error. You need to validate the following things.

  • Validate if the package (installer) exists at the path you provided in the command line.
  • Validate if the command line file name/path is correct. If the path is not correct then the Windows installer will not be able to find the file and report this error.
  • Validate if command line parameters (arguments) are correct.
  • Validate if the installation file is not corrupt.

You can try to install the package manually without a silent switch to see if it throws an error during installation. You can also use the verbose logging option to create a log file. You can analyze the log file to identify potential issues.

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