Quantcast
Channel: Configuration Manager 2007 Operating System Deployment forum
Viewing all articles
Browse latest Browse all 1063

Error: windows 7 32bit. Windows could not parse or process the unattend answer file for pass [specialize]

$
0
0

HI all,

  Windows 7 32- bit...SCCM 2007 SP2 R2..

getting error "windows could not parse or process the unattend answer file for pass [specilize]. The settings specified in the answer file cannot be applied. The error was detected while processing settings for component [Microsoft-windows-shell-setup]."

 I am getting only on vmware workstation of windows 7 32 bit. This error happening after os installed and setup is applying system settings.

same TS works all other Dell laptops and Desktops except for VM. My 64 bit image works fine in vm..its 32 bit image causing this issue.

<v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f"><v:stroke joinstyle="miter"><v:formulas><v:f eqn="if lineDrawn pixelLineWidth 0"><v:f eqn="sum @0 1 0"><v:f eqn="sum 0 0 @1">  <v:f eqn="prod @2 1 2">
  </v:f></v:f></v:f></v:f></v:formulas></v:stroke></v:shapetype>

I had capture image from vm and tried it, no lucks. here is my unattend.xml file

==========================================================================

<?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>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></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>

               <MachineObjectOU></MachineObjectOU>

           </Identification>

        </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>http://maxx/</Home_Page>

           <CompanyName>MS Corporation</CompanyName>

           <Window_Title_CN>MS Corporation</Window_Title_CN>

           <DisableFirstRunWizard>true</DisableFirstRunWizard>

           <ShowMenuBar>true</ShowMenuBar>

        </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>UnfilterAdministratorToken</Description>

                   <Order>2</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>0409:00000409</InputLocale>

           <SystemLocale>en-US</SystemLocale>

           <UILanguage>en-US</UILanguage>

           <UserLocale>en-US</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="Microsoft-Windows-SystemRestore-Main" 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">

           <DisableSR>1</DisableSR>

        </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>blablablablablabla</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>blablablabla==</Value>

                   <PlainText>false</PlainText>

               </Password>

               <LogonCount>999</LogonCount>

           </AutoLogon>

           <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>

           </OOBE>

           <RegisteredOrganization></RegisteredOrganization>

           <RegisteredOwner></RegisteredOwner>

           <TimeZone></TimeZone>

           <VisualEffects>

               <FontSmoothing>ClearType</FontSmoothing>

           </VisualEffects>

        </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>0409:00000409</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>\Drivers</Path>

               </PathAndCredentials>

           </DriverPaths>

        </component>

    </settings>

    <cpi:offlineImage cpi:source="wim://stp1pae81/package_source$/osd/os_install_packages/win7x86source/sources/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>

==============================================================================



orion


Viewing all articles
Browse latest Browse all 1063

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>