Can I use a path that points to FlashFX Disk in HKLM/Drivers/Builtinfrom as long as the order is greater than the FlashFX order? Or am I missing something?
Good question, Joel. The flash disk driver takes a while to come up; it's probably not going to be available by the time the device manager needs to access it for DLLs.
Your best bet for installing custom drivers is to create an install application in the "\FlashFX Disk\Startup\" folder and launch it from there.
----------------------- Drew Kidder ADS Technology Transfer
So then I can not load the demo telnet server telnetd.dll or httpd.dll with ISAPI filters specified unless it is part of the image.
Any thing Device Manager loads service related must then be included in image, IE httpd.dll or telnetd.dll.
I understand in CE.NET there is a Service Manager that runs as a seperate process that loads all service related items, as to isolate OS from buggy code. But then you still have the same issue, anything intended on being loaded by Service Manager must be part of image.