DEVPKEY_Device_DriverCoInstallers

The DEVPKEY_Device_DriverCoInstallers device property represents a list of DLL names, and entry points in the DLLs, that are registered as co-installers for a device instance.

Attribute Value

Property key

DEVPKEY_Device_DriverCoInstallers

Property-data-type identifier

DEVPROP_TYPE_STRING_LIST

Data format

"AbcCoInstall.dll,AbcCoInstallEntryPoint\0...AbcCoInstall.dll, AbcCoInstallEntryPoin\0\0"

Property access

Read-only access by installation applications and installers

Corresponding registry value identifier and registry value name

REGSTR_VAL_COINSTALLERS_32

CoInstallers32

Localized?

No

Remarks

The value of DEVPKEY_Device_DriverCoInstallers is supplied by the INF DDInstall.Coinstallers section in the INF file that installs a device.

You can call CM_Get_DevNode_Property or SetupDiGetDeviceProperty to retrieve the value of DEVPKEY_Device_DriverCoInstallers.

Windows Server 2003, Windows XP, and Windows 2000 support this property, but do not support the DEVPKEY_Device_DriverCoInstallers property key. On these earlier versions of Windows, you can access the value of this property by accessing the corresponding CoInstallers32 registry value under the software key for the device instance. For information about how to access this property value on these earlier versions of Windows, see Accessing Device Driver Properties.

Requirements

Version: Windows Vista and later versions of Windows Header: Devpkey.h (include Devpkey.h)

See also

INF DDInstall.Coinstallers Section

SetupDiGetDeviceProperty