Edit

DEVPKEY_DeviceClass_ClassInstaller

The DEVPKEY_DeviceClass_ClassInstaller device property represents the class installer for a device setup class.

Attribute Value

Property key

DEVPKEY_DeviceClass_ClassInstaller

Property-data-type identifier

DEVPROP_TYPE_STRING

Data format

"class-installer.dll,class-entry-point"

Property access

Read-only access by installation applications and installers

Corresponding registry value name

Installer32

Localized?

No

Remarks

The value of DEVPKEY_DeviceClass_ClassInstaller is the value of the Installer32 registry value under the class registry key. This entry contains the name of the class installer DLL and the installer's entry point for the device setup class.

The Installer32 registry value for a device setup class can be set by an INF AddReg directive that is included in the INF ClassInstall32 Section of the INF file that installs a device setup class.

You can call CM_Get_Class_Property or SetupDiGetClassProperty to retrieve the value of DEVPKEY_DeviceClass_ClassInstaller.

Windows Server 2003, Windows XP, and Windows 2000 support this property, but do not support the DEVPKEY_DeviceClass_ClassInstaller property key. You can access the value of this property by accessing the corresponding Installer32 registry value under the class registry key. For information about how to access value entries under the class registry key, see Accessing Registry Entry Values Under the Class Registry Key.

Requirements

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

See also

INF AddReg Directive

INF ClassInstall32 Section

SetupDiGetClassProperty