Integrating MSI Patches

The MSI Import Wizard allows MSI patches to be integrated directly into an MSI Package. Using the wizard, patches can be searched for and subsequently selected for integration. The wizard checks each of the patches for compatibility to the selected MSI-based software, and shows this as either a green or a red icon in the graphical interface. The choice of patch is left to the user.

When using an admin setup, the wizard can integrated the patch directly into the MSI-based software, and add the command MSIApplyPatch.
When the admin setup is not used, the patch is only added to the MSI package by using the command MSIApplyPatch.
Background:
When a project on a computer is already installed, the Installer checks whether the MSI Package of an MSI patch needs to be installed:
If the package is installed: the installer checks whether a patch is included, and installs it if it had not been installed yet.
If the package is not installed yet: the installer installs the MSI Package, and any MSI patches if necessary.  If the MSI Package is an admin setup and already contains the patch, the command MSIApplyPatch will not be executed.