I am new at this. Can someone help me write or find a script to install a plugin for Internet Explorer and Firefox (a cab and xpi file).
Thanks.
Script to install IE and Firefox extensions
4 posts
Re: Script to install IE and Firefox extensions
For Firefox just copy xpi files into \Program Files\Mozilla Firefox X.X\extensions folder then restart FF
For Firefox just copy xpi files into \Program Files\Mozilla Firefox X.X\extensions folder then restart FF
Thanks.
How do I find the Firefox path and detect if Firefox is even installed?
What about IE?
How do I find the Firefox path and detect if Firefox is even installed?
What about IE?
read in this value from the registry:
Then use the result from that to read the install dir:
ReadRegStr $0 HKLM "SOFTWARE\Mozilla\Mozilla Firefox" "CurrentVersion"
You can also point to your own extension explicitly:
ReadRegStr $1 HKLM "SOFTWARE\Mozilla\Mozilla Firefox\$0\Main" Install Directory"