Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Setup > Sysprep unattend.xml Time Zone query

Reply
Thread Tools Display Modes

Sysprep unattend.xml Time Zone query

 
 
Emmanuel
Guest
Posts: n/a

 
      03-03-2010
Hello.
Using Windoes System Image Manager, from WAIK 1.1 (Vista/W2K8), i am
building an answer file for sysprep. (W2K8)
When the server is build I only wants to be queried for the "Computer name"
and the "Time Zone".
How can I get ask during the mini-setup for the Time Zone I want ?

I have been trying various combination but unsuccesfully.
Thanks

Below is the unattend.xml file
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing></servicing>
<settings pass="generalize">
<component name="Microsoft-Windows-OutOfBoxExperience"
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">

<DoNotOpenInitialConfigurationTasksAtLogon>true</DoNotOpenInitialConfigurationTasksAtLogon>
</component>
<component name="Microsoft-Windows-ServerManager-SvrMgrNc"
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">

<DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
</component>
</settings>
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup"
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">
<UserData>
<ProductKey>
<Key>XXXXXXXXXXXXXXXXXXXXXXXXXXXX</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>Fabrikam</FullName>
<Organization>Fabrikam</Organization>
</UserData>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup"
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">
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">

<CommandLine>C:\Source\Scripts\Install_W2K8_X86.cm d</CommandLine>

<Description>Initialisation-Script-for-W2K8_X86</Description>
<Order>1</Order>
</SynchronousCommand>
</FirstLogonCommands>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<UserAccounts>
<AdministratorPassword>

<Value>IQBRAEEAWgAyAHcAcwB4AEEAZABtAGkAbgBpAAGEAdA BvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
<RegisteredOwner />
<RegisteredOrganization></RegisteredOrganization>
<TimeZone />
</component>
<component name="Microsoft-Windows-International-Core"
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">
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
<UILanguageFallback />
</component>
</settings>
<cpifflineImage
cpi:source="wim:d:/image_build/os_files/w2k8_sp2_x86/sources/install.wim#Windows Longhorn SERVERSTANDARD" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The local domain controller could not connect with - 2008 boe Active Directory 9 11-22-2009 01:05 AM
Error reports what do they mean Joe83 Windows Vista Hardware 1 06-07-2007 03:35 AM
Re: Slow Vista: hundreds of warnings, errors and critical issues? Kerry Brown Windows Vista Performance 6 05-14-2007 05:49 PM
Re: Slow Vista: hundreds of warnings, errors and critical issues? Dana Cline - MVP Windows Vista Performance 6 05-11-2007 01:01 PM
Time Zone when synchronizing Calendar with Server Promotoz ActiveSync 0 12-21-2005 07:01 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59