Laboratoire Microsoft |  Blog |  Webcast |  Students Club |  FaqXP  |  CertifExpress 
 Le Forum de Référence sur les Technologies Microsoft - http://www.forum-microsoft.org

[Resolu] Unnattend.xml&WDS, probleme avec mon oobeSystem

Forum dédié aux méthodes de déploiement des OS Microsoft comme Microsoft Deployment 4 par exemple

Modérateur: Modérateurs_Systèmes

[Resolu] Unnattend.xml&WDS, probleme avec mon oobeSystem

Messagepar kiruah sur Lun 14 Avr 2008, 14:51

Bonjour,


J'ai hesité à mettre dans la section WDS ou la section vista, bref ... j'ai un problème avec cette partie de mon unnattend.xml
Code: Tout sélectionner
         <OOBE>
            <HideEULAPage>true</HideEULAPage>
            <NetworkLocation>Work</NetworkLocation>
            <ProtectYourPC>1</ProtectYourPC>
            <SkipUserOOBE>true</SkipUserOOBE>
            <SkipMachineOOBE>true</SkipMachineOOBE>
         </OOBE>


à l'installattion de Vista en litetouch j'arrive sur la fenetre "Select a location for the'Network" network", sauf que j'ai bien préciser dans le unnattend ci dessu que je ne voulais pas voir cette fenêtre.

Voici le Unnattend.xml complet :

