.sys and .inf files

Sharky Forums


Results 1 to 2 of 2

Thread: .sys and .inf files

  1. #1
    Registered User James_Emerson's Avatar
    Join Date
    Nov 2000
    Location
    Ubon
    Posts
    908

    .sys and .inf files

    I want to preinstall drivers for my capture card.
    The drivers for the capture card has 2 files.

    one is .sys and the other one is .inf

    I put .inf in the inf folder
    I put .sys in the system32/drivers

    When I installed a capture card the Windows auto found inf it needed, but it failed to a find .sys file.

    What folder should i put .sys file-in?. I tried system32, winnt, system32, and inf so far..

    It is a Win2k SP4

  2. #2
    Bearded Kirklander's Avatar
    Join Date
    Sep 2004
    Location
    United States
    Posts
    11,814
    You could scan your registry for that .SYS file name and export the registry lines that specify it for later inclusion in the registry, I suppose. I do that with refresh rate info. Save it as a seperate .REG file then double click to load it into the registry after I install new vid drivers. That way I don't have to re-enter all that info for each resolution and refresh rate and color bit depth. Saves me a ton of time and hassle.

    Not sure how to fully automate that, but if you can find a way to merge the REG add-on with the full REG via a batch file or what not, it may just work.

    Good luck.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •