G
Guest
I've managed to componentize a video driver, but it seems four files are
still not properly linked in some way. Device Manager says the device driver
is working properly, but under "Device Details..." only one out of five files
are seen, compared to a manual install. When choosing "Update Driver", the
wizard will request stream.sys, so I browse to Windows\System32 where it is
found. After this, all the other missing files are added too under "Device
Details...", and everything looks like normal.
Why cannot Windows find these files itself? Do I have to include some sort
of component dependency upon components that have these files in its files
resources? Can I include the files directly in the driver Component even
though the files already exist on the image anyway?
Thank you!
still not properly linked in some way. Device Manager says the device driver
is working properly, but under "Device Details..." only one out of five files
are seen, compared to a manual install. When choosing "Update Driver", the
wizard will request stream.sys, so I browse to Windows\System32 where it is
found. After this, all the other missing files are added too under "Device
Details...", and everything looks like normal.
Why cannot Windows find these files itself? Do I have to include some sort
of component dependency upon components that have these files in its files
resources? Can I include the files directly in the driver Component even
though the files already exist on the image anyway?
Thank you!