CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2004
    Location
    Kiev, Ukraine
    Posts
    2

    Question Uninstalling Outlook add-in

    Hello everybody,

    I have a problem after uninstalling Outlook add-in. This add-in creates a toolbar for each PC user during the first launch. But after uninstalling add-in toolbars remain for all users. I created a special program that removes toolbar during uninstalling but it removes toolbar only for current user.

    It’s possible to avoid this problem for Outlook 2002 – if to create temporary toolbar. In this case toolbar is recreated each time after starting Outlook. But unfortunately it doesn’t work for Outlook 2000 – it doesn’t support temporary toolbars.

    Does anybody know how to solve it?
    Best regards,
    Vadym Merezhko

  2. #2
    Join Date
    Oct 2003
    Location
    Philadelphia, PA
    Posts
    167
    I would imagine that the toolbar is goign to be tied to whatever type of outlook installation you have on the client machine. If the machine has outlook installed for all users, then so will the toolbars. If not, then not. Good luck.
    Mike Dershowitz
    [email protected]
    www.lexientcorp.com

  3. #3
    Join Date
    Feb 2004
    Location
    Kiev, Ukraine
    Posts
    2
    I haven't mentioned that it was add-in made by me and the add-in creates toolbar for new user during the firs launch. I was interested how to remove all users' toolbars programmatically or somehow else. I'm afraid there is misunderstanding the problem.

    But nevertheless thanks for your reply.
    Best regards,
    Vadym Merezhko

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured