On 03/11/2011 11:54, Bruce Cran wrote:
> I'm writing an installer for a WDF driver, and am finding that
> MsiProcessDrivers is being run after files have been removed. The
> problem is that according to the documentation, I need to run
> WdfPostDeviceRemove() after the service has been deleted - which
> requires WdfCoInstaller01009.dll to be loaded. Since that's already been
> deleted, my custom action is failing.  Should I be scheduling
> MsiProcessDrivers earlier in the InstallExecute sequence, or do people
> just avoid DIFx and use DPinst etc. for drivers?

Sorry, I've just realised this would probably be better on StackOverflow 
etc. since it's not really a WiX question.

-- 
Bruce Cran

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to