Home All Groups Group Topic Archive Search About

clickonce and ocx deployement

Author
15 Dec 2006 6:38 PM
Pascal
hello

does somebody know how to add an ocx file in the package of a clickonce
deployement and register it in the registry?

http://www.scalpa.info

Author
26 Dec 2006 9:23 PM
Mike Gale
Clickonce is designed not to install anything that could impact other
applications.  In it's default state it won't touch registry or shared code
areas.

I haven't played with it but there are techniques for asaking the user for
elevated permissions and using certificates that give you more permissions.

I suggest you look carefully at your design.  Does it really match
Clickonce??  Can it be changed to be a .NET 2/3 application operating in a
sandbox?  Does it/can it, use resources on a server (web, database), rather
than local?