Sysprep issue (Shell-Setup)
I have been fighting with sysprep and have been encountering a problem, but not sure where and I'm at my wits end. I get a message that says "Windows could not parse or proces the unattend answer file for pass [specialize]. The settings in the answer file cannot be applied. The error detected while processing settings for componenet [Microsoft-Windows-Shell-Setup].
I only have 1 message in Setuperr.log, SYSPRP MSS: _DeleteValue call failed to delete reg value SystemIndexNormalization under reg key SOFTWARE\Microsoft\Windows Search- error 0x2.[gle=0x00000012].
Here is my 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>WIU User</FullName>
<Organization>Western Illinois University</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">
<OOBE>
<HideEULAPage>false</HideEULAPage>
<ProtectYourPC>3</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
<NetworkLocation>Work</NetworkLocation>
</OOBE>
<OEMInformation>
<HelpCustomized>true</HelpCustomized>
<SupportPhone>298-XXXX</SupportPhone>
<SupportURL>http://www.wiu.edu/ucss</SupportURL>
</OEMInformation>
<RegisteredOrganization>Western Illinois University</RegisteredOrganization>
<RegisteredOwner>WIU User</RegisteredOwner>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<AutoLogon>
<Password>
<PlainText>true</PlainText>
<Value>Password</Value>
</Password>
<Domain>%Computername%</Domain>
<Enabled>true</Enabled>
<LogonCount>2</LogonCount>
<Username>Username</Username>
</AutoLogon>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>C:\WINDOWS\SYSTEMASSET.VBS</CommandLine>
<Description>SET COMPUTERNAME INTO VARIABLE</Description>
<Order>1</Order>
</SynchronousCommand>
</FirstLogonCommands>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<PlainText>true</PlainText>
<Value>Password</Value>
</Password>
<Description>WIU Admin</Description>
<DisplayName>WIU Admin Account</DisplayName>
<Group>Administrators;Power Users</Group>
<Name>Account</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</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>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</component>
</settings>
<settings pass="auditSystem">
<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:action="add" wcm:keyValue="DC7700">
<Credentials>
<Domain>%computername%</Domain>
<Password>Password</Password>
<Username>Username</Username>
</Credentials>
<Path>C:\DRIVERS\DC7700</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-PnpSysprep" 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">
<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC" 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">
<SkipRearm>1</SkipRearm>
</component>
</settings>
<settings pass="specialize">
<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">
<WindowsFeatures>
<ShowInternetExplorer>true</ShowInternetExplorer>
<ShowMediaCenter>false</ShowMediaCenter>
<ShowWindowsMail>true</ShowWindowsMail>
<ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer>
</WindowsFeatures>
<ComputerName>*</ComputerName>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<RegisteredOrganization>Western Illinois University</RegisteredOrganization>
<RegisteredOwner>WIU User</RegisteredOwner>
<TimeZone>Central Standard Time</TimeZone>
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
<CopyProfile>false</CopyProfile>
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
<ShowWindowsLive>true</ShowWindowsLive>
<StartPanelOff>false</StartPanelOff>
<ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:g:/vista%20deployment/install.wim#Windows Vista ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>Thank you!
All Replies
Hi,
This is a known and benign error, which can be ignored. Thanks.
- The problem is it stops my image dead in its tracks. I get that error I mentioned, it reboots, then tells me setup can not continue and to re-install. I can't do ANYTHING after the error I mentioned. I had to boot on a PE CD to get the logs to even find out what I did. Thoughts?
sounds like you have hit a fatal error, which this one shouldn't have been.
are you sure you have got only this error in your setuperr.log file? please look for any error in both %windir%\system32\sysprep\panther\setuperr.log and %windir%\panther\setuperr.log
Thanks.
Thanks for the followup. Here is the log file out of %windir%\panther
2007-03-01 15:46:05, Error [setup.exe] [Action Queue] : Unattend action failed with exit code 4
2007-03-01 15:46:05, Error [setup.exe] Execution of unattend GCs failed; hr = 0x0; pResults->hrResult = 0x8030000bThere is another error log file located in UnattendGC, it says this:
2007-03-01 15:46:05, Error [Shell Unattend] WindowsFeatures: Failed to read show/hide command value 'SOFTWARE\Clients\Media\Windows Media Center\InstallInfo' 'HideIconsCommand' (0x80070002)
2007-03-01 15:49:09, Error [windeploy.exe] Setup.exe failed, returning exit code [0x1f]
2007-03-01 15:49:09, Error [windeploy.exe] Failure occured during online installation. Online installation cannot complete at this time.; hr = 0x80004005
2007-03-01 15:50:45, Error [windeploy.exe] Setup.exe failed, returning exit code [0x1f]
2007-03-01 15:50:45, Error [windeploy.exe] Failure occured during online installation. Online installation cannot complete at this time.; hr = 0x80004005so some unattend action failed.
does this reg key exist: 'SOFTWARE\Clients\Media\Windows Media Center\InstallInfo\HideIconsCommand' ?
Yes, the key existed. After your question, I tried deleting the key, and got the same error at first, saying setup could not complete, and it would reboot. Here is the info I have...
Setupact.log (Partial) (UnattendGC)
2007-03-07 14:10:56, Info [windeploy.exe] Process exited with exit code [0x1f]
2007-03-07 14:10:56, Error [windeploy.exe] Setup.exe failed, returning exit code [0x1f]
2007-03-07 14:10:56, Error [windeploy.exe] Failure occured during online installation. Online installation cannot complete at this time.; hr = 0x80004005
2007-03-07 14:10:56, Info [windeploy.exe] Flushing registry to disk...
2007-03-07 14:10:57, Info [windeploy.exe] Flush took 297 ms.
2007-03-07 14:10:57, Info [windeploy.exe] WinDeploy.exe exiting with code [0x80004005]Setuperr.log (UnattendGC)
2007-03-07 14:10:56, Error [windeploy.exe] Setup.exe failed, returning exit code [0x1f]
2007-03-07 14:10:56, Error [windeploy.exe] Failure occured during online installation. Online installation cannot complete at this time.; hr = 0x80004005Setupact.log (Windows\Panther)
2007-03-07 11:04:55, Info [0x070042] DIAG CallBack_DiagnosticDataSend: Called with notification for Error published by ErrorHandler
2007-03-07 11:04:55, Info DIAG CallBack_DiagnosticDataSend: Setup was started from Phase 4. Disabling Diagnostics [DiagnosticDataSend] in this scenario
2007-03-07 11:04:55, Info [0x090095] PANTHR WdsExitImmediate called! Execution will stop, and the queue won't be saved.
2007-03-07 11:04:55, Info [0x09008c] PANTHR SeqExecute -- stopping, since WdsExitImmediate() was called
2007-03-07 11:04:55, Info [0x090086] PANTHR pWorkerThreadFunc -- Stopping
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Sysprep (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: ErrorHandler (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Internal (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: CopyPrivates (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: CreatePageFile (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: RestartModule (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: ParseCommandLine (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: SystemRestore (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: ModuleLoader (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Imaging (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Ems (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: CBS (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: MSDCleanup (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: OnlineProgress (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: ComputerName (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: License (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: LanguagePack (SEQ1)
2007-03-07 11:04:56, Info [0x0605a6] IBS Requested UI to hide the language and locale selection pages.
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Locale (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: OnlineUI (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: ExternalDrivers (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: BootIni (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: LogTime (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Unattend (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: UnattendImgInstall (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: PnP IBS module (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Source media module (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: ProductKey (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Completion (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Cmi (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: OnlineSettings (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: CopySetupFiles (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: ConfigSet (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: CFGOfflineImage (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: DiskSpace (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: SkuAssembly (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: ScenarioDetect (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: MountDev (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: DiskInformation (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Engine (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Compliance (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Diagnostic (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: BootPrep (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: DiskConfig (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: TempDrive (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: FixBBPaths (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: FirstBootCleanup (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: Rollback (SEQ1)
2007-03-07 11:04:56, Info [0x090062] PANTHR Destroying module: PrepareInstallDrive (SEQ1)
2007-03-07 11:04:56, Info [0x090081] PANTHR Destroying any unreferenced modules! (SEQ6)
2007-03-07 11:04:56, Info [0x0601d7] IBS InstallWindows:Error Type = 3211266
2007-03-07 11:04:56, Info [0x090009] PANTHR CBlackboard::Close: c:\windows\panther\setupinfo.- Bump
- Is Media Center an available component in this image? If not, then this is a known bug (Unattend setting fails to show/hide MC if MC component is installed on system). The workaround is to not use this unattend setting on images where MC is not installed.
- Thanks for the tip. I ended up figguring that out after realizing that is where it died for the umpteenth time.
Can somone elaborate on the solution to this problem as I think I may have a similar one. I have used BDD to create a WDS unattend file which I link to my Vista build, which goes fine until the system advises "Windows could not parse or proces the unattend answer file for pass [specialize]. The settings in the answer file cannot be applied. The error detected while processing settings for componenet [Microsoft-Windows-Shell-Setup]" after which all I can do is select OK and the system repeatedly reboots to this message.
I am running the Vista Business edition. Im sure this is a simple fix, but if someone could advise how to resolve it Id be grateful.
I'm not 100% sure what fixed it for me, but I took out the section that talked about Media Center and things seemed to go better. I'll post my complete Sysprep.XML file. Hope this helps you in some fashion!
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn
chemas-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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>WIU User</FullName>
<Organization>Western Illinois University</Organization>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
<Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</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>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
<SystemLocale>en-US</SystemLocale>
<InputLocale>en-US</InputLocale>
</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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<ProtectYourPC>3</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
<NetworkLocation>Work</NetworkLocation>
</OOBE>
<OEMInformation>
<HelpCustomized>true</HelpCustomized>
<SupportPhone>XXX-XXXX</SupportPhone>
<SupportURL>http://www.wiu.edu/ucss</SupportURL>
</OEMInformation>
<RegisteredOrganization>Western Illinois University</RegisteredOrganization>
<RegisteredOwner>WIU User</RegisteredOwner>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<AutoLogon>
<Password>
<PlainText>true</PlainText>
<Value>PASSWORD</Value>
</Password>
<Domain>%Computername%</Domain>
<Enabled>true</Enabled>
<LogonCount>5</LogonCount>
<Username>ADMINUSER</Username>
</AutoLogon>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<PlainText>true</PlainText>
<Value>PASSWORD</Value>
</Password>
<Description>ADMINUSER</Description>
<DisplayName>WIU Admin Account</DisplayName>
<Group>Administrators;Power Users</Group>
<Name>ADMINUSER</Name>
</LocalAccount>
</LocalAccounts>
<AdministratorPassword>
<Value>PASSWORD</Value>
<PlainText>true</PlainText>
</AdministratorPassword>
</UserAccounts>
<VisualEffects>
<FontSmoothing>Standard</FontSmoothing>
</VisualEffects>
<TimeZone>Central Standard Time</TimeZone>
<ShowWindowsLive>true</ShowWindowsLive>
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 00000000 /f</CommandLine>
<Description>Set Network Location</Description>
<Order>1</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Description>Set Asset Tag</Description>
<CommandLine>C:\WINDOWS\SYSTEMASSET.VBS</CommandLine>
<Order>2</Order>
</SynchronousCommand>
</FirstLogonCommands>
</component>Thanks for the response, Ive checked my WDSClientunattend XML file, but there is no mention of Media Centre within it. I thought it may be the product key so removed that, but same issue. This is a most basic configuration using BDD, simply using the wizard you get when adding a new build, so Im really surprised it does not seem to work.
Here is my XML file
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urnchemas-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>.\Operating Systems\Windows Vista 1\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>*********************************</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-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<ComputerName></ComputerName>
<ProductKey>********************************</ProductKey>
<RegisteredOrganization>**********</RegisteredOrganization>
<RegisteredOwner>***********</RegisteredOwner>
<TimeZone></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>http://intranet</Home_Page>
<IEWelcomeMsg>false</IEWelcomeMsg>
</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>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>
</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>TQAzAC0AOQBvAC0AIQBuAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</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>TQAzAC0AOQBvAC0AIQBuAFAAYQBzAHMAdwBvAHIAZAA=</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 %SystemDrive%\MININT\Scripts\LiteTouch.wsf /start</CommandLine>
<Description>Lite Touch new OS</Description>
<Order>1</Order>
</SynchronousCommand>
</FirstLogonCommands>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<RegisteredOrganization>******************</RegisteredOrganization>
<RegisteredOwner>******</RegisteredOwner>
<TimeZone></TimeZone>
</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>C:\Drivers</Path>
</PathAndCredentials>
<PathAndCredentials wcm:keyValue="2" wcm:action="add">
<Path>X:\Drivers</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
<cpiofflineImage cpisource="catalog://rah-dsk-hdsk-20/distribution2$/operating systems/windows vista 1/sources/install_windows vista business.clg" xmlns:cpi="urnchemas-microsoft-com:cpi" />
</unattend>
I too have been wrestling with an upgade from WinXPSP2 to Vista Business Upgrade that was included in the Action Pack. I have made three runs at it to no avail. After running the Vista Readiness/Compatibility tool, uninstalling all specified incompatible software that it identified, installing ALL updates recommended by the Tool,and rebooting TWICE, I let the Vista Business Upgrade DVD take its course until it fails with no descriptive error number. All I can gather was that it may have had something to do withh the fact that I had edited the Windows Registry to use the same User Profile at start -up for my "On the network" user account (MSB.PCS) and my "Off the network" account (MSB).
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-3942209044-692321073-616350607-1156 - (MSB user profile)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-725345543-1229272821-682003330-1003 - (MSB.PCS user profile)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-725345543-1229272821-682003330-500.bak - (MSB.PCS.000 user profile [which is a copy of my MSB.PCS user profile])
All values of the key "ProfileList" = %SystemDrive%\Documents and Settings\MSB
This is only a guess, however, since it is the only change that I can think of that would not be realtively common to a large cross section of XP system setups.
See below for excerpts of assorted log files:
C:\$WINDOWS.~BT\Sources\Panther\SetupAct.LOG
This is where it looks like I started getting failures:
Code Snippet2007-06-12 08:52:48, Info [0x08075c] MIG MigGather: Migrating from (C:\WINDOWS) to (C:\$UPGRADE.~OS\OnlineMigStore)
2007-06-12 08:52:48, Info [0x0800f5] MIG CheckAndEnableDiagnostics: Upgrade diagnostics enabled.
2007-06-12 08:52:48, Info [0x080073] MIG Migrate: Migration side is: source
2007-06-12 08:52:48, Info Entering MigCanMigrateToThisSystem method
2007-06-12 08:52:48, Info [0x08034c] MIG MigCanMigrateToThisSystem: detected OS version: 5.1.2600 Service Pack 2
2007-06-12 08:52:48, Info Leaving MigCanMigrateToThisSystem method
2007-06-12 08:52:48, Info [0x0805be] MIG Migrate: Upgrading from non-componentized OS; using downlevel component manifests in C:\$WINDOWS.~BT\Sources\dlmanifests
2007-06-12 08:52:48, Info [0x080075] MIG Migrate: Initializing migration engine in online mode
2007-06-12 08:52:48, Info Entering MigStartUp method
2007-06-12 08:52:48, Info [0x0803ac] MIG Initializing online WinNT platform (Read Only)
2007-06-12 08:52:48, Info MIG Platform is using admin privileges
2007-06-12 08:52:48, Info [0x0803df] MIG Adding direct mapping from HKLM to HKEY_LOCAL_MACHINE (R/O)
2007-06-12 08:52:48, Info [0x0803e1] MIG Successfully mapped HKLM
2007-06-12 08:52:48, Info [0x0803df] MIG Adding direct mapping from HKU to HKEY_USERS (R/O)
2007-06-12 08:52:48, Info [0x0803e1] MIG Successfully mapped HKU
2007-06-12 08:52:48, Warning [0x08040b] MIG State data store failed calling CoInitializeEx in apartment-threaded mode. (hr = 0x80010106)
2007-06-12 08:52:48, Info [0x08087c] MIG SMI engine is not available on this system
2007-06-12 08:52:48, Warning [0x08040c] MIG Failed to create SMI engine
2007-06-12 08:52:48, Info [0x08040e] MIG State data store is NOT available.
2007-06-12 08:52:48, Warning [0x080262] MIG GAC data store failed calling CoInitializeEx in apartment-threaded mode. (hr = 0x80010106)
2007-06-12 08:52:48, Info [0x0803b4] MIG COnlineWinNTPlatform: ComputerName=MSBLAPTOP
2007-06-12 08:52:48, Info [0x0803b5] MIG COnlineWinNTPlatform: Get Machine Sid S-1-5-21-725345543-1229272821-682003330
2007-06-12 08:52:48, Info [0x0803b8] MIG Processing profile: C:\WINDOWS\system32\config\systemprofile
2007-06-12 08:52:48, Info [0x0803bf] MIG User profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18 excluded because SID S-1-5-18 is excluded by default.
2007-06-12 08:52:48, Info [0x0803b8] MIG Processing profile: C:\Documents and Settings\LocalService
2007-06-12 08:52:48, Info [0x0803bf] MIG User profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-19 excluded because SID S-1-5-19 is excluded by default.
2007-06-12 08:52:48, Info [0x0803b8] MIG Processing profile: C:\Documents and Settings\NetworkService
2007-06-12 08:52:48, Info [0x0803bf] MIG User profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-20 excluded because SID S-1-5-20 is excluded by default.
2007-06-12 08:52:48, Info [0x0803b8] MIG Processing profile: C:\Documents and Settings\MSB
2007-06-12 08:53:03, Warning MIG LookupAccountSidW failed. Error: 0x000006FD[gle=0x000006fd]
2007-06-12 08:53:03, Warning [0x0803ba] MIG Found valid profile but can't get user credentials. User SID: S-1-5-21-3942209044-692321073-616350607-1156[gle=0x000006fd]
2007-06-12 08:53:03, Info [0x0803e2] MIG Adding indirect mapping from HKCU to loaded at HKEY_USERS\S-1-5-21-3942209044-692321073-616350607-1156 (R/O)
2007-06-12 08:53:03, Warning [0x0803d9] MIG IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)
2007-06-12 08:53:03, Info MIG Dumping hive list at HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\hivelist...
2007-06-12 08:53:03, Info MIG [\REGISTRY\MACHINE\HARDWARE] =>
2007-06-12 08:53:03, Info MIG [\REGISTRY\MACHINE\SECURITY] => \Device\HarddiskVolume2\WINDOWS\system32\config\SECURITY
2007-06-12 08:53:03, Info MIG [\REGISTRY\MACHINE\SOFTWARE] => \Device\HarddiskVolume2\WINDOWS\system32\config\software
2007-06-12 08:53:03, Info MIG [\REGISTRY\MACHINE\SYSTEM] => \Device\HarddiskVolume2\WINDOWS\system32\config\system
2007-06-12 08:53:03, Info MIG [\REGISTRY\USER\.DEFAULT] => \Device\HarddiskVolume2\WINDOWS\system32\config\default
2007-06-12 08:53:03, Info MIG [\REGISTRY\MACHINE\SAM] => \Device\HarddiskVolume2\WINDOWS\system32\config\SAM
2007-06-12 08:53:03, Info MIG [\REGISTRY\USER\S-1-5-20] => \Device\HarddiskVolume2\Documents and Settings\NetworkService\NTUSER.DAT
2007-06-12 08:53:03, Info MIG [\REGISTRY\USER\S-1-5-20_Classes] => \Device\HarddiskVolume2\Documents and Settings\NetworkService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat
2007-06-12 08:53:03, Info MIG [\REGISTRY\USER\S-1-5-19] => \Device\HarddiskVolume2\Documents and Settings\LocalService\NTUSER.DAT
2007-06-12 08:53:03, Info MIG [\REGISTRY\USER\S-1-5-19_Classes] => \Device\HarddiskVolume2\Documents and Settings\LocalService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat
2007-06-12 08:53:03, Info MIG [\REGISTRY\USER\S-1-5-21-725345543-1229272821-682003330-1003] => \Device\HarddiskVolume2\Documents and Settings\MSB\NTUSER.DAT
2007-06-12 08:53:03, Info MIG [\REGISTRY\USER\S-1-5-21-725345543-1229272821-682003330-1003_Classes] => \Device\HarddiskVolume2\Documents and Settings\MSB\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat
2007-06-12 08:53:03, Info MIG End of hive list
2007-06-12 08:53:03, Warning [0x0803da] MIG Waiting 6000 msec to retry hive load (tries remaining: 19)...
2007-06-12 08:53:09, Warning [0x0803d9] MIG IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)
2007-06-12 08:53:09, Info MIG Attempting to find and unload hive C:\Documents and Settings\MSB\NTUSER.DAT (\Device\HarddiskVolume2\Documents and Settings\MSB\NTUSER.DAT)
2007-06-12 08:53:09, Info [0x0808ad] MIG Hive \Device\HarddiskVolume2\Documents and Settings\MSB\NTUSER.DAT is loaded at \REGISTRY\USER\S-1-5-21-725345543-1229272821-682003330-1003
2007-06-12 08:53:09, Info [0x0808ae] MIG Unloading hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003
2007-06-12 08:53:09, Warning [0x0808af] MIG Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)
2007-06-12 08:53:09, Warning [0x0808aa] MIG Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)
2007-06-12 08:53:09, Info MIG Dumping hive list at HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\hivelist...
2007-06-12 08:53:09, Info MIG [\REGISTRY\MACHINE\HARDWARE] =>
2007-06-12 08:53:09, Info MIG [\REGISTRY\MACHINE\SECURITY] => \Device\HarddiskVolume2\WINDOWS\system32\config\SECURITY
2007-06-12 08:53:09, Info MIG [\REGISTRY\MACHINE\SOFTWARE] => \Device\HarddiskVolume2\WINDOWS\system32\config\software
2007-06-12 08:53:09, Info MIG [\REGISTRY\MACHINE\SYSTEM] => \Device\HarddiskVolume2\WINDOWS\system32\config\system
2007-06-12 08:53:09, Info MIG [\REGISTRY\USER\.DEFAULT] => \Device\HarddiskVolume2\WINDOWS\system32\config\default
2007-06-12 08:53:09, Info MIG [\REGISTRY\MACHINE\SAM] => \Device\HarddiskVolume2\WINDOWS\system32\config\SAM
2007-06-12 08:53:09, Info MIG [\REGISTRY\USER\S-1-5-20] => \Device\HarddiskVolume2\Documents and Settings\NetworkService\NTUSER.DAT
2007-06-12 08:53:09, Info MIG [\REGISTRY\USER\S-1-5-20_Classes] => \Device\HarddiskVolume2\Documents and Settings\NetworkService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat
2007-06-12 08:53:09, Info MIG [\REGISTRY\USER\S-1-5-19] => \Device\HarddiskVolume2\Documents and Settings\LocalService\NTUSER.DAT
2007-06-12 08:53:09, Info MIG [\REGISTRY\USER\S-1-5-19_Classes] => \Device\HarddiskVolume2\Documents and Settings\LocalService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat
2007-06-12 08:53:09, Info MIG [\REGISTRY\USER\S-1-5-21-725345543-1229272821-682003330-1003] => \Device\HarddiskVolume2\Documents and Settings\MSB\NTUSER.DAT
2007-06-12 08:53:09, Info MIG [\REGISTRY\USER\S-1-5-21-725345543-1229272821-682003330-1003_Classes] => \Device\HarddiskVolume2\Documents and Settings\MSB\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat
2007-06-12 08:53:09, Info MIG End of hive list
2007-06-12 08:53:09, Warning [0x0803da] MIG Waiting 6000 msec to retry hive load (tries remaining: 18)...
2007-06-12 08:53:15, Warning [0x0803d9] MIG IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)
2007-06-12 08:53:15, Info MIG Attempting to find and unload hive C:\Documents and Settings\MSB\NTUSER.DAT (\Device\HarddiskVolume2\Documents and Settings\MSB\NTUSER.DAT)
2007-06-12 08:53:15, Info [0x0808ad] MIG Hive \Device\HarddiskVolume2\Documents and Settings\MSB\NTUSER.DAT is loaded at \REGISTRY\USER\S-1-5-21-725345543-1229272821-682003330-1003
2007-06-12 08:53:15, Info [0x0808ae] MIG Unloading hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003
2007-06-12 08:53:15, Warning [0x0808af] MIG Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)
2007-06-12 08:53:15, Warning [0x0808aa] MIG Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)
2007-06-12 08:53:15, Info MIG Dumping hive list at HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\hivelist...
2007-06-12 08:53:15, Info MIG [\REGISTRY\MACHINE\HARDWARE] =>
2007-06-12 08:53:15, Info MIG [\REGISTRY\MACHINE\SECURITY] => \Device\HarddiskVolume2\WINDOWS\system32\config\SECURITY
2007-06-12 08:53:15, Info MIG [\REGISTRY\MACHINE\SOFTWARE] => \Device\HarddiskVolume2\WINDOWS\system32\config\software
2007-06-12 08:53:15, Info MIG [\REGISTRY\MACHINE\SYSTEM] => \Device\HarddiskVolume2\WINDOWS\system32\config\system
2007-06-12 08:53:15, Info MIG [\REGISTRY\USER\.DEFAULT] => \Device\HarddiskVolume2\WINDOWS\system32\config\default
2007-06-12 08:53:15, Info MIG [\REGISTRY\MACHINE\SAM] => \Device\HarddiskVolume2\WINDOWS\system32\config\SAM
2007-06-12 08:53:15, Info MIG [\REGISTRY\USER\S-1-5-20] => \Device\HarddiskVolume2\Documents and Settings\NetworkService\NTUSER.DAT
2007-06-12 08:53:15, Info MIG [\REGISTRY\USER\S-1-5-20_Classes] => \Device\HarddiskVolume2\Documents and Settings\NetworkService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat
2007-06-12 08:53:15, Info MIG [\REGISTRY\USER\S-1-5-19] => \Device\HarddiskVolume2\Documents and Settings\LocalService\NTUSER.DAT
2007-06-12 08:53:15, Info MIG [\REGISTRY\USER\S-1-5-19_Classes] => \Device\HarddiskVolume2\Documents and Settings\LocalService\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat
2007-06-12 08:53:15, Info MIG [\REGISTRY\USER\S-1-5-21-725345543-1229272821-682003330-1003] => \Device\HarddiskVolume2\Documents and Settings\MSB\NTUSER.DAT
2007-06-12 08:53:15, Info MIG [\REGISTRY\USER\S-1-5-21-725345543-1229272821-682003330-1003_Classes] => \Device\HarddiskVolume2\Documents and Settings\MSB\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat
2007-06-12 08:53:15, Info MIG End of hive list
2007-06-12 08:53:15, Warning [0x0803da] MIG Waiting 6000 msec to retry hive load (tries remaining: 17)...
.... and so on, until it reaches 0 remaining hive load tries. The log file picks up here:Code Snippet2007-06-12 08:54:57, Info MIG End of hive list
2007-06-12 08:54:57, Warning [0x0803db] MIG IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed; giving up (32)
2007-06-12 08:54:57, Error [0x08039d] MIG Cannot add mapping for user profile C:\Documents and Settings\MSB. Error: 32: class Mig::Win32ErrorException: Win32ErrorException: Error(32), .
__thiscall Mig::CIndirectKeyMapper::CIndirectKeyMapper(class UnBCL::String *,struct HKEY__ *,class UnBCL::String *,class UnBCL::String *,int,int,const Mig::HiveLoadRetryOptions *)
[gle=0x000006fd]
2007-06-12 08:54:57, Error [0x080801] MIG User profile loading error. Aborting due to external request.[gle=0x000006fd]
2007-06-12 08:54:57, Error [0x0802fa] MIG MigStartUp caught exception: class Mig::Win32ErrorException: Win32ErrorException: Error(1253), User profile loading error. Aborting due to external request..
void __thiscall Mig::COnlineWinNTPlatform::ProcessUser(class Mig::CRegistryDataStore *,class Mig::CRegistryDataUnit *,class UnBCL::String *,class UnBCL::String *,int)2007-06-12 08:54:57, Info Leaving MigStartUp method
2007-06-12 08:54:57, Info MIG Migrate: migration operation failed (MigResult=4)
2007-06-12 08:54:57, Info [0x08008c] MIG Migrate: Shutting down with cleanup..., gle:0
2007-06-12 08:54:57, Info MIG MigShutDown returning immediately, since the facade is not initialized
2007-06-12 08:54:57, Info [0x08008d] MIG Migrate : Finished (0)
2007-06-12 08:54:57, Warning [0x0800ad] MIG Callback_GatherOldSys: Migrating to (C:\$UPGRADE.~OS\OnlineMigStore) did not finish successfully
2007-06-12 08:54:57, Info MIG PublishCriticalError: Windows installation encountered an error and cannot continue.
2007-06-12 08:54:57, Info [0x0a013d] UI Accepting Cancel. Exiting Page Progress.
2007-06-12 08:54:57, Info UI Entering Page Cancel.
2007-06-12 08:54:57, Info UI Page with ID 112 returned 0 for CanPageBeActivated with choice 0
2007-06-12 08:54:57, Info UI Some issues soft appcomapt
2007-06-12 08:54:57, Info UI Page with ID 339 returned 1 for CanPageBeActivated with choice 0
2007-06-12 08:54:57, Info [0x0a0035] UI Allowing Page 'App Compat' to be shown
2007-06-12 08:54:57, Info UI Page with ID 339 returned 1 for CanPageBeActivated with choice 0
2007-06-12 08:54:57, Info UI Page with ID 112 returned 0 for CanPageBeActivated with choice 0
2007-06-12 08:54:57, Info UI Some issues soft appcomapt
2007-06-12 08:54:57, Info UI Page with ID 339 returned 1 for CanPageBeActivated with choice 0
2007-06-12 08:54:57, Info [0x0a0035] UI Allowing Page 'App Compat' to be shown
2007-06-12 08:54:57, Info UI Page with ID 339 returned 1 for CanPageBeActivated with choice 0
2007-06-12 08:54:57, Info [0x0a011c] UI WizardDialogPost::SetActive
2007-06-12 08:55:15, Info [0x070042] DIAG CallBack_DiagnosticDataSend: Called with notification for Error published by ErrorHandler
2007-06-12 08:55:15, Info [0x0a0023] UI progress task ProgressInfo\SendDiagnostics : StartProgress
2007-06-12 08:55:15, Info DIAG CallBack_DiagnosticDataSend: Phase=1 Start time was 0X2FC7F326E, End time was 0X2FC7F36C3, total time was 0X455
2007-06-12 08:55:15, Info [0x070044] DIAG CallBack_DiagnosticDataSend: startSetupTimeInSecs = 0X2FC7EEC1B
2007-06-12 08:55:15, Info [0x070045] DIAG Processing Diagnostic data at 2007-06-12 08:55:15
2007-06-12 08:55:15, Info [0x070046] DIAG CallBack_DiagnosticDataSend: endSetupTimeInSecs = 0X2FC7EF073
2007-06-12 08:55:15, Info DIAG CallBack_DiagnosticDataSend: setupInstallTime = 0X458
2007-06-12 08:55:15, Info DIAG CallBack_DiagnosticDataSend: User is NOT OPTED-IN for SQM and Watson.
2007-06-12 08:55:15, Info [0x0a0024] UI progress task ProgressInfo\SendDiagnostics : EndProgress
2007-06-12 08:55:15, Info [0x090095] PANTHR WdsExitImmediate called! Execution will stop, and the queue won't be saved.
2007-06-12 08:55:15, Info [0x0800af] MIG Leaving Callback_GatherOldSys (failure)
2007-06-12 08:55:15, Info [0x09008c] PANTHR SeqExecute -- stopping, since WdsExitImmediate() was called
2007-06-12 08:55:15, Info [0x090086] PANTHR pWorkerThreadFunc -- Stopping
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: CompatMod (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: ErrorHandler (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Internal (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: CopyPrivates (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: CreatePageFile (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: RestartModule (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: ParseCommandLine (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: SystemRestore (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: ModuleLoader (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Imaging (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Ems (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: CBS (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: MSDCleanup (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: ComputerName (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: License (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: LanguagePack (SEQ1)
2007-06-12 08:55:15, Info [0x0605a6] IBS Requested UI to hide the language and locale selection pages.
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Locale (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: DynamicUpdate (SEQ1)
2007-06-12 08:55:15, Info [0x0500bd] DU Module_Term_DU called
2007-06-12 08:55:15, Info [0x050081] DU WaitAndCleanUp DU...
2007-06-12 08:55:15, Info [0x0500a1] DU Done with DU.. DUMgr is cleaning Up
2007-06-12 08:55:15, Info [0x050082] DU Done with WaitAndCleanUp DU...
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: ExternalDrivers (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: BootIni (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: LogTime (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Unattend (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: UnattendImgInstall (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: PnP IBS module (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Source media module (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: ProductKey (SEQ1)
2007-06-12 08:55:15, Info [0x06010d] IBS Module_Term_Productkey: Valid product key in blackboard, show property set to hide.
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Completion (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Cmi (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: UpgLoader (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: CopySetupFiles (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: ConfigSet (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: MigTestPlugin (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: CFGOfflineImage (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: DiskSpace (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: SkuAssembly (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: ScenarioDetect (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: MountDev (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: DiskInformation (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Engine (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Compliance (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Win32UI (SEQ1)
2007-06-12 08:55:15, Info UI CallbackWin32UITerminate: Deleted WizardUI
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Diagnostic (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: BootPrep (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: DiskConfig (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: TempDrive (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: FixBBPaths (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: FirstBootCleanup (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Rollback (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: UpgDriver (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: PrepareInstallDrive (SEQ1)
2007-06-12 08:55:15, Info [0x090062] PANTHR Destroying module: Win32Progress (SEQ1)
2007-06-12 08:55:15, Info [0x090081] PANTHR Destroying any unreferenced modules! (SEQ6)
2007-06-12 08:55:15, Info [0x0601d7] IBS InstallWindows:Error Type = 3211266
2007-06-12 08:55:17, Info [0x090009] PANTHR CBlackboard::Close: c:\$windows.~bt\sources\panther\setupinfo.Other logs are:
PreGatherPnPList.LOG
Empty with 0 bytes
SetupErrR.LOG:
Code Snippet2007-06-12 08:54:57, Error [0x08039d] MIG Cannot add mapping for user profile C:\Documents and Settings\MSB. Error: 32: class Mig::Win32ErrorException: Win32ErrorException: Error(32), .
__thiscall Mig::CIndirectKeyMapper::CIndirectKeyMapper(class UnBCL::String *,struct HKEY__ *,class UnBCL::String *,class UnBCL::String *,int,int,const Mig::HiveLoadRetryOptions *)
[gle=0x000006fd]
2007-06-12 08:54:57, Error [0x080801] MIG User profile loading error. Aborting due to external request.[gle=0x000006fd]
2007-06-12 08:54:57, Error [0x0802fa] MIG MigStartUp caught exception: class Mig::Win32ErrorException: Win32ErrorException: Error(1253), User profile loading error. Aborting due to external request..
void __thiscall Mig::COnlineWinNTPlatform::ProcessUser(class Mig::CRegistryDataStore *,class Mig::CRegistryDataUnit *,class UnBCL::String *,class UnBCL::String *,int)AppCompat.XML:
Code SnippetPotential issues were detected with installed applications/devices
..\warning.gif
These issues do not prevent your upgrade, but some applications and/or devices might not work once your upgrade completes.
Digital Line Detect
Broadcom Advanced Control Suite 2
Citrix ICA
Intel PROSet/Wireless
Microsoft ActiveSync
Sonic MyDVD Plus
Windows Messenger 5.1
Broadcom Control Suite
nVidia Display drivers/nView Desktop Manager (NVIDIA Drivers)
SigmaTel Audio Control Panel
DiagErr.XML:
Code SnippetDiagWrn.XML:
Code Snippet<xml xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns:rs="urn:schemas-microsoft-com:rowset"
xmlns:z="#RowsetSchema">
<s:Schema id="RowsetSchema">
<s:ElementType name="row" content="eltOnly" rs:updatable="true">
<s:AttributeType name="Cls" rs:number="0">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Sev" rs:number="1">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="Maj" rs:number="2">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Min" rs:number="3">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="LN" rs:number="4">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="Fil" rs:number="5">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Fun" rs:number="6">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Uid" rs:number="7">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="Msg" rs:number="8">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="PID" rs:number="9">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="TID" rs:number="10">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="Con" rs:number="11">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Exe" rs:number="12">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Mod" rs:number="13">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Err" rs:number="14">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="MD" rs:number="15">
<s:datatype dt:type="hexBinary"/>
</s:AttributeType>
<s:AttributeType name="DT" rs:number="16">
<s:datatype dt:type="dateTime"/>
</s:AttributeType>
</s:ElementType>
</s:Schema>
<rs:data>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="688" Fil="" Fun="CollectDiskInfo" Uid="59130064" Msg="CollectDiskInfo:Couldn't get geometry for disk at path [\\?\usbstor#disk&ven_iomega&prod_zip_250&rev_61.t#003240bf144f2b20&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}] (GLE = 0x15). Skipping disk." PID="2800" TID="1036" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="WinSetup.dll" Err="21" MD="" DT="2007-06-12T08:36:47"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="640" Fil="" Fun="DUMgr::ApplySetupUpdate" Uid="50659484" Msg="RestartRequired after Applying Setup updates" PID="2800" TID="3132" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="WinSetup.dll" Err="0" MD="" DT="2007-06-12T08:37:46"/>
</rs:data>
</xml>
<xml xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns:rs="urn:schemas-microsoft-com:rowset"
xmlns:z="#RowsetSchema">
<s:Schema id="RowsetSchema">
<s:ElementType name="row" content="eltOnly" rs:updatable="true">
<s:AttributeType name="Cls" rs:number="0">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Sev" rs:number="1">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="Maj" rs:number="2">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Min" rs:number="3">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="LN" rs:number="4">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="Fil" rs:number="5">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Fun" rs:number="6">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Uid" rs:number="7">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="Msg" rs:number="8">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="PID" rs:number="9">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="TID" rs:number="10">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="Con" rs:number="11">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Exe" rs:number="12">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Mod" rs:number="13">
<s:datatype dt:type="string"/>
</s:AttributeType>
<s:AttributeType name="Err" rs:number="14">
<s:datatype dt:type="int"/>
</s:AttributeType>
<s:AttributeType name="MD" rs:number="15">
<s:datatype dt:type="hexBinary"/>
</s:AttributeType>
<s:AttributeType name="DT" rs:number="16">
<s:datatype dt:type="dateTime"/>
</s:AttributeType>
</s:ElementType>
</s:Schema>
<rs:data>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="688" Fil="" Fun="CollectDiskInfo" Uid="59130064" Msg="CollectDiskInfo:Couldn't get geometry for disk at path [\\?\usbstor#disk&ven_iomega&prod_zip_250&rev_61.t#003240bf144f2b20&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}] (GLE = 0x15). Skipping disk." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="WinSetup.dll" Err="21" MD="" DT="2007-06-12T08:38:03"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="688" Fil="" Fun="CollectDiskInfo" Uid="59130064" Msg="CollectDiskInfo:Couldn't get geometry for disk at path [\\?\usbstor#disk&ven_iomega&prod_zip_250&rev_61.t#003240bf144f2b20&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}] (GLE = 0x15). Skipping disk." PID="4896" TID="5500" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="WinSetup.dll" Err="21" MD="" DT="2007-06-12T08:39:45"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="688" Fil="" Fun="CollectDiskInfo" Uid="59130064" Msg="CollectDiskInfo:Couldn't get geometry for disk at path [\\?\usbstor#disk&ven_iomega&prod_zip_250&rev_61.t#003240bf144f2b20&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}] (GLE = 0x15). Skipping disk." PID="4896" TID="6132" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="WinSetup.dll" Err="21" MD="" DT="2007-06-12T08:40:20"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="1885" Fil="" Fun="CAppCompatScanner::ScanCplKey" Uid="50855936" Msg="Failed to open Cpls key. Error 2." PID="4896" TID="5500" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="upgreport.dll" Err="2" MD="" DT="2007-06-12T08:43:56"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="688" Fil="" Fun="CollectDiskInfo" Uid="59130064" Msg="CollectDiskInfo:Couldn't get geometry for disk at path [\\?\usbstor#disk&ven_iomega&prod_zip_250&rev_61.t#003240bf144f2b20&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}] (GLE = 0x15). Skipping disk." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="WinSetup.dll" Err="21" MD="" DT="2007-06-12T08:45:02"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="878" Fil="" Fun="Mig::CStateDataStore::CStateDataStore" Uid="50856971" Msg="State data store failed calling CoInitializeEx in apartment-threaded mode. (hr = 0x80010106)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="0" MD="" DT="2007-06-12T08:52:48"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="884" Fil="" Fun="Mig::CStateDataStore::CStateDataStore" Uid="50856972" Msg="Failed to create SMI engine" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1008" MD="" DT="2007-06-12T08:52:48"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="127" Fil="" Fun="Mig::CGACDataStore::CGACDataStore" Uid="50856546" Msg="GAC data store failed calling CoInitializeEx in apartment-threaded mode. (hr = 0x80010106)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1008" MD="" DT="2007-06-12T08:52:48"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="5361" Fil="" Fun="Mig::COnlineWinNTPlatform::GetUserInfo" Uid="59244544" Msg="LookupAccountSidW failed. Error: 0x000006FD" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:03"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="5720" Fil="" Fun="Mig::COnlineWinNTPlatform::ProcessUser" Uid="59245498" Msg="Found valid profile but can't get user credentials. User SID: S-1-5-21-3942209044-692321073-616350607-1156" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:03"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:03"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 19)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:03"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:09"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:09"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:09"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 18)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:09"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:15"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:15"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:15"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 17)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:15"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:21"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:21"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:21"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 16)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:21"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:27"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:27"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:27"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 15)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:27"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:33"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:33"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:33"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 14)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:33"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:39"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:39"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:39"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 13)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:39"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:45"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:45"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:45"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 12)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:45"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:51"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:51"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:51"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 11)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:51"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:57"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:57"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:57"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 10)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:53:57"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:03"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:03"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:03"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 9)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:03"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:09"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:09"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:09"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 8)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:09"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:15"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:15"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:15"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 7)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:15"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:21"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:21"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:21"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 6)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:21"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:27"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:27"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:27"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 5)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:27"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:33"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:33"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:33"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 4)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:33"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:39"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:39"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:39"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 3)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:39"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:45"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:45"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:45"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 2)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:45"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:51"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:51"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:51"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="814" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856922" Msg="Waiting 6000 msec to retry hive load (tries remaining: 1)..." PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:51"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="753" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856921" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:57"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="490" Fil="" Fun="HiveListUnloader::UnloadHiveByNtPath" Uid="50858159" Msg="Failed to unload hive at HKEY_USERS\S-1-5-21-725345543-1229272821-682003330-1003 (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:57"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="794" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50858154" Msg="Failed to find and unload hive: C:\Documents and Settings\MSB\NTUSER.DAT (error 5)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:57"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="827" Fil="" Fun="Mig::CIndirectKeyMapper::CIndirectKeyMapper" Uid="50856923" Msg="IndirectKeyMapper: RegLoadKey(HKEY_USERS,S-1-5-21-3942209044-692321073-616350607-1156,C:\Documents and Settings\MSB\NTUSER.DAT) failed; giving up (32)" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="migcore.dll" Err="1789" MD="" DT="2007-06-12T08:54:57"/>
<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="5173" Fil="" Fun="Callback_GatherOldSys" Uid="50856109" Msg="Callback_GatherOldSys: Migrating to (C:\$UPGRADE.~OS\OnlineMigStore) did not finish successfully" PID="4896" TID="5064" Con="" Exe="C:\$WINDOWS.~BT\Sources\setup.exe" Mod="upgdriver.dll" Err="0" MD="" DT="2007-06-12T08:54:57"/>
</rs:data>
</xml>
At this point, the Setup program simply tells me that it could not ugrade my OS to Vista Business.
I am about to search for and download any Windows XP User Hive Utilities that I can find and run them to see if I can get a better (successful) result.
HELP!! Any ideas what to try next?
Hello Folks,
I know I struggled with MDT/BDD for months and eventually moved to Ghost only to discover Sysprep was the issue. We found we needed an asterisk (*) for the computer name (i.e. <ComputerName>*</ComputerName> ) and the ProductKey is best left out completely if one is going to prompt for a key during boot up (i.e. enter unique OEM product key's).
I know this hasn't been posted to in over a year but hopefully this can help someone else who may be struggling like we were.
Best of luck,
Matt

