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.
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
- Win32 App Deployment failed with error code 0x80070643
- Win32 App Deployment Failed with Error 0x87D1041C
- Win32 App Deployment failed with error 0x87D300C9
- Win32 App failed with error code 0x80070653
- That account info didn’t work – error when disconnecting Windows 10 / 11 Work or School account
- Intune – Windows 10 MDM- Basic troubleshooting
- Deploying Microsoft 365 Apps Stuck in Downloading in Company Portal
- Windows 10 / 11 Operating System Build Versions
- MDM Enroll: Device Credential, Failed (Unknown Win32 Error code : 0xcaa9001f
- Microsoft Endpoint Manager: Error Code Reference
- Intune Bulk Enrollment with Provisional Package failed Error 0xCAA2000C
- How to Fix Intune Win32 App Deployment Error 0x87D30006
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.