I am installing firefox add on in NSIS using -install-global-extension command. But i don't know how to uninstall that add on in Uninstaller section. Can anybody tell me the command through which i can uninstall the add on. Please help me. Thanks in advance.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

A very tricky and simple way is to delete the extension directory ... that's all ...

Use a RMDir /R /REBOOTOK

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.