Uninstalling firefox add on
I am installing firefox add on in NSIS using -install-global-exten开发者_JAVA技巧sion 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.
A very tricky and simple way is to delete the extension directory ... that's all ...
Use a RMDir /R /REBOOTOK
精彩评论