Code: Tout sélectionner
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
   <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">
         <ImageInstall>
            <OSImage>
               <WillShowUI>OnError</WillShowUI>
               <InstallTo>
                  <DiskID>0</DiskID>
                  <PartitionID>1</PartitionID>
               </InstallTo>
               <InstallFrom>
                  <Path>\\MONSERVERUWDS\Distribution$\Operating Systems\Windows Vista VL X86 SP1\Sources\install.wim</Path>
                  <MetaData>
                     <Key>/image/index</Key>
                     <Value>1</Value>
                  </MetaData>
               </InstallFrom>
            </OSImage>
         </ImageInstall>
         <UpgradeData>
            <Upgrade>false</Upgrade>
         </UpgradeData>
         <Display>
            <ColorDepth>16</ColorDepth>
            <HorizontalResolution>1024</HorizontalResolution>
            <RefreshRate>60</RefreshRate>
            <VerticalResolution>768</VerticalResolution>
         </Display>
         <ComplianceCheck>
            <DisplayReport>OnError</DisplayReport>
         </ComplianceCheck>
         <UserData>
            <AcceptEula>true</AcceptEula>
            <ProductKey>
               <Key>MACLEFVISTA</Key>
            </ProductKey>
         </UserData>
      </component>
      <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>0409:00000409</InputLocale>
         <SystemLocale>en-US</SystemLocale>
         <UILanguage>en-US</UILanguage>
         <UserLocale>en-US</UserLocale>
      </component>
   </settings>
   <settings pass="generalize">
      <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">
         <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
      </component>
   </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">
         <Identification>
            <Credentials>
               <Username></Username>
               <Domain></Domain>
               <Password></Password>
            </Credentials>
            <JoinDomain></JoinDomain>
            <JoinWorkgroup></JoinWorkgroup>
         </Identification>
      </component>
      <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
         <ComputerName>WW-LAT830-07</ComputerName>
         <ProductKey>MACLEFVISTA</ProductKey>
         <RegisteredOrganization>MASOCIETE</RegisteredOrganization>
         <RegisteredOwner>WW-LAT830-07</RegisteredOwner>
         <TimeZone>Romance Standard Time</TimeZone>
         <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
      </component>
      <component name="Microsoft-Windows-IE-InternetExplorer" 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">
         <Home_Page>www.google.fr</Home_Page>
         <IEWelcomeMsg>false</IEWelcomeMsg>
         <TrustedSites></TrustedSites>
         <FindProvidersURL>http://www.google.fr</FindProvidersURL>
      </component>
      <component name="Microsoft-Windows-Deployment" 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">
         <RunSynchronous>
            <RunSynchronousCommand wcm:action="add">
               <Description>EnableAdmin</Description>
               <Order>1</Order>
               <Path>cmd /c net user Administrator /active:yes</Path>
            </RunSynchronousCommand>
            <RunSynchronousCommand wcm:action="add">
               <Description>EnableAdmin_ploc</Description>
               <Order>2</Order>
               <Path>cmd /c net user Administrator_ploc /active:yes</Path>
            </RunSynchronousCommand>
            <RunSynchronousCommand wcm:action="add">
               <Description>UnfilterAdministratorToken</Description>
               <Order>3</Order>
               <Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken /t REG_DWORD /d 0 /f</Path>
            </RunSynchronousCommand>
         </RunSynchronous>
      </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>040c:0000040c</InputLocale>
         <SystemLocale>fr-FR</SystemLocale>
         <UILanguage>fr-FR</UILanguage>
         <UserLocale>fr-FR</UserLocale>
      </component>
      <component name="Microsoft-Windows-TapiSetup" 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">
         <TapiConfigured>0</TapiConfigured>
         <TapiUnattendLocation>
            <AreaCode>""</AreaCode>
            <CountryOrRegion>1</CountryOrRegion>
            <LongDistanceAccess>9</LongDistanceAccess>
            <OutsideAccess>9</OutsideAccess>
            <PulseOrToneDialing>1</PulseOrToneDialing>
            <DisableCallWaiting>""</DisableCallWaiting>
            <InternationalCarrierCode>""</InternationalCarrierCode>
            <LongDistanceCarrierCode>""</LongDistanceCarrierCode>
            <Name>Default</Name>
         </TapiUnattendLocation>
      </component>
      <component name="Networking-MPSSVC-Svc" 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">
         <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
         <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
         <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
      </component>
      <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" 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">
         <SecurityLayer>2</SecurityLayer>
         <UserAuthentication>2</UserAuthentication>
      </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">
         <UserAccounts>
            <AdministratorPassword>
               <Value>MOTDEPASSELOCAL</Value>
               <PlainText>false</PlainText>
            </AdministratorPassword>
            <LocalAccounts>
               <LocalAccount wcm:action="add">
                  <Description>Temp account</Description>
                  <DisplayName>Temp account</DisplayName>
                  <Group>Users</Group>
                  <Name>TempAccount</Name>
               </LocalAccount>
            </LocalAccounts>
         </UserAccounts>
         <AutoLogon>
            <Enabled>true</Enabled>
            <Username>Administrator</Username>
            <Domain>.</Domain>
            <Password>
               <Value>MOTDEPASSEDOMAINE</Value>
               <PlainText>false</PlainText>
            </Password>
            <LogonCount>999</LogonCount>
         </AutoLogon>
         <Display>
            <ColorDepth>32</ColorDepth>
            <HorizontalResolution>1024</HorizontalResolution>
            <RefreshRate>60</RefreshRate>
            <VerticalResolution>768</VerticalResolution>
         </Display>
         <FirstLogonCommands>
            <SynchronousCommand wcm:action="add">
               <CommandLine>cscript.exe C:\MININT\Scripts\LiteTouch.wsf /start</CommandLine>
               <Description>Lite Touch new OS</Description>
               <Order>1</Order>
            </SynchronousCommand>
            <SynchronousCommand wcm:action="add">
               <CommandLine>cscript.exe D:\MININT\Scripts\LiteTouch.wsf /start</CommandLine>
               <Description>Lite Touch new OS</Description>
               <Order>2</Order>
            </SynchronousCommand>
            <SynchronousCommand wcm:action="add">
               <CommandLine>cscript.exe E:\MININT\Scripts\LiteTouch.wsf /start</CommandLine>
               <Description>Lite Touch new OS</Description>
               <Order>3</Order>
            </SynchronousCommand>
            <SynchronousCommand wcm:action="add">
               <CommandLine>cscript.exe F:\MININT\Scripts\LiteTouch.wsf /start</CommandLine>
               <Description>Lite Touch new OS</Description>
               <Order>4</Order>
            </SynchronousCommand>
         </FirstLogonCommands>
         <OOBE>
            <HideEULAPage>true</HideEULAPage>
            <NetworkLocation>Work</NetworkLocation>
            <ProtectYourPC>1</ProtectYourPC>
            <SkipUserOOBE>true</SkipUserOOBE>
            <SkipMachineOOBE>true</SkipMachineOOBE>
         </OOBE>
         <RegisteredOrganization>MASOCIETE</RegisteredOrganization>
         <RegisteredOwner>WW-LAT830-07</RegisteredOwner>
      </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>040c:0000040c</InputLocale>
         <SystemLocale>en-US</SystemLocale>
         <UILanguage>en-US</UILanguage>
         <UserLocale>en-US</UserLocale>
      </component>
   </settings>
   <settings pass="offlineServicing">
      <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
         <DriverPaths>
            <PathAndCredentials wcm:keyValue="1" wcm:action="add">
               <Path>C:\Drivers</Path>
            </PathAndCredentials>
            <PathAndCredentials wcm:keyValue="2" wcm:action="add">
               <Path>X:\Drivers</Path>
            </PathAndCredentials>
            <PathAndCredentials wcm:keyValue="3" wcm:action="add">
               <Path>D:\Drivers</Path>
            </PathAndCredentials>
            <PathAndCredentials wcm:keyValue="4" wcm:action="add">
               <Path>E:\Drivers</Path>
            </PathAndCredentials>
            <PathAndCredentials wcm:keyValue="5" wcm:action="add">
               <Path>F:\Drivers</Path>
            </PathAndCredentials>
         </DriverPaths>
      </component>
   </settings>
   <cpi:offlineImage cpi:source="catalog://MONSERVERUWDS/distribution$/operating systems/windows vista vl x86 sp1/sources/install_windows vista business.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi"/>
