|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
clickonce and ocx deployementhello
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 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? |
|||||||||||||||||||||||