Order of uninstallation
Verfasst: 01 Apr 2016, 08:52
Hello
We have a package for Outlook and a package for a plugin.
I have set the Outlook-package with the dependencies:
Plugin-package with dependencies:
However when I set Outlook for uninstall, it is uninstalled BEFORE the plugin, which results in an error for the plugin-uninstall.
How should I set the properties/dependencies so that they uninstall in the correct order?
We have a package for Outlook and a package for a plugin.
I have set the Outlook-package with the dependencies:
Code: Alles auswählen
on deinstall: uninstall plugin
Code: Alles auswählen
pre-required: outlook as installed
How should I set the properties/dependencies so that they uninstall in the correct order?