</unattend>


Une idée ?

Merci
Dernière édition par kiruah le Mar 15 Avr 2008, 12:38, édité 1 fois au total.
70-270 - Installation, configuration et administration de Microsoft Windows XP Professionnel.
70-290 : Managing and Maintaining a Windows Server 2003 Environment.
kiruah
Member
Member
 
Messages: 79
Inscrit le: Mar 31 Oct 2006, 15:59

Messagepar kazer sur Lun 14 Avr 2008, 14:56

Le reste des paramètre OOBE passent?
Guillaume DESFARGES - Supinfo Promo 2001
MCPTS Windows Server 2008
MVP Directory Services (2004)/Security (2005-07)/Setup&Dep: Architecture (2008)
Profil MVP - Articles - Transcript (ID: 661703 Pass: Gdesfarges) - Bibliographie
Avatar de l’utilisateur
kazer
Lord of the Third
Lord of the Third
 
Messages: 31946
Inscrit le: Ven 26 Oct 2001, 21:39
Localisation: Dans la grisaille du boulot

Messagepar kiruah sur Lun 14 Avr 2008, 15:23

<HideEULAPage>true c'est bon je ne vois pas de "Microsoft Software License Terms page of Windows Welcome"
<NetworkLocation>Work j'aimerais bien mais le menu arrive avant donc non
<ProtectYourPC>1</ProtectYourPC> visiblement oui
<SkipUserOOBE>true</SkipUserOOBE> non puisque le menu s'affiche
<SkipMachineOOBE>true oui je vois pas le welcolme center
70-270 - Installation, configuration et administration de Microsoft Windows XP Professionnel.
70-290 : Managing and Maintaining a Windows Server 2003 Environment.
kiruah
Member
Member
 
Messages: 79
Inscrit le: Mar 31 Oct 2006, 15:59

Messagepar testctpmp sur Lun 14 Avr 2008, 15:40

J'ai toujours eu ce soucis, même en spécifiant la passe OOBE, lors de la première ouverture de session j'ai quand même le droit à la proposition du network.
Avatar de l’utilisateur
testctpmp
Senior
Senior
 
Messages: 282
Inscrit le: Mer 28 Déc 2005, 10:12

Messagepar kazer sur Lun 14 Avr 2008, 15:42

testctpmp a écrit:J'ai toujours eu ce soucis, même en spécifiant la passe OOBE, lors de la première ouverture de session j'ai quand même le droit à la proposition du network.
Oui mais à l'ouverture de session suivante tu ne l'as plus.
Guillaume DESFARGES - Supinfo Promo 2001
MCPTS Windows Server 2008
MVP Directory Services (2004)/Security (2005-07)/Setup&Dep: Architecture (2008)
Profil MVP - Articles - Transcript (ID: 661703 Pass: Gdesfarges) - Bibliographie
Avatar de l’utilisateur
kazer
Lord of the Third
Lord of the Third
 
Messages: 31946
Inscrit le: Ven 26 Oct 2001, 21:39
Localisation: Dans la grisaille du boulot

Messagepar kiruah sur Lun 14 Avr 2008, 15:43

