Windows Registry Access
Activating Native Registry Access
Native registry access can be prepared by including the COIOSHelper DLLs into the installer:
<natives>
<native type="3rdparty" name="COIOSHelper.dll" stage="both">
<os family="windows"/>
</native>
<native type="3rdparty" name="COIOSHelper_x64.dll" stage="both">
<os family="windows"/>
</native>
</natives>
Now there can be used panels and listeners which using native methods from these libraries, like
, multiple selections available,