Can someone tell me some disadvantages of ClickOnce deployment with respect to other means of deployment?
+1
A:
ClickOnce also deploys your application as other setup projects, but you'll miss installer UI customisation.
Shahnawaz Khan
2010-07-26 01:58:24
A:
The registration of com dlls is a little bit tricky if you want to install them parallel with other versions of the com dll. (works with Isolated com registration).
You can't refer to specified paths/folders on the client machine, for example config files
K.Hoffmann
2010-07-26 11:54:07