system files
-
Hi, In my program I need a windows system file say mouhid.sys, for example. I found that file inside the cab file in windows\driver cache\i386\driver.cab. If I give this as my source path in my program, it is not detecting the file( I think because of cabinet file). Is there any way to tell the system to take from that cab file automatically or any spl path that we can mention so that the system automatically detects the file. Thanks a lot.
-
Hi, In my program I need a windows system file say mouhid.sys, for example. I found that file inside the cab file in windows\driver cache\i386\driver.cab. If I give this as my source path in my program, it is not detecting the file( I think because of cabinet file). Is there any way to tell the system to take from that cab file automatically or any spl path that we can mention so that the system automatically detects the file. Thanks a lot.
See [SetupIterateCabinet](http://msdn.microsoft.com/library/en-us/setupapi/ setup/setupiteratecabinet.asp)[[^](http://msdn.microsoft.com/library/en-us/setupapi/ setup/setupiteratecabinet.asp)] PeterRitchie.com