Jump to content

daddydave

Member
  • Posts

    102
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by daddydave

  1. I have almost completed a working version of a utility that does the third step of the HFSLIP/DRIVERCAB integration method described here.

    Third step

    Third step: editing INF files.

    We came to the most difficult part as it needs some manual work. You have to open each INF in DRIVERCAB folder and search for the section [sourceDisksNames]or [sourceDisksNames.x86] and insert right after it and before any line this code:

    [SourceDisksNames.x86]
    1 = %W2Kcd%,driver.cab,,"I386"

    and I would like to clarify something. The above results in something like:

    [SourceDisksNames]
    1 = %w2kcd%,driver.cab,,"I386"
    1=%DISK%,,,

    Does it do any harm to have the two 1= lines like that?

    By the way, the utility is written in .au3 and I will be happy to share the source once I have tested it a little more on my end. I would be very surprised if others smarter than me are not working on something similar.

    Also, by the way, this is my first post. :)

×
×
  • Create New...