Surya
Surya

Reputation: 127

Create single Installer for all browser extension (Chrome, Firefox,IE,Safari) Using C# --Crossrider

I created browser extensions for chrome(.crx) firefox(.xpi) and IE(.exe) using crossrider, Now what I have to do is I need to create one installation setup(.exe) using C# which will install or add all the extensions to the browsers when we install that single setup. I Prefer to write the code in C#, or if is there any possibility or any other way to achieve this functionality please suggest me.

Upvotes: 0

Views: 755

Answers (1)

Shlomo
Shlomo

Reputation: 3753

The option to create a multi-browser installer exists within the IDE on the (Settings >) Windows Installer page. Until recently, this included the option to bundle Chrome as well, however due to recent Chrome policy changes this option has been removed. Instead, for Chrome we recommend using the (Settings >) Export to Chrome Web Store option to conform with the new Chrome policy.

[Disclosure: I am a Crossrider employee]

Upvotes: 1

Related Questions