I'm rebuilding my WinXP autoinstaller, this time using RyanVM's updates. However, the $OEM$ directory isn't copying at all, which I found mighty odd. The WinNT.sif file I have was copied from another working WinNT.sif, and very slightly modified. It looks like: [Data] AutoPartition=0 MsDosInitiated = 0 UnattendedInstall = Yes [Unattended] OemPreinstall = Yes UnattendSwitch = Yes UnattendMode = FullUnattended OemSkipEula = Yes FileSystem = * WaitForReboot = No TargetPath = "\Windows" Hibernation = No DriverSigningPolicy=Ignore [GuiUnattended] AutoLogon = Yes AdminPassword = * TimeZone = 255 OEMSkipRegional = 1 OemSkipWelcome = 1 [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=70 [RegionalSettings] Language = 0C09 [COMMANDS] "RunOnceEx.cmd" [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 [COMPONENTS] msmsgs=off Probably a lot of redundant/not needed stuff, but, eh...any ideas?