C++ 2009 runtime redist won't install


  1. Posts : 36
    Tower: 7 Pro; Laptop: Win 7x64/Win10x64 multiboot
       #1

    C++ 2009 runtime redist won't install


    I still can't install the 2009 C++ runtime SP1. Its MSI fails with a 1935/80070003 error. I turned on MSI logging, and am attaching the installation log with this post in case someone can look at it and understand what's malfunctioning. I looked through it, and it looks like MSI's using h:\ drive root as a scratch drive. Where it gets that from, I have no idea, as all TEMP and TMP locations are on F:, and MS SE installed fine, and its log shows it used h:\ also. I just clicked on the executable downloaded at C:\Downloads\Microsoft (I'm Admin, BTW). At line 1681, MSI logging for the failed runtime install reports:
    Code:
     
    
    Executing op: AssemblyCopy(SourceName=ax86.dll|atl90.dll,SourceCabKey=ul_atl90.dll.30729.01.Microsoft_VC90_ATL_x86.SP,DestName=atl90.dll,Attributes=0,FileSize=161784,PerTick=65536,,VerifyMedia=1,ElevateFlags=4,,,,ComponentId={AE56AAF5-F3C0-3D4B-8859-A1E50A3E27BF},,,,AssemblyMode=0,) MSI (s) (6C:0C) [17:30:14:044]: Assembly Error:The system cannot find the path specified.
    So, I guess there's where the 1935 error's coming from. WHY? It doesn't flag anything else as not found! I'm also attaching the section of the cbs.log that starts with the trustedinstaller section for this failure, in case that helps.
    ————————————————————
    I finally got the 2005 C++ redistributable runtime SP1 to install after fixing a a missing %windir\wisxs\manifest manifest file that the sys prep utility flagged as missing (thanks for the suggestion, Flavius!), but I still can't update it to the security patch Windows Update whines about, so disabled it, and Trend Titanium Internet Security insists on trying to reinstall the 2005 runtime, but fails, so I'm stuck with MS SE...
    C++ 2009 runtime redist won't install Attached Files
    Last edited by bachware; 18 Nov 2010 at 23:52. Reason: Dropped disk ref.
      My Computer


  2. Posts : 936
    Windows 7 Ultimate 64 bit, Mac OS X 10.6
       #2
      My Computer


  3. Posts : 748
    Windows 7 Professional x64 PL
       #3

    You have already your own thread WU update 643 error w/C++ 2005 redistributable

    1.Have you tried my suggestion from post 18 of this thread?
    2.Related to your logs:

    MSI (s) (6C:0C) [17:30:13:923]: File: F:\Program Files\Common Files\Microsoft Shared\VC\msdia90.dll; To be installed; Won't patch; No existing file
    Do you have this file mentioned here?

    3.Try results on clean boot How to Troubleshoot a Problem by Performing a Clean Startup in Windows 7 or Vista, if this also fail you may try to install in safe mode by using this soft SafeMSI.exe - Start Windows Installer Service in Safe Mode | Technibble ,but I can't promise this will work in Windows 7 and I don't know that only enabling Windows Installer is enough to install Microsoft Visual C++ library any version
    4.Only if really nothing help:

    Code:
    MSI (s) (6C:0C) [17:30:14:043]: Executing op: SetTargetFolder(Folder=F:\Windows\winsxs\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.1_none_e29d1181971ae11e\)
    MSI (s) (6C:0C) [17:30:14:044]: Executing op: SetSourceFolder(Folder=1\Windows\winsxs\ulATLx86\)
    MSI (s) (6C:0C) [17:30:14:044]: Executing op: AssemblyCopy(SourceName=ax86.dll|atl90.dll,SourceCabKey=ul_atl90.dll.30729.01.Microsoft_VC90_ATL_x86.SP,DestName=atl90.dll,Attributes=0,FileSize=161784,PerTick=65536,,VerifyMedia=1,ElevateFlags=4,,,,ComponentId={AE56AAF5-F3C0-3D4B-8859-A1E50A3E27BF},,,,AssemblyMode=0,)
    MSI (s) (6C:0C) [17:30:14:044]: Assembly Error:The system cannot find the path specified.
    This error may relate both source and target,source of course it's only temporary folder.What will happen if you just create manualy this folder?

    F:\Windows\winsxs\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.1_none_e29d1181971ae11e\
    Last edited by Brink; 05 Aug 2011 at 03:48.
      My Computer


  4. Posts : 36
    Tower: 7 Pro; Laptop: Win 7x64/Win10x64 multiboot
    Thread Starter
       #4

    Thanks, Flavius. I created this new thread because it's a 1935/80070003 fail with the 2009 redistributable, not the 643 WU update, which I've given up on. The 2005 now installs thanks to the replaced manifest. I'll look at your other suggestions.

    1. See the other thread for enviro. vars. change there.
    2. No. There's only the msdia80.dll there. Since the VC++ 2009 runtime I'm trying to install is coming from the SP1 redist, should I install the original redist first? Looking in the log file, it seem to say that there's nothing to patch, so it'll just install the SP1 without it.
    3. I'll try installing from a minimal startup, and maybe see if the SafeMSI will work in Win 7.
    4. The folder x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.21022.8_none_bdf22a22ab9e15d5 is already there in F:\Windows\winsxs. Wonder if creating the newer version will help? I'll try manually creating the other one you suggest. I wonder if I could just find an msdia90.dll and put it in the location where it's missing. Then MSI shouldn't choke. I guess it'd have to be the right version (9.0.21022.8). Maybe I can do a search for it on the system, and somehow find the right version.

    This is all pretty strange... Thanks.
      My Computer


  5. Posts : 748
    Windows 7 Professional x64 PL
       #5

    I attaching 32bit version msdia90.dll - I only have library 2005 and 2008 and I have this file.

    -Do not do all steps at once
    -If you have already this folder in WinSxS then you don't need recreate it in my opinion
    C++ 2009 runtime redist won't install Attached Files
      My Computer


  6. Posts : 36
    Tower: 7 Pro; Laptop: Win 7x64/Win10x64 multiboot
    Thread Starter
       #6

    No progress, BUT...


    Worried that it was VC++ RT SP1 that couldn't upgrade from the original release, I downladed that and tried it too: same failure. Also found the same msdia.dll on my system elsewhere, but thanks for posting it. Putting that in \Program Files\Common Files\Microsoft Shared\VC didn't work either.

    I've noticed something suspicious in the MSI logs for installing the runtimes: Wherever the error occurs, there seem to be numbers getting into the error string where they probably shouldn't be. For example:
    Code:
     
    MSI (s) (00:5C) [11:38:50:377]: Assembly Error (sxs): Please look into Component Based Servicing Log located at 1838252024ndir\logs\cbs\cbs.log to get more diagnostic information.
    By all rights what's underlined should be "wi", so it's windir, but apparently "wi" has been replaced by a number. It makes me wonder if my Win 7 Installer info is corrupted. Do you know of a way to remove/reinstall that?
    OR: I have an XP installation on the same system, in whose %windir%\WinSxS both VC++ entries look different. Here's a strange Idea: make a new folder in F:\Windows called testsxs, then duplicate everything from 7's sxs in that. Then copy all the missing sxs stuff for the VC++ installations — manifests, etc., that has 80 and 90 in it that isn't already present in testsxs, and installer logs complain about, over from XP's WinSxS into testsxs. Then, rename 7's winsxs to winsxs.old and testsxs to winsxs, and reboot, to see if problems resolve. That's assuming that XP's WinSxS folder's contents aren't too different from 7's: manifests and other subdirs. The manifests are of course just XML files. The other subfolders just contain DLL-hell versions. I'm guessing that the errors I'm seeing are due to sxs mismatches that the Installer can't resolve. The caveat here is that doing the preceding could cause mismatches with what's in the Registry...

    What do you think about that theory?
    Last edited by bachware; 19 Nov 2010 at 19:03. Reason: Added some detail
      My Computer


  7. Posts : 748
    Windows 7 Professional x64 PL
       #7

    bachware said:
    I've noticed something suspicious in the MSI logs for installing the runtimes: Wherever the error occurs, there seem to be numbers getting into the error string where they probably shouldn't be. For example:
    Code:
     
    MSI (s) (00:5C) [11:38:50:377]: Assembly Error (sxs): Please look into Component Based Servicing Log located at 1838252024ndir\logs\cbs\cbs.log to get more diagnostic information.
    By all rights what's underlined should be "wi", so it's windir, but apparently "wi" has been replaced by a number. It makes me wonder if my Win 7 Installer info is corrupted. Do you know of a way to remove/reinstall that?
    Yeah,I also noticed this error message but it tell me nothing.

    Viewing into your CBS.log:

    Background SFC report does not report any issue

    Analyzing full CBS.log out of SFC I found these errors

    Code:
    2010-09-30 00:04:42, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-09-30 00:04:42, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-09-30 00:04:42, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-09-30 11:04:05, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-09-30 11:04:05, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-09-30 11:04:05, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 09:49:54, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 09:49:54, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 09:49:54, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 10:31:52, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 10:31:52, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 10:31:52, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 10:33:32, Info                  CSI    0000000a Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 10:33:32, Info                  CSI    00000013 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 15:45:06, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 15:45:06, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 15:45:06, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 16:00:27, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 16:00:27, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 16:00:27, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 16:00:27, Info                  CSI    00000009 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:00:27, Info                  CSI    00000012 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:00:27, Info                  CSI    0000001b Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:00:27, Info                  CSI    00000024 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:00:27, Info                  CSI    0000002d Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:00:27, Info                  CSI    00000036 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:00:28, Info                  CSI    0000003f Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:00:28, Info                  CSI    00000048 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:31, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 16:12:31, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 16:12:31, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_all.sqm, flags: 0x6 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 16:12:31, Info                  CBS    SQM: Failed to start always sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 16:12:31, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 16:12:31, Info                  CSI    00000009 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:31, Info                  CSI    00000012 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:31, Info                  CSI    0000001b Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:31, Info                  CSI    00000024 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:31, Info                  CSI    0000002d Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:31, Info                  CSI    00000036 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:31, Info                  CSI    0000003f Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:31, Info                  CSI    00000048 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:58, Info                  CSI    00000051 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:58, Info                  CSI    0000005a Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:58, Info                  CSI    00000063 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:58, Info                  CSI    0000006c Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:58, Info                  CSI    00000075 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:58, Info                  CSI    0000007e Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:58, Info                  CSI    00000087 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:12:58, Info                  CSI    00000090 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:14:04, Info                  CSI    00000099 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:14:04, Info                  CSI    000000a2 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:14:04, Info                  CSI    000000ab Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:14:04, Info                  CSI    000000b4 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:14:04, Info                  CSI    000000bd Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:14:04, Info                  CSI    000000c6 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:14:04, Info                  CSI    000000cf Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:14:04, Info                  CSI    000000d8 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-01 16:19:34, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 16:19:34, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-01 16:19:34, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 13:15:33, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 13:15:33, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 13:15:33, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 13:46:49, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 13:46:49, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 13:46:49, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_all.sqm, flags: 0x6 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 13:46:49, Info                  CBS    SQM: Failed to start always sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 13:46:49, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 14:02:01, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 14:02:01, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 14:02:01, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_all.sqm, flags: 0x6 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 14:02:01, Info                  CBS    SQM: Failed to start always sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 14:02:01, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 14:31:14, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 14:31:14, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 14:31:14, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 14:59:55, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 14:59:55, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 14:59:55, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 15:07:19, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 15:07:19, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 15:07:19, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 15:09:46, Info                  CSI    0000000a Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:09:46, Info                  CSI    00000013 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:13:24, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 15:13:24, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 15:13:24, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 15:13:24, Info                  CSI    00000009 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:13:24, Info                  CSI    00000012 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:13:24, Info                  CSI    0000001b Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:13:24, Info                  CSI    00000024 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:13:24, Info                  CSI    0000002d Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:13:24, Info                  CSI    00000036 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:13:24, Info                  CSI    0000003f Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:13:24, Info                  CSI    00000048 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:16:07, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 15:16:07, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 15:16:07, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 15:18:16, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-02 15:18:16, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-02 15:18:16, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-02 15:19:05, Info                  CSI    00000033 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:19:05, Info                  CSI    0000003c Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-02 15:19:08, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateInitiateRollback | CbsExecuteStateFlagAdvancedInstallersFailed
    2010-10-02 15:19:10, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-02 15:19:10, Info                  CBS    SQM: Reporting package change for package: Package_for_KB2416471~31bf3856ad364e35~x86~~6.1.1.0, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: False, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 202, first merged sequence: 202
    2010-10-02 15:19:10, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB2416471~31bf3856ad364e35~x86~~6.1.1.0, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 202, first merged sequence: 202
    2010-10-02 16:59:17, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 16:59:17, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 16:59:17, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 17:08:25, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 17:08:25, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 17:08:25, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-02 17:09:13, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-02 17:09:13, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-02 17:09:13, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-02 17:09:57, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateInitiateRollback | CbsExecuteStateFlagAdvancedInstallersFailed
    2010-10-02 17:09:59, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-02 17:09:59, Info                  CBS    SQM: Reporting package change for package: Package_for_KB2416471~31bf3856ad364e35~x86~~6.1.1.0, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: False, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 202, first merged sequence: 202
    2010-10-02 17:09:59, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB2416471~31bf3856ad364e35~x86~~6.1.1.0, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 202, first merged sequence: 202
    2010-10-04 09:30:39, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-04 09:30:39, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-04 09:30:39, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-04 13:48:04, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-04 13:48:04, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-04 13:48:04, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-04 17:11:58, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-04 17:11:58, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-04 17:11:58, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-05 10:12:39, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-05 10:12:39, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-05 10:12:39, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-05 15:42:08, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-05 15:42:08, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-05 15:42:08, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_all.sqm, flags: 0x6 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-05 15:42:08, Info                  CBS    SQM: Failed to start always sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-05 15:42:08, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-06 09:38:37, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-06 09:38:37, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-06 09:38:37, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-07 09:29:47, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-07 09:29:47, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-07 09:29:47, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_all.sqm, flags: 0x6 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-07 09:29:47, Info                  CBS    SQM: Failed to start always sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-07 09:29:47, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-07 22:34:25, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-07 22:34:25, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-07 22:34:25, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-08 11:01:05, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-08 11:01:05, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-08 11:01:05, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-09 10:40:25, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-09 10:40:25, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-09 10:40:25, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-09 23:09:22, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-09 23:09:22, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-09 23:09:22, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-10 18:07:58, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-10 18:07:58, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-10 18:07:58, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-11 12:24:18, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-11 12:24:18, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-11 12:24:18, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-11 14:47:51, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-11 14:47:51, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-11 14:47:51, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 09:37:51, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 09:37:51, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 09:37:51, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 14:41:57, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 14:41:57, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 14:41:57, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 14:42:58, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:42:58, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:42:58, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:14, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:14, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:14, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:22, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:22, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:22, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:30, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:30, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:30, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:36, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:36, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:36, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:41, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:41, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:41, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:47, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:47, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:47, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:54, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:54, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:43:54, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:44:10, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:44:10, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:44:10, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:44:20, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:44:20, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:44:20, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:44:25, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:44:25, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:44:25, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-12 14:45:11, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateInitiateRollback | CbsExecuteStateFlagAdvancedInstallersFailed
    2010-10-12 14:45:11, Info                  CSI    00000187 Error STATUS_CANNOT_DELETE while executing operation HardLinkFile on [l:354{177}]"\SystemRoot\WinSxS\x86_windowssearchengine-structuredquery_31bf3856ad364e35_7.0.7600.16587_none_cffeb96cbb9997c9\StructuredQuery.dll, \??\F:\Windows\System32\StructuredQuery.dll"
    2010-10-12 14:45:11, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:45:11, Info                  CBS    Exec: Failed to commit CSI transaction due to file in use or Component reboot required, package changes need to be pended.
    2010-10-12 14:45:12, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateFailed
    2010-10-12 14:45:12, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:45:12, Info                  CBS    SQM: Reporting package change for package: Package_for_KB979688~31bf3856ad364e35~x86~~6.1.1.3, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 214, first merged sequence: 214
    2010-10-12 14:45:13, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateFailed
    2010-10-12 14:45:14, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:45:14, Info                  CBS    SQM: Reporting package change for package: Package_for_KB2281679~31bf3856ad364e35~x86~~6.1.1.0, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 216, first merged sequence: 214
    2010-10-12 14:47:05, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateFailed
    2010-10-12 14:47:07, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:47:07, Info                  CBS    SQM: Reporting package change for package: Package_for_KB2345886~31bf3856ad364e35~x86~~6.1.1.2, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 218, first merged sequence: 214
    2010-10-12 14:47:08, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateFailed
    2010-10-12 14:47:14, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:47:14, Info                  CBS    SQM: Reporting package change for package: Package_for_KB981957~31bf3856ad364e35~x86~~6.1.1.2, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 220, first merged sequence: 214
    2010-10-12 14:47:25, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateFailed
    2010-10-12 14:47:28, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:47:28, Info                  CBS    SQM: Reporting package change for package: Package_for_KB2378111~31bf3856ad364e35~x86~~6.1.1.1, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 222, first merged sequence: 214
    2010-10-12 14:47:29, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateFailed
    2010-10-12 14:47:31, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:47:31, Info                  CBS    SQM: Reporting package change for package: Package_for_KB2387149~31bf3856ad364e35~x86~~6.1.1.1, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 224, first merged sequence: 214
    2010-10-12 14:47:33, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateFailed
    2010-10-12 14:47:35, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:47:35, Info                  CBS    SQM: Reporting package change for package: Package_for_KB2296011~31bf3856ad364e35~x86~~6.1.1.0, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 226, first merged sequence: 214
    2010-10-12 14:47:43, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateFailed
    2010-10-12 14:47:45, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:47:45, Info                  CBS    SQM: Reporting package change for package: Package_for_KB2207566~31bf3856ad364e35~x86~~6.1.1.0, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 228, first merged sequence: 214
    2010-10-12 14:47:47, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateFailed
    2010-10-12 14:47:49, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:47:49, Info                  CBS    SQM: Reporting package change for package: Package_for_KB982132~31bf3856ad364e35~x86~~6.1.1.3, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 230, first merged sequence: 214
    2010-10-12 14:47:54, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateFailed
    2010-10-12 14:48:01, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:48:01, Info                  CBS    SQM: Reporting package change for package: Package_for_KB2360131~31bf3856ad364e35~x86~~6.1.1.3, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 232, first merged sequence: 214
    2010-10-12 14:48:06, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateFailed
    2010-10-12 14:48:11, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 14:48:11, Info                  CBS    SQM: Reporting package change for package: Package_for_KB979687~31bf3856ad364e35~x86~~6.1.1.2, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 234, first merged sequence: 214
    2010-10-12 14:50:36, Info                  CBS    SQM: Reporting poqexec status with status: 0x0, failed file: (null), interfering process: (null), context: Shutdown, first merged sequence: 214
    2010-10-12 15:07:39, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 15:07:39, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 15:07:39, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_all.sqm, flags: 0x6 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 15:07:39, Info                  CBS    SQM: Failed to start always sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 15:07:39, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 15:08:05, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB2207566~31bf3856ad364e35~x86~~6.1.1.0, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 228, first merged sequence: 214
    2010-10-12 15:08:06, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB2281679~31bf3856ad364e35~x86~~6.1.1.0, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 216, first merged sequence: 214
    2010-10-12 15:08:06, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB2296011~31bf3856ad364e35~x86~~6.1.1.0, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 226, first merged sequence: 214
    2010-10-12 15:08:07, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB2345886~31bf3856ad364e35~x86~~6.1.1.2, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 218, first merged sequence: 214
    2010-10-12 15:08:07, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB2360131~31bf3856ad364e35~x86~~6.1.1.3, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 232, first merged sequence: 214
    2010-10-12 15:08:07, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB2378111~31bf3856ad364e35~x86~~6.1.1.1, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 222, first merged sequence: 214
    2010-10-12 15:08:07, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB2387149~31bf3856ad364e35~x86~~6.1.1.1, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 224, first merged sequence: 214
    2010-10-12 15:08:07, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB979687~31bf3856ad364e35~x86~~6.1.1.2, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 234, first merged sequence: 214
    2010-10-12 15:08:07, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB979688~31bf3856ad364e35~x86~~6.1.1.3, current: Installed, original: Staged, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 214, first merged sequence: 214
    2010-10-12 15:08:07, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB981957~31bf3856ad364e35~x86~~6.1.1.2, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 220, first merged sequence: 214
    2010-10-12 15:08:07, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB982132~31bf3856ad364e35~x86~~6.1.1.3, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 230, first merged sequence: 214
    2010-10-12 15:08:08, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-12 15:08:08, Info                  CBS    Startup: Retrying failed packages.
    2010-10-12 15:26:47, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 15:26:47, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 15:26:47, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 17:33:33, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 17:33:33, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 17:33:33, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 18:07:27, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 18:07:27, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 18:07:27, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 18:42:46, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 18:42:46, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-12 18:42:46, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 09:42:48, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 09:42:48, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 09:42:48, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:03:11, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:03:11, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:03:11, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:04:42, Info                  CSI    0000000a Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-13 10:04:42, Info                  CSI    00000013 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-13 10:08:59, Info                  CSI    0000001c Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-13 10:08:59, Info                  CSI    00000025 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-13 10:15:17, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:15:17, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:15:17, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:16:24, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-13 10:16:24, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-13 10:16:24, Info                  CBS    WER: Failure is not worth reporting [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    2010-10-13 10:17:34, Info                  CSI    00000012 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-13 10:17:34, Info                  CSI    0000001b Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-13 10:17:42, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateInitiateRollback | CbsExecuteStateFlagAdvancedInstallersFailed
    2010-10-13 10:17:49, Info                  CBS    Setting RollbackFailed flag to 0
    2010-10-13 10:17:49, Info                  CBS    SQM: Reporting package change for package: Package_for_KB2158563~31bf3856ad364e35~x86~~6.1.1.0, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: False, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 237, first merged sequence: 237
    2010-10-13 10:17:49, Info                  CBS    SQM: Reporting package change completion for package: Package_for_KB2158563~31bf3856ad364e35~x86~~6.1.1.0, current: Installed, original: Resolved, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 237, first merged sequence: 237
    2010-10-13 10:25:15, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:25:15, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:25:15, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:29:55, Info                  CSI    0000000a Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-13 10:29:56, Info                  CSI    00000013 Call to uninstall failed, the TLC is not currently installed by that installer
    2010-10-13 10:32:12, Info                  CBS    SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:32:12, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:32:12, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:03:11, Info CBS SQM: Failed to start upload with file pattern: F:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2010-10-13 10:03:11, Info CBS SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    This error exist in almost all CBS.log files and seems nobody cause any issue

    2010-10-13 10:04:42, Info CSI 0000000a Call to uninstall failed, the TLC is not currently installed by that installer
    This error is interesting and surly not to ignore,but I can't find any information what does mean...
    Visual Studio fails to install compents

    2010-10-13 10:16:24, Info CBS Failed to stage execution chain. [HRESULT = 0x800f0816 - CBS_E_DPX_JOB_STATE_SAVED]
    This error is probably caused by any 3p application/driver,some file,key is in use...sometimes it's important

    OR: I have an XP installation on the same system, in whose %windir%\WinSxS both VC++ entries look different. Here's a strange Idea: make a new folder in F:\Windows called testsxs, then duplicate everything from 7's sxs in that. Then copy all the missing sxs stuff for the VC++ installations — manifests, etc., that has 80 and 90 in it that isn't already present in testsxs, and installer logs complain about, over from XP's WinSxS into testsxs. Then, rename 7's winsxs to winsxs.old and testsxs to winsxs, and reboot, to see if problems resolve. That's assuming that XP's WinSxS folder's contents aren't too different from 7's: manifests and other subdirs. The manifests are of course just XML files. The other subfolders just contain DLL-hell versions. I'm guessing that the errors I'm seeing are due to sxs mismatches that the Installer can't resolve. The caveat here is that doing the preceding could cause mismatches with what's in the Registry...

    What do you think about that theory?
    It's stupid idea.As administrator you should know you cannot apply WinSxS from XP to Windows 7 and reverse.The structure of WinSxS are completely different between both systems...,even more -the same two system probably have different structure of WinSxS too,many to describe
    The Secret Of Windows 7 / Vista Winsxs Folder.

    Note also you ran Readiness Tool and this didn't report any issue with WinSxS.However it's possible to have any issue with any component in WinSxS although Readiness Tool does not report errors but even yes you have to diagnose and fix particulary component not whole WinSxS

    Insted I recommend to run NET Framework verifier tool
    netfx_setupverifier_new.zip - Windows Live

    post logs for all versions of NET Frameworks what you have

    Try to install NET Framework 4.0,maybe this will fix this issue...
      My Computer


  8. Posts : 36
    Tower: 7 Pro; Laptop: Win 7x64/Win10x64 multiboot
    Thread Starter
       #8

    Thanks for input


    Yes, copying winsxs from XP is stupid. That's why I asked you. I was desperate. Anyway, I performed an absolutely minimal startup with Program Files/StartUp disabled and all services off via msconfig, then manually started the MSI service, and tried to install the 2009 VC++ runtime again, but it still failed with the same 1935/80070003 error.

    SOMETHING is out of sync, and I wish the .log would say exactly what it is! I'm beginning to suspect that some Windows Update — either one that succeeded, or failed — has led to something being out of sync that's causing the VC++ 2009 installation to fail. It's the fact that the 2005 installation succeeds after having manually replaced the winsxs policy manifest that made me think that a manual fix of the VC ++ 2009 manifests would resolve the issue, even though the system readiness tool doesn't flag any errors. Since there's no VC++ 2009 on there now, do you think that manually clearing out or moving its manifests and related sub-folders might allow the runtime to install? What's interesting in the most recent log's failure section is this:
    MSI (s) (24:A4) [10:49:38:546]: Executing op: FileCopy(SourceName=60035|msdia90.dll,SourceCabKey=FL_msdia71_dll_2_60035_x86_ln.3643236F_FC70_11D3_ A536_0090278A1BB8,DestName=msdia90.dll,Attributes=0,FileSize=669184,PerTick=65536,,VerifyMedia=1,,,, ,CheckCRC=0,Version=9.0.30729.1,Language=1033,InstallMode=58982400,,,,,,,)
    MSI (s) (24:A4) [10:49:38:546]: File: F:\Program Files\Common Files\Microsoft Shared\VC\msdia90.dll; To be installed; Won't patch; No existing file
    MSI (s) (24:A4) [10:49:38:546]: Source for file 'FL_msdia71_dll_2_60035_x86_ln.3643236F_FC70_11D3_A536_0090278A1BB8' is compressed
    MSI (s) (24:A4) [10:49:38:562]: Executing op: SetTargetFolder(Folder=F:\Windows\winsxs\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.1_none_e2 9d1181971ae11e\)
    MSI (s) (24:A4) [10:49:38:562]: Executing op: SetSourceFolder(Folder=1\Windows\winsxs\ulATLx86\)
    MSI (s) (24:A4) [10:49:38:562]: Executing op: AssemblyCopy(SourceName=ax86.dll|atl90.dll,SourceCabKey=ul_atl90.dll.30729.01.Microsoft_VC90_ATL_x86 .SP,DestName=atl90.dll,Attributes=0,FileSize=161784,PerTick=65536,,VerifyMedia=1,ElevateFlags=4,,,,C omponentId={AE56AAF5-F3C0-3D4B-8859-A1E50A3E27BF},,,,AssemblyMode=0,)
    MSI (s) (24:A4) [10:49:38:562]: Assembly Error:The system cannot find the path specified.

    MSI (s) (24:A4) [10:49:38:562]: Note: 1: 1935 2: {AE56AAF5-F3C0-3D4B-8859-A1E50A3E27BF} 3: 0x80070003 4: IAssemblyCache 5: CreateAssemblyCacheItem 6: Microsoft.VC90.ATL,version="9.0.30729.1",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x8 6",type="win32"
    MSI (s) (24:A4) [10:49:38:562]: Assembly Error (sxs): Please look into Component Based Servicing Log located at 1899266040ndir\logs\cbs\cbs.log to get more diagnostic information.
    MSI (s) (24:A4) [10:49:43:812]: Product: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.17 -- Error 1935.An error occurred during the installation of assembly 'Microsoft.VC90.ATL,version="9.0.30729.1",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x 86",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {AE56AAF5-F3C0-3D4B-8859-A1E50A3E27BF}

    Error 1935.An error occurred during the installation of assembly 'Microsoft.VC90.ATL,version="9.0.30729.1",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x 86",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {AE56AAF5-F3C0-3D4B-8859-A1E50A3E27BF}
    Notice again the garbled drive specifiers and numbers present where they probably shouldn't be. Also, the msdia90.dll isn't there, of course; and notice the "1\" in the line that says SetSourceFolder(Folder=1\Windows\winsxs\ulATLx86\). That 1 doesn't look right to me. Where's it coming from, and what does it mean? Maybe that's the origin of the "The system cannot find the path specified." error that follows. The source for the install seems to have been h:\ before. I think here there's a problem that's causing h:\ to be replaced with 1\ somehow, with a side effect that's garbling the error-flag line as "located at 1899266040ndir\logs\cbs\cbs.log" instead of "located at winndir\logs\cbs\cbs.log" . So, I took h:\ off line, and then MSI used d:\, but with the same result. There's no u* anything in \Windows\winsxs.
      My Computer


  9. Posts : 36
    Tower: 7 Pro; Laptop: Win 7x64/Win10x64 multiboot
    Thread Starter
       #9

    Just to let anyone know: I'm free of the MSI VC++ 2005|2009 runtime and other (e.g., MSXML4) install errors after being forced by bit rot (maybe from a forced Flash upgrade) to format, reinstall, and restore from backup. As I said, something was grievously wrong, that the drastic procedure resolved.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 05:38.
Find Us