The thread title says it all.

Below are the objectives I would like the solution to meet:

I want to programmatically remove an Add-In from the Add-Ins list (This is not the same as uninstalling an add-in from the list).

I do not want to have to close Excel as part of the solution.

The removal can be achieved by finding & removing the registry key for the Add-In. (I think an .ini file may need to be refreshed as well - seeing as how Excel updates the registry when the Application is closed)

I would prefer the registry editing to be done by API rather than WScript.