I have installed a dotnet windows application setup on a local machine.
I want to dynamically add some more features, which a user can select from my website.
Now,once the user downloads that feature , it should dynamically go and embed that particular feature inside the original setup.
Can someone guide me; how to achieve this ?
NOTE: It should be similar to how pluggins are installed in Yahoo Messenger or Skype
I want to dynamically add some more features, which a user can select from my website.
Now,once the user downloads that feature , it should dynamically go and embed that particular feature inside the original setup.
Can someone guide me; how to achieve this ?
NOTE: It should be similar to how pluggins are installed in Yahoo Messenger or Skype
Comment