卸载 Firefox 附加组件
我正在使用 -install-global-extension 命令在 NSIS 中安装 firefox add on。 但我不知道如何在卸载程序部分卸载该附加组件。 谁能告诉我可以卸载插件的命令。 请帮我。 提前致谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一个非常棘手且简单的方法是删除扩展目录...仅此而已...
使用 RMDir /R /REBOOTOK
A very tricky and simple way is to delete the extension directory ... that's all ...
Use a RMDir /R /REBOOTOK