Plugins installation - Forum

Forum Navigation
You need to log in to create posts and topics.

Plugins installation

Can I install plug-ins in Neobook/VNW using NB/VNW scripting for installation ?

I know that already exist tool for that, but I need to develop my own procedure...

Any help is more than welcome!

 

 

Cheers!

Hello,

Plugins are stored in this paths in the registry:

HKEY_CURRENT_USER\Software\SinLios\VisualNeoWin\PlugInData
HKEY_CURRENT_USER\Software\SinLios\VisualNeoWin\PlugIns
HKEY_CURRENT_USER\Software\SinLios\VisualNeoWin\PlugInsActiv
HKEY_CURRENT_USER\Software\SinLios\VisualNeoWin\PlugInsPath

\PluginData holds the encrypted string for registerd plugins.

\Plugins holds the current plugins to load at startup.

\PluginsActiv holds the flag of all plugins if it is active or not.

\PluginsPath holds the path to the plugins.

So when your write this info by code you should be able to install plugins.

Regards

Hans-Peter

 

 

Vadim, CN_Iceman and josevdr95 have reacted to this post.
VadimCN_Icemanjosevdr95

@hpw

Thank you very much :-)

 

Cheers!