addins deployment
- by user326198
Hello Everyone,
we have a product that work as standalone and Clickonce , we created some components as addins in the system (based on microsoft System.addin)
we need a mechanism to update this addins on the customers in the two cases stand and click once
I'm thinking for the stand alone we just send the customer a CD to update the addins
and I'm thinking also to deploy the addins as Packages like System.IO.Packaging so I can know the version of addin update it or delete it
but How I will Achieve this in click once the user will just press update in the addin manager in the application
How I can manage the versioning and updating this addins
I hope to help me to architect this structure of addins update