Here's the info that I got from elsewhere:
Quote
[Unattended]
OemFilesPath="..\$OEM$"
That's only needed if you place your $OEM$ directory somewhere other than the root of the CD.
So, I suppose, you can actually call your $OEM$ as Any_Folder, and specify that in the winnt.sif? And it will work?
I've seen that the above mentioned entry actually refers to the SystemDrive, not the CD (i.e., OemFilesPath="..\My_Folder" would make setup search for a folder by that name on C:\, and not on the CD as desired).
As for the "OemPnPDriversPath" entry, it is a certain fact that setup searches for the directories mentioned here on the SystemDrive (partition on which you installed windows, i.e., C:\) only, and there's no way to make it look anywhere else.