How to use $OEM$ correctly. #298
-
|
From what I understand, I can use the For Example, If I want to deploy for Dell systems (I do not advertise them here, don't buy this crap), I want to provide drivers at least for network, so I am able to maintain the system's remotely. While WindowsPE works perfect on the systems, they're causing trouble later. So my idea is to provide the drivers while installing. From the Section "Windows PE operation", I saw a few hints in the example using the So would be a starting point to analyze the generated script (location in the xml?) and extend it with silent installations of the dell drivers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The block is for. To install drivers, you should look into the block is for. Note that the generated .cmd script calls both |
Beta Was this translation helpful? Give feedback.
The
$OEM$folder does not necessarily contain drivers. Instead, it contains files that Windows Setup (setup.exe) will simply copy to the target partition. When you use the Generate a .cmd script… setting, setup.exe is only used to run that .cmd script. Therefore, the .cmd script has to replicate the behavior, and this is what the