View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bharat bharat is offline
external usenet poster
 
Posts: 3
Default Removing an Addin thru MSI

Hello everybody,

I've an Excel application where in i have all my code in an
addin and once i run my installer this addin is linked to excel
and for my Addin i've an Addin script which basically creates an
entry in the registry and this VBS file is being called in the
installer package
now when i want to remove the addin while uninstalling it has
become a problem

what is happening while uninstalling is :

My Addin file is being removed from its base location
so when i try to open it from the next time, it says the .xla
file is not found
but in the addin manager add in is still remaining
and also the entry in the registry is not being deleted from the
registry

what has to happen is :

As soon as I uninstall the application
I want to remove the registry entry as well as the name of my add
in the addin manager
I've to write a VBS file which will do these two things and has to
link the same with my installer package

how do I do that ..????

help needed