MSFN Forum: Vista Unattended - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Vista Unattended Rate Topic: -----

#1 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 12 February 2008 - 09:36 AM

I have looked through the various posts here and tried numerous things to get my generic unattended.xml working.

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 User is offline   anyweb 

  • windows-noob
  • PipPip
  • Group: Members
  • Posts: 110
  • Joined: 31-July 07

Posted 12 February 2008 - 11:20 AM

what windows vista DVD are you using ? msdn/retail/volume license or OEM ?

it could be part of your problem

#3 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 12 February 2008 - 12:22 PM

Most likely its an OEM version. This is for testing purposes to help me with an exam. Is there a way to tell? The iso name is Vista_32_ultimate.

This post has been edited by lubinski: 12 February 2008 - 02:36 PM


#4 User is offline   anyweb 

  • windows-noob
  • PipPip
  • Group: Members
  • Posts: 110
  • Joined: 31-July 07

Posted 12 February 2008 - 02:40 PM

if you read this you'll see why I suggested it could be your media at fault

i'd be interested to know if this is correct

#5 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 12 February 2008 - 02:51 PM

Let me try. Could you explain this to me? In the AIK the new distribution share is selected in the upper left window. Will that change , the removing of the oem folder, change the unattended? Or will I have to remove the oem folder from the disk image?

This post has been edited by lubinski: 12 February 2008 - 03:42 PM


#6 User is offline   anyweb 

  • windows-noob
  • PipPip
  • Group: Members
  • Posts: 110
  • Joined: 31-July 07

Posted 12 February 2008 - 04:27 PM

View Postlubinski, on Feb 12 2008, 03:51 PM, said:

Let me try. Could you explain this to me? In the AIK the new distribution share is selected in the upper left window. Will that change , the removing of the oem folder, change the unattended? Or will I have to remove the oem folder from the disk image?


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 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 12 February 2008 - 04:29 PM

Ok its removed and the unattend is working, well see if it goes. It takes a while for it to go through its install.

#8 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 12 February 2008 - 04:47 PM

I did it, and it still pops up for the user. What are the reasons it doesnt skip the oobe parts?

This post has been edited by lubinski: 12 February 2008 - 04:49 PM


#9 User is offline   anyweb 

  • windows-noob
  • PipPip
  • Group: Members
  • Posts: 110
  • Joined: 31-July 07

Posted 12 February 2008 - 05:16 PM

View Postlubinski, on Feb 12 2008, 05:47 PM, said:

I did it, and it still pops up for the user. What are the reasons it doesnt skip the oobe parts?


ok now you have to post your entire unattend.xml file

remove the sensitive bits if any

cheers
anyweb

#10 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 12 February 2008 - 05:24 PM

Ok

This post has been edited by lubinski: 13 February 2008 - 08:40 AM


#11 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 12 February 2008 - 06:37 PM

<?xml version="1.0" encoding="utf-8" ?>
- <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 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 12 February 2008 - 09:24 PM

Check out this technet link here


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 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 16 February 2008 - 08:59 AM

Still not working, Could there be a problem with the image im using? If so what causes it?

#14 User is offline   anyweb 

  • windows-noob
  • PipPip
  • Group: Members
  • Posts: 110
  • Joined: 31-July 07

Posted 17 February 2008 - 06:37 AM

can you do a test with the MSDN dvd instead ?

#15 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 17 February 2008 - 08:35 AM

Yes, I think I will buy a copy anywayz. Wont hurt to have it around.

#16 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 19 February 2008 - 03:13 PM

I got it so it only asks for user and protection level, not timezone anymore. Same image as before. Just an update.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy