I have an application that also has a firefox and chrome extension. I am using NSIS for the installer, now I want the installer to have checkboxs asking if the user want to install the extension for his browser.
To install the firefox extension it's easy I just copy the extension files to PROGRAMFILES\Mozilla Firefox\extensions{GUID}, but I couldn't find a way I could do it for chrome (from the NSIS installer).
Does someone knows how to achieve this?
Update:
Thanks what I needed. (I couldn't answer my own question yet because I have to wait 8 hours for not having 100 rep)