Jump to content

unattended Install error!


Recommended Posts

pals.....

my xml file...

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<servicing>

<package action="configure">

<assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" />

<selection name="TabletPCOC" state="false" />

<selection name="Windows-Ultimate-Extras" state="false" />

<selection name="SimpleTCP" state="true" />

<selection name="SpiderSolitaire" state="false" />

<selection name="AxInstallService" state="false" />

<selection name="FaxServicesUltimate" state="false" />

</package>

</servicing>

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

<SystemLocale>en-US</SystemLocale>

<UILanguage>en-US</UILanguage>

<UserLocale>en-US</UserLocale>

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

<Display>

<ColorDepth>32</ColorDepth>

<HorizontalResolution>1024</HorizontalResolution>

<VerticalResolution>768</VerticalResolution>

</Display>

<UserData>

<ProductKey>

<WillShowUI>OnError</WillShowUI>

<Key></Key>

</ProductKey>

<AcceptEula>true</AcceptEula>

<FullName>The Day Walker!</FullName>

<Organization>Angel Corporation</Organization>

</UserData>

<ImageInstall>

<OSImage>

<InstallFrom>

<MetaData wcm:action="add">

<Key>/IMAGE/NAME</Key>

<Value>Windows Vista ULTIMATE</Value>

</MetaData>

</InstallFrom>

<InstallToAvailablePartition>false</InstallToAvailablePartition>

</OSImage>

</ImageInstall>

<UseConfigurationSet>true</UseConfigurationSet>

</component>

</settings>

<settings pass="specialize">

<component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">

<SkipAutoActivation>true</SkipAutoActivation>

</component>

<component name="Microsoft-Windows-ErrorReportingCore" 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">

<DisableWER>1</DisableWER>

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

<BlockPopups>yes</BlockPopups>

<ShowInformationBar>true</ShowInformationBar>

<Home_Page>about:blank</Home_Page>

<PlaySound>true</PlaySound>

</component>

<component name="Microsoft-Windows-RemoteAssistance-Exe" 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">

<fAllowToGetHelp>false</fAllowToGetHelp>

<fAllowFullControl>false</fAllowFullControl>

</component>

<component name="Microsoft-Windows-SQMApi" 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">

<CEIPEnabled>0</CEIPEnabled>

</component>

<component name="Microsoft-Windows-TerminalServices-LocalSessionManager" 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">

<fDenyTSConnections>true</fDenyTSConnections>

</component>

<component name="Security-Malware-Windows-Defender" 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">

<DisableAntiSpyware>true</DisableAntiSpyware>

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

<PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>

<PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>

<DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>

<DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>

<PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>

<PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>

</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>Matrix</ComputerName>

<CopyProfile>true</CopyProfile>

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

<Order>1</Order>

<Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path>

</RunSynchronousCommand>

</RunSynchronous>

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

<AutoLogon>

<Enabled>true</Enabled>

<LogonCount>2</LogonCount>

<Username>Administrator</Username>

</AutoLogon>

<OOBE>

<SkipUserOOBE>true</SkipUserOOBE>

<SkipMachineOOBE>true</SkipMachineOOBE>

<ProtectYourPC>3</ProtectYourPC>

<NetworkLocation>Other</NetworkLocation>

<HideEULAPage>true</HideEULAPage>

</OOBE>

<Display>

<ColorDepth>32</ColorDepth>

<HorizontalResolution>1024</HorizontalResolution>

<VerticalResolution>768</VerticalResolution>

<DPI>96</DPI>

</Display>

<RegisteredOwner>The Day Walker!</RegisteredOwner>

<ShowWindowsLive>false</ShowWindowsLive>

<TimeZone>India Standard Time</TimeZone>

<VisualEffects>

<FontSmoothing>ClearType</FontSmoothing>

</VisualEffects>

<WindowsFeatures>

<ShowWindowsMail>true</ShowWindowsMail>

<ShowMediaCenter>false</ShowMediaCenter>

<ShowInternetExplorer>true</ShowInternetExplorer>

<ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer>

</WindowsFeatures>

<RegisteredOrganization>Angel Corporation</RegisteredOrganization>

<OEMInformation>

<Manufacturer>Intel</Manufacturer>

<Model>Customized By The Day Walker!</Model>

<Logo>C:\Windows\system32\oobe\INTEL_BADGE.BMP</Logo>

