ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT - 1651 (0x673)
Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.
Updated: Feb 21, 2026
Introduction
This article provides a detailed technical reference for the ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT error with code 1651 (0x673) in Windows. This error is specific to the Windows Installer and indicates that an update cannot be applied to a managed advertised product unless at least one feature of the product is installed.
Technical Meaning
The ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT error signifies that the Windows Installer encountered a situation where it was unable to apply an update to a managed advertised product. This type of error typically occurs when attempting to patch or update a product that has been configured as a managed advertised product, and at least one feature of the product must be installed before applying any updates.
Error Details
- Error Name:
ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT - Numeric Code: 1651
- Hex Code: 0x673
- Short Description: Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.
Usage Context
This error is commonly encountered when using the msiexec command-line tool or other tools that interact with the Windows Installer service to apply patches or updates to a managed advertised product. The error indicates that the installer cannot proceed without at least one feature of the product being installed first.
Developer Interpretation
Developers should interpret this error as indicating that the update process is blocked because the necessary features are not present in the system. This can be due to various reasons, such as incorrect installation or configuration of the advertised product, or issues with the installer itself.
Related Errors
ERROR_PATCH_NOT_FOUND(1400, 0x58C): Indicates that a patch cannot be found for the specified package.ERROR_INSTALL_FAILURE(1623, 0x65B): General error indicating an installation failure.
FAQ
Q: What does the ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT error mean?
A: This error indicates that Windows Installer cannot apply updates to a managed advertised product unless at least one feature of the product is installed first.
Q: How can I resolve this issue?
A: Ensure that all required features of the advertised product are installed before attempting to update or patch the product. If the issue persists, check the installation logs for more detailed information and consult the documentation specific to the advertised product.
Summary
The ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT error (1651) is a specific technical error in Windows that indicates an attempt to update a managed advertised product without having at least one feature of the product installed. Developers should ensure that all necessary features are present before applying updates and refer to the documentation for more detailed troubleshooting steps.