Advertisement

05.08.2008 at 10:21AM PDT, ID: 23386884
[x]
Attachment Details

Windows Vista XML Issue - OOBE pass issue

Asked by AllKnowing1 in Windows Vista, Extensible Markup Language (XML)

Tags: Microsoft, Windows Vista, SP1, Sysprepped

I have sysprepped a Vista Business SP1 machine. Created an unattend.xml and placed inside of c:\windows\panther. The machine installs and goes through all passes correctly. However, it fails at the very end on OOBE. Please have a look at my xml file and help me with the problem.Start Free Trial
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:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <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">
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <ProtectYourPC>3</ProtectYourPC>
		<SkipUserOOBE>true</SkipUserOOBE>
            </OOBE>
            <UserAccounts>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value>YQBjAHMAUABhAHMAcwB3AG8AcgBkAA==</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <DisplayName>Client Services</DisplayName>
                        <Group>Administrator</Group>
                        <Name>ACS</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
            <Display>
                <HorizontalResolution>1024</HorizontalResolution>
                <VerticalResolution>768</VerticalResolution>
                <ColorDepth>32</ColorDepth>
            </Display>
            <TimeZone>Central Standard Time</TimeZone>
            <WindowsFeatures>
                <ShowWindowsMail>false</ShowWindowsMail>
            </WindowsFeatures>
        </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>
        </component>
    </settings>
    <settings pass="specialize">
        <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">
                    <Path>reg add &quot;HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork&quot; /v Category /t REG_DWORD /d 00000000 /f</Path>
                    <Order>1</Order>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">
                    <Path>c:\installs\Nod32\setup.exe /silentmode /cfg=c:\installs\Nod32\-SITE-Client.xml</Path>
                    <Order>2</Order>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">
                    <Path>c:\installs\NSAgent\AeXNSC.exe /s NS="Albaltiris1.alb.intra" NOSTARTMENU</Path>
                    <Order>3</Order>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">
                    <Path>c:\installs\ALBPDF\setup.exe /s</Path>
                    <Order>4</Order>
                </RunSynchronousCommand>
		<RunSynchronousCommand wcm:action="add">
		    <Path>c:\installs\Office2000\setup.exe TRANSFORMS=C:\Temp\Office2000\Vista.MST /qn+</Path>
		    <Order>5</Order>
		</RunSynchronousCommand>
		<RunSynchronousCommand wcm:action="add">
		    <Path>c:\Windows\system32\msiexec.exe /i "c:\installs\Lotus Notes 7.0.2\Lotus Notes 7.0.2.msi" ALLUSERS=2 TRANSFORMS="c:\temp\Lotus Notes 7.0.2\Lotus Notes 7.0.2mu.mst" /q</Path>
		    <WillReboot>Always</WillReboot>
		    <Order>6</Order>
		</RunSynchronousCommand>
            </RunSynchronous>
        </component>
        <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">
            <ComputerName>-COMPNAME-</ComputerName>
        </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>
        <component name="Microsoft-Windows-UnattendedJoin" 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">
            <Identification>
                <Credentials>
                    <Domain>ALB.INTRA</Domain>
                    <Password>c9K#'6}@m-D*x=L$/1W%g7S)</Password>
                    <Username>Altiris</Username>
                </Credentials>
                <JoinDomain>ALB.INTRA</JoinDomain>
                <UnsecureJoin>false</UnsecureJoin>
                <MachineObjectOU>OU=-PCTYPE-,OU=-SITE-,DC=ALB,DC=INTRA</MachineObjectOU>
                <JoinWorkgroup></JoinWorkgroup>
            </Identification>
        </component>
    </settings>
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-PnpCustomizationsWinPE" 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:action="add" wcm:keyValue="1">
                    <Path>c:\drivers</Path>
                </PathAndCredentials>
            </DriverPaths>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:c:/documents%20and%20settings/gaspamj/desktop/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
[+][-]05.14.2008 at 01:27PM PDT, ID: 21568350

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Windows Vista, Extensible Markup Language (XML)
Tags: Microsoft, Windows Vista, SP1, Sysprepped
Sign Up Now!
Solution Provided By: AllKnowing1
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628