Hi,
I am working on microsoft office package
I have to remove outlook addin Please anybody having the vb scipt to remove outlook addin please post me.
regards
Roopesh
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Vb script to remove outlook addin
Started by
roopesha2
, Dec 31 2007 10:43
2 replies to this topic
Posted 03 January 2008 - 08:50
To remove a COM Add-in just remove the registry key. It's something like HKLM\Software\Microsoft\Outlook\Addins\<YourClsId>
It's the same key you used to install the COM Add-in.
It's the same key you used to install the COM Add-in.
Posted 03 January 2008 - 13:26
Hi
I Got the Outlook addin path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins
In this path i didnt find the exat name of the addin to which i have to remove.
I am not sure By removing the registry entry for that will work.Is their any other method to remove this addin?
Please post me any solution to remove this addin.
I Got the Outlook addin path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins
In this path i didnt find the exat name of the addin to which i have to remove.
I am not sure By removing the registry entry for that will work.Is their any other method to remove this addin?
Please post me any solution to remove this addin.