smatanza Posted August 4, 2004 Posted August 4, 2004 Hey Guys !!It´s is possible to change the name of $OEM$ Folder to any other ?. I mean, in the winnt.sif [unattended] section put anything like this:OemFilesPath=".\MYNAME"OemPnPDriversPath=".\MYNAME\DVRS\MODEM"Other additional question. What it´s the correct way to point to a parent folder in a SIF file ?1. .\ ?2. ..\ ?3. ../ ?Thanks a lot for your help !!!!
prathapml Posted August 4, 2004 Posted August 4, 2004 Here's the info that I got from elsewhere:[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.
jrzycrim Posted August 4, 2004 Posted August 4, 2004 Yep,Setup adds %systemdrive% to the beginning of all directories listed in the OemPnPDriversPath. If you haveOemPnPDriversPath=".\MYNAME\DVRS\MODEM"It would look in %systemdrive%\.\MYNAME\DVRS\MODEM.
smatanza Posted August 6, 2004 Author Posted August 6, 2004 Well...Sorry for insists, but in conclusion and based in your posts ...Isn´t possible to change the name of the $OEM$ Folder ?Thanks !
prathapml Posted August 7, 2004 Posted August 7, 2004 Yes, you got it right.Its not possible to change the name of the $OEM$ folder, atleast, not when you don't want to carry out the $OEM$ folder's funtionality manually!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now