MCT Posted December 1, 2004 Posted December 1, 2004 (edited) im creating a multiboot dvd eventually going 2 have about 8 OS's on it, but i want 2 have these optionsregularunattended + driversunattended + programs + driversive got option 1 & 3 working greatbut how can i have option 2 work, it doesnt want 2 use my OemFilesPath = "\SETUP\XP\HOME\$OEM2$"im assuming this code doesnt work as it should since its not being used keep in mind tho, the directory structure is as the picture shows Ive Only Started on home Edited December 1, 2004 by MCT
MHz Posted December 1, 2004 Posted December 1, 2004 OemFilesPath is the path to your $OEM$ folder.That would mean?OemFilesPath = ".\SETUP\XP\HOME"If this is the case. The you cannot have 2 $OEM$ in the same directory. So you could put 2 directories into that directory, then put each $OEM$ directory into each new directory that you just created.-I386-Dir1\$OEM$-Dir2\$OEM$Winnt.sif entries would beOemFilesPath = ".\SETUP\XP\HOME\Dir1"and the second winnt.sifOemFilesPath = ".\SETUP\XP\HOME\Dir2"This may work?But you have 1 I386 Directory? Where is the 2nd winnt.sif?Edit: And why did you not post in the Multi-Boot CD/DVDs forum?
MCT Posted December 1, 2004 Author Posted December 1, 2004 Edit: And why did you not post in the Multi-Boot CD/DVDs forum?cuz i dunno ill try your suggestion tho EDIT: tried it & it doesnt work any other ideas?thanks
BritishBulldog Posted December 1, 2004 Posted December 1, 2004 this thread tell you how to do a multi cdhttp://www.msfn.org/board/index.php?showtopic=9478why would you want two OEM folders? you might as well call the second one drivers...
MCT Posted December 1, 2004 Author Posted December 1, 2004 i dont see anything explaining how to have more then 1 $OEM$ folder
SlimShady Posted December 1, 2004 Posted December 1, 2004 why would you want two OEM folders?Can't you use 1 OEM folder?If you're making a multiboot CD/DVD, I assume you have multiple WINNT.SIF files.Thus you can have a OEM folder for every installation.
MCT Posted December 1, 2004 Author Posted December 1, 2004 correct, but instead of having 3 directories of "home" why not have 2 sets of $OEM$ which is smaller & cleaner looking IMO
BritishBulldog Posted December 1, 2004 Posted December 1, 2004 I am not sure how you would do that, how would the OS know which OEM folder to use? OK you can set the drivers in the winnt.sif but what about anything else such as $$, $Docs $Progs folders that are automaticaly copied to where they are needed. You would probably have to hack a few files or am i wrong at this assumption..
MCT Posted December 1, 2004 Author Posted December 1, 2004 ive opted 2 just use a second "Home" folder ill optimize the iso so it doesnt take any more room, but it'll be a b***h 2 keep organized lol
MHz Posted December 1, 2004 Posted December 1, 2004 I may have made error in judgementOemFilesPath = ".\SETUP\XP\HOME"winnt.exe is the interpreter for winnt.sif? So that would be the working directory. If this is the case then maybe..\Dir1and,,\Dir2Along with example above.
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