I am new to this addins.
I am using silver-light with c#. when user click on the addin , automatically .exe file will start to install....
Can any one explain which is the best way to create addin of my exe file.
I am new to this addins.
I am using silver-light with c#. when user click on the addin , automatically .exe file will start to install....
Can any one explain which is the best way to create addin of my exe file.
I used for that MEF managed extension framework. You just need to define a common interface. On that base thar framework can find and load such extensions and do whatever you want.