Suppressing the warning thrown by co-installer

Hi,

I am using a device co-installer to avoid proceeding with the installation if some condition is not met. For this I return ERROR_DI_DONT_INSTALL from my DIF_INSTALLDEVICE handler and it achieves the intent but also results into a warning being thrown as: “We couldn’t install the device driver. Contact your vendor for an updated driver”.

I would like to replace this warning with my own text (ideally), or at the least suppress this warning altogether because it is misleading to the user.
Is there any way I can achieve this, may be by returning a particular error code? Thanks.

Regards,
Suresh

I have tried nearly every flag possible in SP_DEVINSTALL_PARAMS and SP_DRVINSTALL_PARAMS in my device coinstaller during DIF_INSTALLDEVICE, but it seems there is no way to silently fail installation (i.e. without popping any dialog to the user).
Any leads will be highly appreciated. Thanks.

Regards,
Suresh