bear263 Posted April 10, 2005 Posted April 10, 2005 I have been working on this unattened setup for about a week now and got things in order. Everything works but these few problems. First the part of my winnt.sif thats relevant:[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall=Yes AutomaticUpdates=Yes[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes FileSystem=* DriverSigningPolicy=Ignore OemPnPDriversPath="Drivers\Nic\Chipset\Sound;drivers\Printer;Drivers" TargetPath=\WINDOWS[GuiRunOnce] %systemdrive%\install\RunonceEx.cmd1 Even though I have automaticupdates=yes, it still asks. I know I can add the unattendswitch=yes to get around that but it always wants to log in as administrator instead and not me. So I go through the welcome to windows....etc.....2 Fixed3. Even though I have my runonceex.cmd in the proper place, it imports the registry keys but doesn't run the key until I reboot.4. I have placed the oobe.ini in the $oem$\$$\Sytem32 folder but it doesn't work. Tried also, $oem$\$$\Sytem32\oobeIf I can get these problems solved, it would be a perfect install.Any help is appreciated.Thaks
IcemanND Posted April 10, 2005 Posted April 10, 2005 Change:OemPnPDriversPath="Drivers\Nic\Chipset\Sound;drivers\Printer;Drivers"to OemPnPDriversPath="Drivers\Nic;drivers\Chipset;drivers\Sound;drivers\Printer;Drivers"
bear263 Posted April 10, 2005 Author Posted April 10, 2005 Thanks I figured it out.If you read the guide it states: OemPnPDriversPath="Drivers\000_intel_INF;Drivers\001_gigabit_LAN;Drivers\002_monitor""Note: Separate different directories with a semi-colon ";"So I was under the impression that ";drivers" would be a seperate directory. This must not be the case since I have no driver directory. But adding the ;drivers worked.Now on to fix 1,3 and 4.
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