Vann Posted July 12, 2004 Posted July 12, 2004 When performing and unattended install using winnt32.exe's /makelocalsource option, it doesn't appear that the $OEM$ folder is copied. Is there any way to get Windows to do this when using /makelocalsource?
rdalling Posted July 12, 2004 Posted July 12, 2004 Mine works every time, are you using i386 as the source dir with the proper $OEM$?Roger
Vann Posted July 12, 2004 Author Posted July 12, 2004 On the CD-ROM drive, call it E:, I have:E:\files\i386\ and E:\files\$OEM$I run:%SYSTEMDRIVE%\files\i386\winnt32.exe /unattend:%SYSTEMDRIVE%\files\i386\winnt.sif /s:%SYSTEMDRIVE%\files\i386 /syspart:C: /tempdrive:C: /makelocalsourceIs this all correct? Setup runs fine, but there is no $OEM$ folder in C:\$WIN_NT$.~LS, nor is anything in my $OEM$ directory copied anywhere.
MCT Posted July 12, 2004 Posted July 12, 2004 %systemdrive% wont work if your refering 2 your cdrom driveu need 2 do something likeIF EXIST E:\Files\i386\winnt.32.exe set CDROM=E:so then u would type %CDROM%\files\i386\winnt32.exe /unattend
Vann Posted July 12, 2004 Author Posted July 12, 2004 I am first booting into BartPE, where %SystemDrive% does refer to the CD-ROM drive. Other than $OEM$ not being copied, the installation goes fine. That's my problem.
MCT Posted July 12, 2004 Posted July 12, 2004 do u have the oempreinstall=yes in your winnt.sif file?
Vann Posted July 12, 2004 Author Posted July 12, 2004 Thanks MCT. I didn't realize that was an option in winnt.sif. More was wrong, but after that I figured it out.A question, though: why does every guide say that $OEM$ should be in the same directory at i386? My install only copied it properly once I copied it into i386 (i.e., E:\files\i386\$OEM$). Any idea? Even Microsoft's site has them in the same directory.
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