Quote from
HPW on November 5, 2021, 12:47 pm
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
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.