a sample autounattend.xml - working good install in 8 minutes, only partitioning screen is not automated
#41
Posted 14 February 2007 - 09:53 PM
#42
Posted 15 February 2007 - 03:44 PM
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.
#43
Posted 01 March 2007 - 07:00 PM
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!
#44
Posted 05 March 2007 - 03:57 PM
How 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
[/code] <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Other</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> [code]
Do I need to set skip machine oobe as well as Admin set & autologon toggled on.
[/code] </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> [code]
Do I need to nominate something else in the ans file to skip the setup network lot?
Thanks Fellas
Update:
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.
This post has been edited by MAVERICKS CHOICE: 06 March 2007 - 01:36 PM
#45
Posted 08 March 2007 - 07:58 PM
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?
#46
Posted 11 March 2007 - 02:07 PM
http://trustedaccess.info/blogs/travelling...orn-Server.aspx
And how to install *.MSU updates for vista silently - http://trustedaccess.info/blogs/travelling...s-silently.aspx
hi maverick, below helps?
; Set the Network Location ;00000000 = Home/Work; 00000001 = Public [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork] "Category"=dword:00000000
This post has been edited by prathapml: 11 March 2007 - 02:25 PM
#47
Posted 11 March 2007 - 03:33 PM
I have succesfully integrated selected updates to my source & working fine. getting very close to where i would like to be in UA now.
#48
Posted 11 March 2007 - 03:52 PM
And the above is superb then, i'd like to know about these please:
when do u apply your reg settings - if u apply it before first-login, then how do u apply it? (and thru which pass?)
how to integrate updates into source?
#49
Posted 11 March 2007 - 04:27 PM
One of our members Arneh posted this Slip updates
Very nice batch to slip updates straight into the source, all credit to Arneh
This post has been edited by MAVERICKS CHOICE: 11 March 2007 - 04:31 PM
#50
Posted 12 March 2007 - 02:55 PM
It seems that first login is the best way to apply tweaks because if you do it before, HKCU won't be imported for default user.
However, I can't exactly mimic what I used to do during XP unattended install : whatever I do, some reg tweaks keep being erased by windows :
HCKU\Control Panel\WindowMetrics\PaddedBorderWidth HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Superhidden
These settings seem to be overwritten when an account is first logged (ie when windows does its pseuso RunOnceEx things -> "Configuring Desktop", "Configuring Internet Explorer" ...).
I managed bypassing this issue by importing reg tweaks in a runonce key so that it's done after first account configuration. Then, at first logon, Administrator account has all tweaks applied.
But this only moves this issue one step beyond : when sysprep executes, copyprofile is successfully done (new user accounts got nearly all tweaks applied), but one more time "Configuring..." erases some of them for this new account.
Can't remember if I already tried re-adding runonce reg import just before executing sysprep so that reg tweaks import would be done for new account as well... Anyway, I find this method pretty much complicated for such a basic thing.
#51
Posted 13 March 2007 - 09:13 AM
MAVERICKS CHOICE, on Mar 5 2007, 10:57 PM, said:
How 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
[/code] <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Other</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> [code]
Do I need to set skip machine oobe as well as Admin set & autologon toggled on.
[/code] </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> [code]
Do I need to nominate something else in the ans file to skip the setup network lot?
Thanks Fellas
Update:
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.
I have the same problem.
#52
Posted 13 March 2007 - 12:57 PM
#53
Posted 13 March 2007 - 06:33 PM
MAVERICKS CHOICE, on Mar 13 2007, 07:57 PM, said:
Only more people with same prob
http://forums.microsoft.com/TechNet/ShowPo...6&SiteID=17
#54
Posted 13 March 2007 - 06:47 PM
#55
Posted 14 March 2007 - 02:58 AM
@prathapml
Yes I have the same Network setting as you & using the Ultimate 32 bit ver.
Well more work is obviously req'd here as it appears many other peers are xping the same issue now??
This post has been edited by MAVERICKS CHOICE: 14 March 2007 - 03:04 AM
#56
Posted 17 March 2007 - 08:40 AM
Mine doesn't as windows stores the path in a REG_SZ key instead of a REG_EXPAND_SZ
mc: I use a modded version of prathapml's autounattend file, set network as "home" and never get network page on 1st startup. And now that I use sysprep with a second xml file with network set a "home", I don't get it either... Tell me if you need more information.
This post has been edited by keul: 17 March 2007 - 08:48 AM
#57
Posted 17 March 2007 - 12:38 PM
#58
Posted 17 March 2007 - 01:56 PM
[/quote]
Taken on board, will incorporate.
EDIT: I also found a sharp reboot after install at first use gets rid of that page & doesn't pop up again, quick & dirty I know...
This post has been edited by MAVERICKS CHOICE: 28 March 2007 - 02:16 PM
#59
Posted 13 April 2007 - 01:06 PM
Any one else tried this on x64 ?
#60
Posted 13 April 2007 - 11:40 PM



Help

Back to top










