Does NTLite preserve the driver folder structure when integrating drivers?

  • Thread starter Thread starter strx5
  • Start date Start date
S

strx5

Guest
Greetings! I'm preparing a Windows 7 Install USB for my (desired) future Ryzen setup. I need to integrate some drivers into the image but a bunch of them got the following folder structure:

View attachment 839

Will NTLite detect all the files, including sys and dll, in all the folders associated with the inf-files I select via the Add menu and integrate them without messing up the original folder structure as seen on the screenshot above? What should I do with the drivers that have an msi-installer?
 
Hi,

the root INF files (asm*.inf) will pull the files from the subfolders needed depending on which Windows image integration is ran on.
It's all done by Windows, as if installing the driver via Device Manager.

MSI installers, if you need something deployed by it that would not be by an INF, use the Post-setup page, just add it there, nothing else needed.
 
Back
Top