Adding Components
If end users did not select all the components available for installation during the initial installation, they can use the package manager to install the remaining components from a repository later. The package manager is part of a maintenance tool that is installed together with the application during the initial installation. This only works if a repository that contains the components is available either locally or externally.
The following image illustrates the default workflow for installing additional components:
This section uses the Maintenance Tool installed by the Qt 5 installer run on macOS as an example implementation of how end users can add components after the initial installation. The Maintenance Tool contains the package manager, updater, and uninstaller.
Starting Package Manager
When end users start the Maintenance Tool, the introduction page opens:
When end users select Package manager, and then Continue, the component selection page opens.
Selecting Additional Components
The component selection page lists the components available for installation and a short description of each component. Installed components are displayed selected in the list. End users select additional components to install. They can select Reset to display the currently installed components again.
When end users select Continue, the ready to update page opens.
Installing Selected Components
The ready to update page informs end users that the components are installed when users select Update.
The update page displays information about how installation is progressing. End users can select Show Details to view more information.
When the installation is complete, the update finished page opens.