Vista Unattended
#1
Posted 12 February 2008 - 09:36 AM
The problem:
It prompts me to create a user, name the computer, timezone, and protect my pc.
Everything else works fine.
What am I doing wrong?
I do have it creating a local account in the OOBE configuration pass from the windows shell setup_neutral component. It also sets the administrator password.
What am I missing? Help would be appreciated.
#2
Posted 12 February 2008 - 11:20 AM
it could be part of your problem
#3
Posted 12 February 2008 - 12:22 PM
This post has been edited by lubinski: 12 February 2008 - 02:36 PM
#5
Posted 12 February 2008 - 02:51 PM
This post has been edited by lubinski: 12 February 2008 - 03:42 PM
#6
Posted 12 February 2008 - 04:27 PM
lubinski, on Feb 12 2008, 03:51 PM, said:
remove the $oem$ folder from your BDD 2007 distribution share (EG: it's the one under 1 in this example), then try again (you can cut it and place it elsewhere while you test this...)
This post has been edited by anyweb: 12 February 2008 - 04:30 PM
#7
Posted 12 February 2008 - 04:29 PM
#8
Posted 12 February 2008 - 04:47 PM
This post has been edited by lubinski: 12 February 2008 - 04:49 PM
#9
Posted 12 February 2008 - 05:16 PM
#10
Posted 12 February 2008 - 05:24 PM
This post has been edited by lubinski: 13 February 2008 - 08:40 AM
#11
Posted 12 February 2008 - 06:37 PM
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <settings pass="windowsPE">
- <component name="Microsoft-Windows-International-Core-WinPE" 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">
- <SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>en-US</InputLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
<SystemLocale>en-US</SystemLocale>
</component>
- <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">
- <DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
- <Disk wcm:action="add">
- <CreatePartitions>
- <CreatePartition wcm:action="add">
<Order>1</Order>
<Size>20000</Size>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
- <ModifyPartitions>
- <ModifyPartition wcm:action="add">
<Active>true</Active>
<Extend>false</Extend>
<Format>NTFS</Format>
<Label>Primary</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
- <ImageInstall>
- <OSImage>
- <InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</OSImage>
</ImageInstall>
- <UserData>
- <ProductKey>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>User</FullName>
<Organization>Company</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">
- <UserAccounts>
- <DomainAccounts>
- <DomainAccountList wcm:action="add">
<Domain>cnsi</Domain>
- <DomainAccount wcm:action="add">
<Group>Administrators</Group>
<Name>cnsi</Name>
</DomainAccount>
</DomainAccountList>
</DomainAccounts>
- <AdministratorPassword>
<Value>####=</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
- <OOBE>
<HideEULAPage>true</HideEULAPage>
<SkipUserOOBE>true</SkipUserOOBE>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
#12
Posted 12 February 2008 - 09:24 PM
1. The settings above outline a basic unattended installation; no user input is required during Windows Setup. When the installation is complete, the computer will reboot to audit mode. Windows Welcome does not run in audit mode
2. Microsoft-Windows-Deployment\Reseal
ForceShutdownNow = false
Mode = Audit
Any comments on whats there? I might give it a try but It would bypass the whole oobe and wouldnt be able to create users.
#13
Posted 16 February 2008 - 08:59 AM
#15
Posted 17 February 2008 - 08:35 AM
#16
Posted 19 February 2008 - 03:13 PM
- ← $WinPeDriver$ folder in Vista SP1/W2K8
- Unattended Windows Vista/Server 2008
- Run Once on each new user created →



Help
Back to top








