Page 1 of 1

Plugin-Development on Windows7

Posted: Tue Nov 27, 2012 8:52 am
by christ23
Hi folks,

i have developed some C# plugins with the delphi bridge.
The plugins are running fine on WinXP. But now we are actually migrating to Win7 - and now, my plugins are not recognized by IA, even if the registry entries are set.

Do you have any ideas why this problem occures, and maybe have a workaround for that issue?

Edit: What confuses me too, is that the other plugins (md/camelot) like WRITELOG are recognized, but not listed beneath my plugin in the registry (see screenshot).

Unbenannt.png
Unbenannt.png (39.03 KiB) Viewed 18895 times

Re: Plugin-Development on Windows7

Posted: Tue Nov 27, 2012 9:28 am
by FrancescoT
Dear Christ23,

are you testing your plugin on x64 OS?

If true, are you sure your Registry Keys are placed under "Wow6432Node"?

Example: "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MimarSinan\InstallAware\2.0\Plug-Ins\MyPlugin"

Regards.

Please Note, this topic has been moved to "Plug-In Development" forum.

Re: Plugin-Development on Windows7

Posted: Fri Nov 30, 2012 9:16 am
by christ23
Dear Francesco,

thank you - that was the trick with the "Wow6432Node". I adjusted this and not it is working fine !

Re: Plugin-Development on Windows7

Posted: Fri Nov 30, 2012 9:58 am
by FrancescoT
Happy that you solved.

Regards.