Control Panel Wizard Replacement

When the driver's icon (from the Control Panel, Scanners and Cameras), is double-clicking the default UI Scanner and Camera Wizard is displayed instead of the Vendor UI.

This wizard is not replaceable using the same mechanism as the common dialog. It is possible to display your Vendor UI from the Control Panel.

To display your Vendor UI from the Control Panel, you will have to:

  • Register your acquisition application as the default persistent event handler for this device.

  • Write a custom wizard.

There is no relationship between the custom wizard and the dialog you replaced using the IWiaUIExtension::DeviceDialog interface.

Note that the icon in control panel will always default to the wizard in Windows Me and Windows XP.

The user would have to right click and choose Scan explicitly to show the default WIA_EVENT_SCAN_IMAGE event handler.

In My Computer, the opposite is true, whatever default handler you select will be the one used when the user double clicks on the device icon.