Error 1935 HRESULT: 0x80070003 when installing Microsoft Visual 2008


  1. Posts : 2
    Windows 7 Professional x64
       #1

    Error 1935 HRESULT: 0x80070003 when installing Microsoft Visual 2008


    Hello,

    I was trying to install XNA 3.1 when I started receiving some VC90 errors. I uninstalled Microsoft Visual C++ 2008 32 and 64, but receive an error when reinstalling. Error 1935 HRESULT: 0x80070003.

    I ran SFC /SCANNOW. CBS came back OK. I ran the readiness tool. CheckSUR says I'm fine. The install log seems to error out at:

    MSI (s) (70:34) [23:22:13:604]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6])
    MSI (s) (70:34) [23:22:13:604]: Executing op: ProgressTotal(Total=65689,Type=0,ByteEquivalent=1)
    MSI (s) (70:34) [23:22:13:604]: Executing op: SetTargetFolder(Folder=C:\Windows\winsxs\x86_microsoft.vc90.openmp_1fc8b3b9a1e18e3b_9.0.30729.4148_n one_80b7c8a91e9dd16a\)
    MSI (s) (70:34) [23:22:13:604]: Executing op: SetSourceFolder(Folder=1\Windows\winsxs\-k7oasqv\|Windows\winsxs\ulOpenMPx86\)
    MSI (s) (70:34) [23:22:13:604]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: 1,MediaCabinet=1\vc_red.cab,BytesPerTick=65536,CopierType=1,,,SignatureRequired=0,,,IsFirstPhysicalM edia=1)
    MSI (s) (70:34) [23:22:13:604]: Executing op: AssemblyCopy(SourceName=cqodxjgu.mic|x86_Microsoft.VC90.OpenMP_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_f0ccd4aa.cat,SourceCabKey=ul_catalog.30729.4148.Microsoft_VC90_OpenMP_x86.QFE,DestName=x86_Micros oft.VC90.OpenMP_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_f0ccd4aa.cat,Attributes=0,FileSize=6501,PerTick=65536,,VerifyMedia=1,ElevateFlags=4,,,,ComponentI d={2021B2F9-AC6C-398F-A9DE-113A293ADEBD},,,,AssemblyMode=0,)
    MSI (s) (70:34) [23:22:13:604]: Assembly Error:The system cannot find the path specified.

    MSI (s) (70:34) [23:22:13:604]: Note: 1: 1935 2: {2021B2F9-AC6C-398F-A9DE-113A293ADEBD} 3: 0x80070003 4: IAssemblyCache 5: CreateAssemblyCacheItem 6: Microsoft.VC90.OpenMP,version="9.0.30729.4148",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitectu re="x86",type="win32"
    MSI (s) (70:34) [23:22:13:604]: Assembly Error (sxs): Please look into Component Based Servicing Log located at -116132744ndir\logs\cbs\cbs.log to get more diagnostic information.
    MSI (s) (70:34) [23:22:14:622]: Product: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148 -- Error 1935.An error occurred during the installation of assembly 'Microsoft.VC90.OpenMP,version="9.0.30729.4148",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitect ure="x86",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {2021B2F9-AC6C-398F-A9DE-113A293ADEBD}

    I'm just unsure which path it's failing to find, and would like to avoid a repair install if possible. This is Windows Professional x64.
    Error 1935 HRESULT: 0x80070003 when installing Microsoft Visual 2008 Attached Files
      My Computer


  2. Posts : 2
    Windows 7 Professional x64
    Thread Starter
       #2

    Repair install doesn't look like a choice. It was a MAK and I can no longer get the key. I gave my account full rights to the registry and winsxs. I've narrowed it down a bit more.

    Correct Install:
    Script:
    MSI (s) (4C:1C) [21:29:23:979]: Executing opSetTargetFolder(Folder=c:\Windows\winsxs\x86_microsoft.vc90.openmp_1fc8b3b9a1e18e3b_9.0.30729.4148_none_80b7c8a91e9dd16a\)
    MSI (s) (4C:1C) [21:29:23:979]: Executing opSetSourceFolder(Folder=1\Windows\winsxs\-k7oasqv\|Windows\winsxs\ulOpenMPx86\)
    MSI (s) (4C:1C) [21:29:23:979]: Executing opAssemblyCopy(SourceName=cqodxjgu.mic|x86_Microsoft.VC90.OpenMP_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_f0ccd4aa.cat,SourceCabKey=ul_catalog.30729.4148.Microsoft_VC90_OpenMP_x86.QFE,DestName=x86_Microsoft.VC90.OpenMP_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_f0ccd4aa.cat,Attributes=0,FileSize=6501,PerTick=32768,,VerifyMedia=1,ElevateFlags=4,,,,ComponentId={2021B2F9-AC6C-398F-A9DE-113A293ADEBD},,,,AssemblyMode=0,)
    MSI (s) (4C:1C) [21:29:23:979]: Source for file 'ul_catalog.30729.4148.Microsoft_VC90_OpenMP_x86.QFE' is compressed 
    My Install:
    Script:
    MSI (s) (50:24) [19:49:07:545]: Executing opSetTargetFolder(Folder=C:\Windows\winsxs\x86_microsoft.vc90.openmp_1fc8b3b9a1e18e3b_9.0.30729.4148_none_80b7c8a91e9dd16a\)
    MSI (s) (50:24) [19:49:07:546]: Executing opSetSourceFolder(Folder=1\Windows\winsxs\-k7oasqv\|Windows\winsxs\ulOpenMPx86\)
    MSI (s) (50:24) [19:49:07:546]: Executing opAssemblyCopy(SourceName=cqodxjgu.mic|x86_Microsoft.VC90.OpenMP_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_f0ccd4aa.cat,SourceCabKey=ul_catalog.30729.4148.Microsoft_VC90_OpenMP_x86.QFE,DestName=x86_Microsoft.VC90.OpenMP_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_f0ccd4aa.cat,Attributes=0,FileSize=6501,PerTick=65536,,VerifyMedia=1,ElevateFlags=4,,,,ComponentId={2021B2F9-AC6C-398F-A9DE-113A293ADEBD},,,,AssemblyMode=0,)
    MSI (s) (50:24) [19:49:07:546]: Assembly Error:The system cannot find the path specified
    Searching I can't find 2021B2F9-AC6C-398F-A9DE-113A293ADEBD in the registry or that cab file anywhere. I don't even have that ulOpenMPx86 folder.
      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 17:52.
Find Us