I have a multiboot CD with 6 XP installs (2 OEMs and a VLK, each of which have unattended and attended setups) and all of them have $OEM$ folders
Everything works as it should except for the Attended installs.
I want to keep them attended to ensure that the recovery console or repair options could be used. However, I also want the $OEM$ folders to be copied to the drive when XP is installed.
The only way I have attempted to copy them to drive is by using this Winnt.sif, however doing so skips the Recovery Console screen at the start of setup's execution and goes straight to the drive selection screen.
I have experimented with different settings but as soon as I include the [Unattended] tag, the install skips to the drive selection screen.
CODE
[Data]
AutoPartition=0
MsDosInitiated=0
UnattendedInstall=Yes
[Unattended]
UnattendMode=ProvideDefault
OemPreinstall=Yes
OemSkipEula=No
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
WaitForReboot=No
TargetPath=\WINDOWS
DriverSigningPolicy=Ignore
[GuiUnattended]
OEMSkipWelcome = 1
AutoPartition=0
MsDosInitiated=0
UnattendedInstall=Yes
[Unattended]
UnattendMode=ProvideDefault
OemPreinstall=Yes
OemSkipEula=No
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
WaitForReboot=No
TargetPath=\WINDOWS
DriverSigningPolicy=Ignore
[GuiUnattended]
OEMSkipWelcome = 1
Did I miss a setting in winnt.sif? Or should I go about this a different way?
In summary, all I want to do is copy the $OEM$ folders to their respective locations on the drive while maintaining the Attended aspect of the install.
Thanks for your help///
