Hi all,

we introduced an additional component in our installer which should install on the next user's update.

In https://doc.qt.io/qtinstallerframewo...scription.html I find (emphasis by me):
Essential --- Marks the package as essential to force a restart of the MaintenanceTool. If there are updates available for an essential component, the package manager stays disabled until that component is updated. Newly introduced essential components are automatically installed when running the updater.
So we added <Essential>true</Essential> to the new component's package.xml.

The new component shows in "Add or Remove" view and installs from scratch. However, it is not installed when I update a previous installation from the extended repository. Only updates to existing components are installed (as they were before).

Any idea on how to forcibly install a new component during update?
What am I doing wrong, or is this possibly an IFW bug?

Thanks!