Val Skordin
Posts: 8
Joined: 2006-10-05
|
Hi,
I am in process of development some Outlook add-in and created test projects by Visual Studio 2005 and registered them in Outlook in my development computer. How can I remove all these add-ins? I mean - without unregister each project separately?
Thank you,
Val |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Val.
You should unregister all add-ins separately using the 'Unregister ADX Project' option in Visual Studio. Otherwise, all registry entries will remain in the system registry and you may get problems with the system registry in future.
Also you can remove all registry entries manually using the system registry editor (regedit.exe). |
|