Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dan Tofan

Pages: [1]
1
Automation Interface, Add-Ins and Tools / Re: EA does not see add-ins
« on: November 21, 2012, 12:38:04 am »
One thing that might troubleshoot add-ins issues is the following.

On Windows 7, 64bit, EA 9.3 reads the list of add-ins from the following location:
'HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sparx Systems\EAAddins'

Your add-in must be something like:
'HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sparx Systems\EAAddins\MyAddin' with 'MyAddin.MyAddinClass' added to the default value.

You can try replacing the MyAddin with your actual add-in values.

I hope this helps.


Pages: [1]