No Outlook addin should ever be installed or uninstalled when Outlook is
running.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Nita Jadhav" <Nita
(E-Mail Removed)> wrote in message
news:EF00AAE5-F705-405C-9712-(E-Mail Removed)...
>i am developing an outlook addin in c# using VSTO for SE. In this solution
>i
> hace added SetSecurity project for Caspol. In setsecurity.cs file the
> class
> is extended from Installer class. Now after uninstallation if outlook is
> running i want to give message to user ' Restart outlook '. This message
> must
> come as modal dialog box.
> User has to attain this for proceeding further.
>
> Is their any way to implement this. Since i am not getting the setup
> wizard
> as parent window. my message box is getting minimized.
>
> Thanks in advance.