views:

39

answers:

1

Hi All,

I have a ClickOnce app that I would like to have MAF (System.AddIn) support with.

I have learned about the System.AddIn Pipeline structure and such in a local context, but when it comes to ClickOnce, I can't find any information regarding such a feat.

Do I need to maintain the AddIn pipeline still in a ClicKOnce environment? As such, am I deploying the entire pipeline with the application? Are there any good links you guys have?

+1  A: 

For everyone's benefit, this question was answered in the MSDN ClickOnce forum here.

RobinDotNet