Uninstalling my add in starts an Outlook process

Add-in Express™ Support Service
That's what is more important than anything else

Uninstalling my add in starts an Outlook process
 
Jon Sutter




Posts: 4
Joined: 2006-10-21
My add in is VS .Net 2003 and uses the adxloader.dll (not a shim) in the setup project to install.

When I uninstall my add in without Outlook running, it will kick off an Outlook process (although the Outlook UI does not appear).

The only uninstall custom actions are the adxloader.dll, added by the wizard when I built the add in project, and an uninstaller class to attempt to terminate Outlook to resolve this problem. So it does not appear to be caused by something I am explicitly doing.

Any ideas?

Thanks!
Jon
Posted 22 Nov, 2006 10:45:16 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Jon.

The point is that ADX loades Outlook to check if you have ADX Outlook Bar Shortcuts installed. Also, two events of the addinmodule are called while the add-in is uninstalled: the BeforeUninstallControls and AfterUninstallControls. You can use these events to perform custom actions during the uninstallation process. Do you get any error messages?

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 22 Nov, 2006 17:18:44 Top