/
Windows Registry Access
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,
Related content
RegistryInstallerListener / RegistryUninstallerListener
RegistryInstallerListener / RegistryUninstallerListener
Read with this
Replacing Blocked Files After Reboot On Windows
Replacing Blocked Files After Reboot On Windows
More like this
OS Restrictions
OS Restrictions
More like this
ConfigurationInstallerListener
ConfigurationInstallerListener
More like this
UserInputPanel
UserInputPanel
More like this
DynamicInstallerRequirementValidator
DynamicInstallerRequirementValidator
More like this