</OEMInformation>

<FirstLogonCommands>

<SynchronousCommand wcm:action="add">

<CommandLine>move /Y %SystemDrive%\Install\1stRun.cmd %SystemDrive%\Users\Administrator\Desktop</CommandLine>

<Order>1</Order>

<Description></Description>

</SynchronousCommand>

</FirstLogonCommands>

</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-Sidebar" 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">

<SidebarOnByDefault>true</SidebarOnByDefault>

<SidebarVisible>true</SidebarVisible>

<Gadget1>%PROGRAMFILES%\windows sidebar\gadgets\Clock.Gadget,true</Gadget1>

<Gadget3>%PROGRAMFILES%\windows sidebar\gadgets\Calendar.Gadget,true</Gadget3>

<Gadget2>%PROGRAMFILES%\windows sidebar\gadgets\AllCPUMeter.Gadget,true</Gadget2>

<Gadget4>%PROGRAMFILES%\windows sidebar\gadgets\Notes.Gadget,true</Gadget4>

</component>

<component name="Microsoft-Windows-ehome-reg-inf" 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">

<WorkOffline>false</WorkOffline>

<PreventAutoConnect>true</PreventAutoConnect>

</component>

</settings>

<settings pass="generalize">

<component name="Microsoft-Windows-SharedAccess" 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">

<EnableICS>false</EnableICS>

</component>

</settings>

<settings pass="auditUser">

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

<Order>1</Order>

<Path>cmd /c %SystemDrive%\Install\DNF_all.exe</Path>

<Description>.NET Framework 1.1 TO 3.5 SP1</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>2</Order>

<Path>cmd /c %SystemDrive%\Install\jre6u11.exe /qn /norestart</Path>

<Description>Java Runtime 6.11</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>3</Order>

<Path>cmd /c %SystemDrive%\Install\AR9_Lite.exe /qn</Path>

<Description>Adobe Reader 9 Lite</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>4</Order>

<Path>cmd /c %SystemDrive%\Install\F1001236.exe /s</Path>

<Description>Flash Player 10</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>5</Order>

<Path>cmd /c %SystemDrive%\Install\HashTab2.1.1.exe /S</Path>

<Description>HashTab Shell Extension 2.1.1</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>7</Order>

<Path>cmd /c %SystemDrive%\Install\HoldEm.exe</Path>

<Description>Texas Hold'Em Poker</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>8</Order>

<Path>cmd /c %SystemDrive%\Install\Tinker.exe</Path>

<Description>Microsoft Tinker</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>9</Order>

<Path>cmd /c %SystemDrive%\Install\Silverlight2.0.exe /q</Path>

<Description>Silverlight 2.0</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>10</Order>

<Path>cmd /c %SystemDrive%\Install\WSS1.exe /Q</Path>

<Description>Vista Ultimate Extra Sound Scheme 1</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>11</Order>

<Path>cmd /c %SystemDrive%\Install\WSS2.exe /Q</Path>

<Description>Vista Ultimate Extra Sound Scheme 2</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>12</Order>

<Path>cmd /c %SystemDrive%\Install\DX9.exe</Path>

<Description>DirectX 9 Update</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>13</Order>

<Path>cmd /c REGEDIT /S %SystemDrive%\Install\Tweaks.reg</Path>

<Description>Customizing System...</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>14</Order>

<Path>cmd /c REGEDIT /S %SystemDrive%\Install\IESet.reg</Path>

<Description>Customizing IE7 & WMP11</Description>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>15</Order>

<Path>%WINDIR%\system32\sysprep\sysprep.exe /generalize /quiet /oobe /reboot</Path>

</RunSynchronousCommand>

</RunSynchronous>

</component>

</settings>

<settings pass="auditSystem">

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

<AutoLogon>

<Enabled>true</Enabled>

<LogonCount>2</LogonCount>

<Username>Administrator</Username>

</AutoLogon>

</component>

</settings>

<cpi:offlineImage cpi:source="wim:d:/downloads/temp/vista/vista%20answer/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>

the prob is, when ever i try 2 install vista ..

many times i get error message after sysprep.exe execution before login into audit user...

error:- Interactive logon process initialization has failed

and some times it installs successfully....

y so.....

wots the probs... earlier i didnt used 2 get such errors....

help needed..

angel

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...