ce qui m'enerve c'est que je l'avais pas au départ, je ne sais pas si c'est en passant au WAIK 1.1, Vista avec SP1 ou si je configure mal ... :(
70-270 - Installation, configuration et administration de Microsoft Windows XP Professionnel.
70-290 : Managing and Maintaining a Windows Server 2003 Environment.
kiruah
Member
Member
 
Messages: 79
Inscrit le: Mar 31 Oct 2006, 15:59

Messagepar kiruah sur Lun 14 Avr 2008, 15:44

kazer a écrit:
testctpmp a écrit:J'ai toujours eu ce soucis, même en spécifiant la passe OOBE, lors de la première ouverture de session j'ai quand même le droit à la proposition du network.
Oui mais à l'ouverture de session suivante tu ne l'as plus.

Le problème c'est que depuis que j'ai ca mon install se bloque et je dois rentrer manuellement la machine dans le domaine alors qu'avant c'etait du "zero touch :) "
70-270 - Installation, configuration et administration de Microsoft Windows XP Professionnel.
70-290 : Managing and Maintaining a Windows Server 2003 Environment.
kiruah
Member
Member
 
Messages: 79
Inscrit le: Mar 31 Oct 2006, 15:59

Messagepar kiruah sur Mar 15 Avr 2008, 10:41

Bonjour,

Il ya possibilité de voir les logs détaillé de l'intéraction unnattend.xml/vista ?

dans le bdd.log à part le nom de machine, la langue du clavier,de l'utilisateur et le nom de la société je ne vois pas grand chose

Merci
70-270 - Installation, configuration et administration de Microsoft Windows XP Professionnel.
70-290 : Managing and Maintaining a Windows Server 2003 Environment.
kiruah
Member
Member
 
Messages: 79
Inscrit le: Mar 31 Oct 2006, 15:59

Messagepar kazer sur Mar 15 Avr 2008, 10:47

kiruah a écrit:Bonjour,

Il ya possibilité de voir les logs détaillé de l'intéraction unnattend.xml/vista ?

dans le bdd.log à part le nom de machine, la langue du clavier,de l'utilisateur et le nom de la société je ne vois pas grand chose

Merci


Normalement tu as sur le disque c:\Windows\Panther qui contient les log de l'install de Vista et qui te mets les message d'erreur par rapport à la lecture du fichier de réponse xml
BDD.log te donne les log du process LTI plutot pas de l'installation de l'OS
Guillaume DESFARGES - Supinfo Promo 2001
MCPTS Windows Server 2008
MVP Directory Services (2004)/Security (2005-07)/Setup&Dep: Architecture (2008)
Profil MVP - Articles - Transcript (ID: 661703 Pass: Gdesfarges) - Bibliographie
Avatar de l’utilisateur
kazer
Lord of the Third
Lord of the Third
 
Messages: 31946
Inscrit le: Ven 26 Oct 2001, 21:39
Localisation: Dans la grisaille du boulot

Messagepar kiruah sur Mar 15 Avr 2008, 12:38

Merci pour la réponse,

finalement j'ai résolut mon problème :

Si SkipMachineOOBE = true alors le NetworkLocation et ProtectYourPC ne sera pas pris en compte .
SkipMachineOOBE est obsolète visiblement et n'est utile que pour des tests.

donc il faut le mettre à false :)
70-270 - Installation, configuration et administration de Microsoft Windows XP Professionnel.
70-290 : Managing and Maintaining a Windows Server 2003 Environment.
kiruah
Member
Member
 
Messages: 79
Inscrit le: Mar 31 Oct 2006, 15:59

Messagepar kazer sur Mar 15 Avr 2008, 13:59

Lol, là c'est de ta faute...
Guillaume DESFARGES - Supinfo Promo 2001
MCPTS Windows Server 2008
MVP Directory Services (2004)/Security (2005-07)/Setup&Dep: Architecture (2008)
Profil MVP - Articles - Transcript (ID: 661703 Pass: Gdesfarges) - Bibliographie
Avatar de l’utilisateur
kazer
Lord of the Third
Lord of the Third
 
Messages: 31946
Inscrit le: Ven 26 Oct 2001, 21:39
Localisation: Dans la grisaille du boulot

Messagepar kiruah sur Mar 15 Avr 2008, 15:35

kazer a écrit:Lol, là c'est de ta faute...

ca n'empèche qu'en workgroup il me l'affiche toujour :( , mais bon comme j'ai a mettre toutes les machines dans le domaine :)
70-270 - Installation, configuration et administration de Microsoft Windows XP Professionnel.
70-290 : Managing and Maintaining a Windows Server 2003 Environment.
kiruah
Member
Member
 
Messages: 79
Inscrit le: Mar 31 Oct 2006, 15:59


Retourner vers MDT2008/BDD/OSD/WDS/WAIK

Qui est en ligne ?

Utilisateurs parcourant actuellement ce forum : Aucun utilisateur inscrit et 1 invité



Accueil | News | Articles | Tips | Outils | FAQ XP | Certification | Easters Eggs
Essentiels | Top Sites | Glossaire | Vidéos | Whitepapers | Essentiels | Boîte à Scripts
Conditions d'utilisation é Copyright | Respect de la vie privée