Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: blue5teel on January 08, 2009, 02:50:17 am
-
Hello,
can i install an addin (C#, .Net, regasm.exe) without manipulating the registry ?
My customer doesnt have the permission to access the registry ::)
Thx
-
The Add-In needs to be registered with the system (i.e. using regasm.exe), and also needs to have an entry in the local registry to tell EA to look for it (e.g. [HKEY_CURRENT_USER\Software\Sparx Systems\EAAddins\<Addin Name>]). If a user does not have rights to modify the registry, it may not be possible to properly install the Add-In.