FireGeier Posted April 5, 2007 Posted April 5, 2007 (edited) Both is working for me. I can install from DVD or USB stick. For the moment I use a stick and that is my prefered method cause it's easier to edit.I had problems to get the stick detected in pe pass when setting %DriversRoot% variable to install drivers. This happend cause my cmd that supposed to set the DriversRoot variable was running before the stick was recognized by system completly.I could imagine that you have the same kind of issue now just in a later pass... but can't tell you for sure... just thinkingRegards,MartinEDIT:I've forgot to tell you the solution for my problem:I was putting the set command into a loop, so it's trying to set the variable now again and again till the stick is recognized. On my system this solution is causing a delay of about 4 seconds. Others gave me feedback, that they would have a delay between 10 and 15 seconds. So it's very different from system to system how long it takes, till USB stick is mounted.You could try to use a FOR loop executing before other applications are installed. May be that will resolve the problem.Example:cmd /c FOR /L %i IN (1,1,3000) DO ECHO Loop > NULThe last value inside brackets marks the end of the loop. As higher the value as longer the loop will run. Edited April 5, 2007 by FireGeier
sp00f Posted April 5, 2007 Posted April 5, 2007 I tried all this in a DELL OEM dvd , but then it doesnt work.WPI doesnt start anymore when i first enter vista.
FireGeier Posted April 6, 2007 Posted April 6, 2007 I tried all this in a DELL OEM dvd , but then it doesnt work.WPI doesnt start anymore when i first enter vista.What you've tried exactly? The WPI I would still start with synchronous command in OOBE. But I'm not sure what you're trying to do for the moment.May post your autounattend.xml to clear this up.Thanks 'n' regards,Martin
sp00f Posted April 6, 2007 Posted April 6, 2007 I tried all this in a DELL OEM dvd , but then it doesnt work.WPI doesnt start anymore when i first enter vista.What you've tried exactly? The WPI I would still start with synchronous command in OOBE. But I'm not sure what you're trying to do for the moment.May post your autounattend.xml to clear this up.Thanks 'n' regards,MartinNever mind, i just wont use that dvd for now
MarcJ Posted April 6, 2007 Posted April 6, 2007 The Dell OEM DVD won't work. Dell already has an OOBE.xml file running and some other things are happening. I couldn't get autologin to work either with the OEM DVD. Once I switched to the Upgrade DVD things started working better.
FireGeier Posted April 7, 2007 Posted April 7, 2007 (edited) @ MarcJ:It could be the, that it's the DVD. Have you tried out to remove the oobe.xml? You may have to mount install.wim and remove it from there, but I'm not sure. Never have had a OEM DVD in my hands so far.BTW Upgrade DVD isn't a good sources for unattended setups, too, I guess.Would you be able to send a list with directory structure of OEM DVD?Would be important to know, cause the most private people will have to work with an OEM DVD at least. And this is the main target group of this guide.Regards,Martin Edited April 7, 2007 by FireGeier
sp00f Posted April 12, 2007 Posted April 12, 2007 @ MarcJ:It could be the, that it's the DVD. Have you tried out to remove the oobe.xml? You may have to mount install.wim and remove it from there, but I'm not sure. Never have had a OEM DVD in my hands so far.BTW Upgrade DVD isn't a good sources for unattended setups, too, I guess.Would you be able to send a list with directory structure of OEM DVD?Would be important to know, cause the most private people will have to work with an OEM DVD at least. And this is the main target group of this guide.Regards,MartinCheck PM
Phorze Posted April 16, 2007 Posted April 16, 2007 (edited) I heard about dell and other manufacturers shipping OEMs that are preactivated and bound to the hardware in several ways. Might be one of those? Edited April 16, 2007 by Phorze
FireGeier Posted April 16, 2007 Posted April 16, 2007 Well I guess, that they are using an install.wim which they've captured before. So it's may not like the "original" install.wim and it has already been modified.Martin
sp00f Posted April 16, 2007 Posted April 16, 2007 Nope, itsjust the $OEM$ folder that does this ( the one i send to you )
maxXPsoft Posted April 17, 2007 Posted April 17, 2007 all you need is 2 files, the OEM XRM-MS and the PID.TXT and its activated on install, its not the wim or nothing else
sp00f Posted April 17, 2007 Posted April 17, 2007 (edited) PID.TXT is not neededQuestion :How do i put this in the XML :[-HKEY_CLASSES_ROOT\CLSID\{FD6905CE-952F-41F1-9A6F-135D9C6622CC}]@="WscNotify Class" Edited April 17, 2007 by sp00f
maxXPsoft Posted April 24, 2007 Posted April 24, 2007 PID.TXT is not neededYes it is. At least for me it activates with it but not without..
sp00f Posted April 25, 2007 Posted April 25, 2007 PID.TXT is not neededYes it is. At least for me it activates with it but not without..strange, i dont need it.....i just took the $OEM$ folder from a DELL OEM dvd and put that in a normal Vista DVD
FireGeier Posted April 25, 2007 Posted April 25, 2007 strange, i dont need it.....i just took the $OEM$ folder from a DELL OEM dvd and put that in a normal Vista DVDIf you're using an OEM DVD activation is done by *.xrm-ms file, which is located in $OEM$\$$\SYSTEM32\OEM, AFAIK.So to get it worked like described in guide AND to keep the auto activation, you need to create a new ISO that contains the $OEM$ folder from original OEM DVD but remove the folders Setup and Panther from $OEM$ folder before creating the new ISO file.Confirmations about that procedure would be apreciated, cause I don't have an OEM DVD, so these informations I got as feedback from others.Regards,Martin
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