Deploying without installing

Add-in Express™ Support Service
That's what is more important than anything else

Deploying without installing
 
Guest


Guest


Hello,

How can an add-in developed on .Net be deployed to another machine without using a set-up project or an installer?

Thanks.
Posted 08 Oct, 2005 10:02:03 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi.

You can use the RegAsm.exe tool from .NET Framework SDK to register your add-in on the target PC.
See MSDN to learn more about RegAsm:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfassemblyregistrationtoolregasmexe.asp
Posted 09 Oct, 2005 19:48:05 Top