1
Software / W2K Boot CD
« on: September 24, 2003, 07:25:16 AM »
[quote name=\'h20\' date=\'Sep 21 2003, 09:25 AM\']Help: I have a working boot cd (W2K Server with SP4 integrated) that reads a:\winnt.sif and does most of what I want with one exception - it seems to ignore OemFilesPath="..\$OEM$" or maybe I've missunderstood a step somewhere?
At install completion I'd like to have a c:\I386 folder with the sp4 slipstreamed kit in it...
My CD root contains "$OEM$" (at same level as "I386" ); my unattend winnt.sif contains
Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINNT
ExtendOemPartition=0
FileSystem=ConvertNTFS
Repartition=Yes
OemFilesPath="..\$OEM$" < ---- Is this right?
OEMPnPDriversPath=Install\Drv\Video;Install\Drv\Storage;Install\Drv\Net;Install\Drv\Audio
Thanks in advance for any enlightenment...
Pete[/quote]
I am not sure if I understand you correctly. Why do you need a C:\i386 folder?
Do you understand the right OEM file structure? I have done this many times and I don't have/need any OemFilesPath="..\$OEM$" in my winnt.sif
Here is a schematic
W2PFPP_EN\
--------------\$OEM$\
------------- \$$
------------------\system32
------------- \$1
------------------\DRIVERS
------------------\WINAPPS
------------------ \Program Files
--------------\Textmode
--------------\C
--------------\D
--------------\Cmdlines.txt
--------------\*.bat
Could you be more precise on what you are trying to do and what is not happening
At install completion I'd like to have a c:\I386 folder with the sp4 slipstreamed kit in it...
My CD root contains "$OEM$" (at same level as "I386" ); my unattend winnt.sif contains
Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINNT
ExtendOemPartition=0
FileSystem=ConvertNTFS
Repartition=Yes
OemFilesPath="..\$OEM$" < ---- Is this right?
OEMPnPDriversPath=Install\Drv\Video;Install\Drv\Storage;Install\Drv\Net;Install\Drv\Audio
Thanks in advance for any enlightenment...
Pete[/quote]
I am not sure if I understand you correctly. Why do you need a C:\i386 folder?
Do you understand the right OEM file structure? I have done this many times and I don't have/need any OemFilesPath="..\$OEM$" in my winnt.sif
Here is a schematic
W2PFPP_EN\
--------------\$OEM$\
------------- \$$
------------------\system32
------------- \$1
------------------\DRIVERS
------------------\WINAPPS
------------------ \Program Files
--------------\Textmode
--------------\C
--------------\D
--------------\Cmdlines.txt
--------------\*.bat
Could you be more precise on what you are trying to do and what is not happening
