addins deployment

Posted by user326198 on Stack Overflow See other posts from Stack Overflow or by user326198
Published on 2010-06-12T14:53:47Z Indexed on 2010/06/12 15:03 UTC
Read the original article Hit count: 553

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about .NET

Related posts about architecture