I have an application that also has firefox and chrome extension. I use NSIS for the installer, now I want the installer to have flags asking if the user wants to install the extension for their browser.
To install the firefox extension, I just copied the extension files to PROGRAMFILES \ Mozilla Firefox \ extensions {GUID}, but could not find a way to do this for chrome (from the NSIS installer).
Does anyone know how to achieve this?
Update:
External extensions
Thank you for what I need. (I could not answer my question, because I have to wait 8 hours, so as not to have 100 reputation)
source share