PDA

View Full Version : Delete Plugin when product is installed


CyberRanger
07-10-2006, 06:08 PM
In a product I'm getting ready to update, I have a plugin that I'm no longer going to be using. How can I delete just that one plugin when the product is installed? I figured at a minimum I could make it inactive by making <plugin active="0">...</plugin> but I'd rather delete it. Ideas?

Thanks!

Paul M
07-10-2006, 06:17 PM
AFAIK, If the plugin is no longer in the XML then it won't be there after you re-install the product.

CyberRanger
07-11-2006, 12:04 PM
smacks forehead! Thanks Paul. I've verified it does work as you indicated.