Just to let you guys know: the new DriverPack MassStorage will keep on using the old method for most drivers. In fact, I think I have a method to determine which method should be used: - IF a driver consists purely of : .inf, .sys, .cat files > use the slipstream method > make it part of the source > the method that was used before - IF a driver contains ALSO: .dll, .exe, .??? files > use the regular method > the txtsetup.oem method > the method that's added in this new version. Another remark on the method that's been used on the previous DriverPacks: RyanVM didn't add different names for each PCI DeviceID (for example the Adaptec drivers: they ALOT devices, with different names). So if a device used a driver A, it was named "controller A". But now this has changed: if a driver A supports devices A.1, A.2, A.3, etc. , these devices will be named A.1, A.2, A.3, etc. ! This may /look/ easy, but it isn't... It's a HUGE work (several of Adaptec's drivers support +-15 of different devices (device ID's > names), which all have to be added one by one in the batch files... It *could* be that I won't be able to finish it today... Then the goal is tomorrow.