From: leafbanana on
I'm writing a co-installer for my driver and I need launch other
applications in co-installer entry point, in response to
DIF_INSTALLINTERFACES request. But I found it works in XP, but not in
Vista. How should I do? Any help will be appreciated.
From: leafbanana on
Hi Ray,

Thanks very much for your reply.
There is another question. How should I do if I want to broadcast a
private message to all running applications in the co-installer entry
point. I used to use BroadcastSystemMessage function, and use the flag
BSM_ALLDESKTOPS as you told me that device install happens on another
(non-interactive) desktop in Vista. But it seems not working. Hope
hear from you soon. Thanks!