What does NTSTATUS 0xC0000469 (STATUS_PACKAGE_UPDATING) mean?

 
Previous Next
STATUS_DEVICE_INSUFFICIENT_RESOURCES STATUS_NOT_READ_FROM_COPY

STATUS_PACKAGE_UPDATING

The package is inside an update transaction

Windows returns STATUS_PACKAGE_UPDATING from application packaging, registration, cache, or activation handling. Activation was rejected while package deployment or servicing was replacing package state. Starting the executable directly does not bypass the package registration transaction safely.

Correlate the failure with AppXDeployment-Server events, deployment activity IDs, package family name, staged version, and any pending reboot or user sign-out requirement.

This is normally a transient deployment-state conflict. Wait for the owning deployment activity to finish and investigate only if the same package remains in updating state or repeatedly re-enters it.

References


Looking for a different code? Search another status or error code.