@ RogueSpear
Thank you for your response.
I don't think that you have to add all the lines to LAYOUT.INF. This file is only Necessary if you want to use the "_x" in on of the lines.
Example: Bashrat's pack (method 2) uses SETUPORG.EXE Bashrat adds the following lines:
TXTSETUP.SIF
setupORG.exe= 1,,,,,,,2,0,0
DOSNET.INF (important if you install with WINNT.EXE or WINNT32.EXE)
d1,setuporg.exe
He doesn't add a line to LAYOUT.INF. But it works like a charm.
The line in TXTSETUP.SIF could have also been like this (correct me if I am wrong):
setupORG.exe= 1,,_x,,,,,2,0,0
Now setup looks for this line in LAYOUT.inf, and there will be an error message (since the line is not present.)
So I guesse that if you don't use the "_x" in the TXTSETUP.SIF file, you don't have to add all the lines to LAYOUT.INF. You do however need to add all the lines to TXTSETUP.SIF and DOSNET.INF (which is a hell of a job

)
Quote
Ultimately a batch or script that would recursively go through all of the BTS DPs, adding the lines to the inf and making the new HUGE drivers.cab file.
Yes, I agree. This would result in the ultimate drivers slipstreaming method.