I need to install drivers on VISTA and XP. I will provide a CD containing the
drivers.
As documented in the SDK and the WHDC site, I have added in my autorun.inf a
new directive supported by VISTA, "hardwareid".
This is my autorun.inf:

[AutoRun]
open=setup.exe

[DeviceInstall]
hardwareid= VID_413C&PID_5128, VID_413C&PID_5128&MI_00,
VID_413C&PID_5128&MI_01, VID_413C&PID_5128&MI_02, VID_413C&PID_5128&MI_03,
VID_413C&PID_5128&MI_04

DriverPath=\Drivers

With VISTA, I am expecting the the "Found New Hardware Wizard" is stopped
when I insert the CD containig the drivers, and launch my setup.exe that will
preinstall the drivers (using the DIFx DPINST.exe) then give back the hand to
the "Found New Hardware Wizard".

But this is not the case. What is wrong with my autorun.inf.

Olivier