View Single Post
  #2  
Old February 13th 09, 03:07 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Custom message in setup project

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 wrote in message
...
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.


Ads