Jump to content

Bâshrat the Sneaky

Member
  • Posts

    5,580
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Posts posted by Bâshrat the Sneaky

  1. You've got an InstallShield setup there (I can see that by the fact you have 2 data.cab files).

    Use the command line utility i6comp to extract them. Google will provide you with al the information you need ;)

  2. If you want it to be done automatically, use my DriverPack MassStorage + the DriverPacks BASE. But please wait for V5.05.1 of the DriverPacks BASE!! The current one gives trouble... Though it works (nearly) fine with DP MassStorage only, only the cleanup doesn't work.

  3. It seems several users of my DriverPacks have reported that, when SetupCopyOEMInf.exe is doing its job, alot of annoying 'not WHQL signed warnings' pop up. I found a way to easily circumvent this:

    START %DPDIR%\WatchDriverSigningPolicy.exe
    START /WAIT %DPDIR%\SetupCopyOEMInf.exe %DPDIR%
    TASKKILL /F /IM WatchDriverSigninPolicy.exe

    That is: using WatchDriverSigninPolicy.exe to get rid of them! (Thanks again, Pyron :) )

  4. Thanks, Beagz :)

    And I must say: clever idea :) Once thought of it myself, but it was far far away (:P) in the misty and forgetting world that's called my brains :P

    P.S.: Did you use THIS method or Schalti's method (SetupCopyOEMInf.exe)?

    P.S. II: Double post removed.

  5. I was updating the 'Read this first'-sticky that lists all major topics related to Device Drivers. Of course I was adding a link to this topic too.

    But I was wondering... where is the tutorial? I thought you wrote one somewhere in this topic, X-Savior? But I was only able to find erik_demon's .doc tutorial. For now I've linked to that one.

  6. Eh... What do you mean by this:

    Honestly I do not like the file structure (I dont want a folder named D on my system drive that I have to keep there becasue windows needs to load a RAID driver from it all the time.
    ?

    You can DELETE this folder after the installation has completed...

    And which driver is located where can be found in the readme's. Why are they abbrevated? Simply because of this: the OemPnPDriversPath is limited to 4096 characters. That's why ;)

    I'm glad to hear from you that you would like to LEARN the process, so that you know how to do it yourself. Most users want to get things working as fast as possible, without really searching, learning and thinking. Nice to see that :)

    As for the advice..

    I read greenmachine's tutorial which is good and definetly helped me slipstream the si3112 drivers. The only line that honestly messed me up was this one: MAKECAB E:\XPCD\$OEM$\$1\DRIVERS\006\SI3112\SI3112.SYS

    E:\XPCD\i386\SI3112.SY_. I know how to compress a file using the MAKECAB function but I'm not exactly sure which files I need to compress and intigrate into my I386 folder. Do I have to do this for every file? Is this only for the .sys files?

    You only have to compress the MAIN .sys file (some drives have 2 .sys files). Don't forget to use the LZX compression, it has a better compression ratio! That would be like this:

    MAKECAB /D CompressionType=LZX /D CompressionMemory=21 driver.sys

    Will each set of drivers have a different file I need to compress? Should I compress them all just to be safe? Also the OEM PNP path in greenmachines tutorial is set to: OemPnPDriversPath="Drivers\006\SI3112". If I wanted to add 5 different sets of drivers for 5 different controllers would I put them all in (for example) the $OEM$\$1\DRIVERS\006\SI3112\ folder and point to it? Could I create 5 directorys named 1, 2, 3, 4 and 5, place them all in the folder "$OEM$\$1\DRIVERS\RAID" and set OemPnP like this OemPnPDriversPath="Drivers\RAID"? If I do that will windows include all the SubDir in its search for drivers?

    That's possible, BUT you'll have to point to EVERY subdirectory. That would be 'Drivers\RAID\1;Drivers\RAID\2;...'.

    I hope this helped

  7. So you want to integrate as much SCSI/SATA/RAID drivers as possible? Then try my DriverPack MassStorage and use the DriverPacks BASE to slipstream them. They do the exact same thing you're saying.

    If you want to use the same method you explained above, choose method 1 in the DriverPacks BASE.

×
×
  • Create New...