FireGeier Posted January 30, 2007 Posted January 30, 2007 (edited) ... also let me know how you get on with %CDRoot% dont have a chance to test tommorrow busy but last time ...Hello maxX & urie!Like expected %CDRoot% does not work to install drivers during WinPE pass.For the moment I try to use my own %DriversRoot% variable using setx.exe. But I'm not successfull. Well... if I check the registry in WinPE using regedit. %DriversRoot% seems to be setted to Environment. But if I open a cmd-Windows the DriversRoot variable does not appear in the list even it's present in the registry.EDIT:Forget about this part... global environment can't be set in running system. Starting Setup from WinPE results in an error that boot critical drivers are not valid. This error means, it can not find the path. So %DriversRoot% variable does not work.Do you have any ideas here?Thanks,Martin Edited January 30, 2007 by FireGeier
maxXPsoft Posted January 31, 2007 Posted January 31, 2007 http://www.msfn.org/board/index.php?showto...mp;#entry619873
EmRoD Posted January 31, 2007 Posted January 31, 2007 If you want to get rid of the configetroot folder just add a specializeRunSynchronousCommand%systemroot%\System32\cmd /c "rd /S /Q %systemroot%\ConfigSetRoot"I use it to remove files copied from my usb drive during setup, but I understand the issue when running configset from dvd :/
FireGeier Posted January 31, 2007 Posted January 31, 2007 @ EmRoD:For sure this works, but it's not like installing drivers from DVD. We're trying to find a method, where drivers getting installed right away from the media. If you're installing from DVD for example using configsetroot the Vista DVD will be copied to your HD two times. That's not wasting time only in worst case you could run out of Disk space during installation.Martin
maxXPsoft Posted February 3, 2007 Posted February 3, 2007 and yes you can remove the dir it copies with a commandbut as pointed out, Its all over the registry when this happens with a DVD install
sp00f Posted February 11, 2007 Posted February 11, 2007 (edited) It doesnt work for me, each time i edit things like the KEY , and userlocale it wont open after saving.Im using a Dutch Vista by the way.EDIT:got it working now, only there are more things peolle need to change then only the REMOVEDYour account is in it with password, and your time zonesYou might change the first post. Edited February 12, 2007 by sp00f
maxXPsoft Posted February 13, 2007 Posted February 13, 2007 lol sp00f its up to everyone to look closely at an example and fix as needed for their install
sp00f Posted February 14, 2007 Posted February 14, 2007 lol sp00f its up to everyone to look closely at an example and fix as needed for their installYou should read the first post again (this time better)he didnt mentioned that.
maxXPsoft Posted February 14, 2007 Posted February 14, 2007 (edited) here's a working sample, made for my preferencesyour right I don't understand here's a working sample, made for my preferenceseditwhat I'm trying to say is a lot of these have been posted and not even 1 will work for you, you need the WAIK and be very careful even then, a bad entry will crash you, been there done that about a 100 times till I got what I wanted from all my tests Edited February 14, 2007 by maxXPsoft
nDrew Posted February 15, 2007 Posted February 15, 2007 but how to disable those warnings at unsigned drivers' install?
Mateus Posted February 15, 2007 Posted February 15, 2007 Hello!Can somebody help me ?Sorry but I am a beginner but I have some work with Unattend XP.Where should put I the autounattend.xml?I now learn English so I cant read all of your publication.
prathapml Posted March 2, 2007 Author Posted March 2, 2007 Looks like i'm not so scared of the "UseConfigSetRoot" tag now anymore.Because i do end up using it anyways, for the sake of running automated scripts after copying files over to HDD using the $OEM$ folder path (which needs above tag). So i just delete %configsetroot% folder now at the end of my scripts.(for those who havent already read about this in the beginning of this topic, u need to use the UseConfigSetRoot tag in your xml, if u want to use the $OEM$ tree. And u can specify %configsetroot%\drivers, in your xml, to get Setup to pick up drivers automatically from dvdroot\drivers folder. I was afraid to use this feature since the entire dvd would get copied - but then realised it would get copied anyways, for the purpose i'm looking at, so cant avoid the copying of that folder)Now my recent discovery, is that i dont need to bother with the unattend.xml to set a directory to pickup drivers from!Because i can simply drop my PnPdrvrs folder into the "$OEM$\$$\inf" folder on dvd, & since its part of the DevicePath & vista searches recursively, the drivers will be installed automatically at bootup, provided your drivers are signed/WHQL.Wondering if this will work for XP too.Not quite sure if the above even makes sense at all to a beginner, but those of you who've been looking for a straight-forward way for this, might find it useful. If you want clarifications, just ask!
MAVERICKS CHOICE Posted March 5, 2007 Posted March 5, 2007 (edited) Hey guys few q'sHow to stop windows on first show to setup further users? Also the home ofice network setup screen thing?I have the following in my xml <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Other</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> Do I need to set skip machine oobe as well as Admin set & autologon toggled on.</settings> <settings pass="specialize"> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Identification> <JoinWorkgroup>Workgroup</JoinWorkgroup> Do I need to nominate something else in the ans file to skip the setup network lot?Thanks FellasUpdate:Choosing skip machine setting sorted the user screen as expected, although waik setting depracated. Works fine though.I also changed my network setting from Other to Work however pops the network screen up with Work highlighted? Not a real biggy though. Edited March 6, 2007 by MAVERICKS CHOICE
Fatila Posted March 9, 2007 Posted March 9, 2007 Thanks for your pointers.In the MS AIK guide, it explains how vista will search for the unattend.xml from removable media. However I wish to install Vista from a USB flash drive, is there a way to get the install to search a folder within the same media?
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