Jump to content

Error 87 when using Win7 WAIK on Vistax64 source


Recommended Posts

I am trying to integrate IE9 and many .msu files into the source of a Vista x64 WIM. I'm running this on a Win7x64 machine with the Win7 WAIK installed.

Here's the contents of my batch file containing the commands.


dism /mount-wim /wimfile:C:\WinVistax64\sources\install.wim /index:1 /mountdir:c:\wim
dism /image:c:\wim /add-package /packagepath:C:\ie9\vistax64\ie9-Vista.cab
for %%g in (c:\vistax64Updates\*.msu) do dism /Image:c:\wim /Add-Package /PackagePath:%%g
dism /unmount-wim /mountdir:c:\wim /commit

However when I run this bach file I get the following error message for each .msu file plus the .cab file:

Error: 87

An error occurred while processing the command.

For more information, review the log files.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

I've also tried to integrate the msu files using 7Customizer .5.0 and got the same results.

Any ideas what's going on? I downloaded the msu files from Microsoft's site so they should be fine.

Edited by Angel Blue01
Link to comment
Share on other sites


DISM from Win7 WAIK can only service Win7, Vista SP1 and 2008 and 2008 R2 images. If you are using Vista RTM, you need the Vista WAIK.

Also try manually running without the batch file (or check the DISM.log) to see where the error is and what it is specifically.

Link to comment
Share on other sites

Dont need to do nothing fancy here, just point /packagepath to the dir containing the msu/cab's (it will also see and integrate ie9)

dism /Image:c:\wim /Add-Package /PackagePath:c:\vistax64Updates

BTW I dont think you need to uninstall this waik, it should work just fine with Vista

Edited by ricktendo64
Link to comment
Share on other sites

This is a Vista SP1 disc with SP2 slipstreamed with Win Integrator.

Here's the relevent section of my DISM.log

2011-04-01 13:15:03, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->

2011-04-01 13:15:03, Info DISM DISM.EXE:

2011-04-01 13:15:03, Info DISM DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=4

2011-04-01 13:15:03, Info DISM DISM.EXE: Executing command line: dism /mount-wim /wimfile:C:\WinVistax64\sources\install.wim /index:1 /mountdir:c:\wim

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Loading Provider from location C:\Windows\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Loading Provider from location C:\Windows\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Connecting to the provider located at C:\Windows\System32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider

2011-04-01 13:15:03, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.

2011-04-01 13:15:03, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager

2011-04-01 13:15:03, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager.

2011-04-01 13:15:03, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager

2011-04-01 13:15:03, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider

2011-04-01 13:15:03, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager

2011-04-01 13:15:03, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Getting Provider WimManager - CDISMProviderStore::GetProvider

2011-04-01 13:15:03, Info DISM DISM Provider Store: PID=1228 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:40, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.

2011-04-01 13:16:40, Info DISM DISM.EXE:

2011-04-01 13:16:40, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->

2011-04-01 13:16:40, Info DISM DISM.EXE:

2011-04-01 13:16:40, Info DISM DISM Image Session: PID=1228 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1228 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1228 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1228 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1228 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1228 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider

2011-04-01 13:16:40, Info DISM PID=1160 Scratch directory set to 'C:\Users\Dad\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir

2011-04-01 13:16:40, Info DISM PID=1160 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadImageSession

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Failed to get and initialize the PE Provider. Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Getting Provider DISMLogger - CDISMProviderStore::GetProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Getting Provider DISMLogger - CDISMProviderStore::GetProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:40, Info DISM DISM Manager: PID=1160 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Getting Provider DISMLogger - CDISMProviderStore::GetProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:40, Info DISM DISM.EXE:

2011-04-01 13:16:40, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->

2011-04-01 13:16:40, Info DISM DISM.EXE:

2011-04-01 13:16:40, Info DISM DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=4

2011-04-01 13:16:40, Info DISM DISM.EXE: Executing command line: dism /image:c:\wim /add-package /packagepath:C:\ie9\vistax64\ie9-Vista.cab

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Loading Provider from location C:\Windows\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Loading Provider from location C:\Windows\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Connecting to the provider located at C:\Windows\System32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider

2011-04-01 13:16:40, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.

2011-04-01 13:16:40, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager

2011-04-01 13:16:40, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager.

2011-04-01 13:16:40, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager

2011-04-01 13:16:40, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider

2011-04-01 13:16:40, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager

2011-04-01 13:16:40, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.

2011-04-01 13:16:40, Info DISM DISM Provider Store: PID=1160 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection

2011-04-01 13:16:40, Info CSI 00000001 Shim considered [l:264{132}]"\??\c:\wim\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_676975d87cc9b6e6\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND

2011-04-01 13:16:40, Info CSI 00000002 Shim considered [l:258{129}]"\??\c:\wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_676975d87cc9b6e6\pkgmgr.exe" : got STATUS_SUCCESS

2011-04-01 13:16:41, Info DISM DISM.EXE: The target image version is: 6.0.6002.18005.

2011-04-01 13:16:41, Info DISM DISM.EXE: The target image is downlevel and considered supported. Looking for PkgMgr.exe.

2011-04-01 13:16:41, Info DISM DISM.EXE: Executing DISM against a downlevel image. Calling c:\wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_676975d87cc9b6e6\pkgmgr.exe

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=1160 Getting Provider Compatibility Manager - CDISMProviderStore::GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=1160 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:41, Info DISM Compatibility Manager: PID=1160 Processing the top level command token(add-package). - CCbsCliParser::Private_ValidateCmdLine

2011-04-01 13:16:41, Info DISM Compatibility Manager: PID=1160 PackageManager command is being executed: c:\wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_676975d87cc9b6e6\pkgmgr.exe /l:"C:\Windows\Logs\DISM\dism.log.pkgmgr" /o:"c:\wim;c:\wim\Windows" /ip /m:"C:\ie9\vistax64\ie9-Vista.cab" /s:"C:\Users\Dad\AppData\Local\Temp\0A7E8D33-5327-4F51-8106-DC0DA3611C55" - CCompatManager::InternalExecuteCommand

2011-04-01 13:16:41, Info DISM Compatibility Manager: PID=1160 PackageManager return code = 0x57 - CCompatManager::InternalExecuteCommand

2011-04-01 13:16:41, Error DISM Compatibility Manager: PID=1160 d:\w7rtm\base\ntsetup\opktools\dism\providers\compatprovider\dll\compatmanager.cpp:970 - CCompatManager::ProcessPackageList(hr:0x80070057)

2011-04-01 13:16:41, Error DISM Compatibility Manager: PID=1160 d:\w7rtm\base\ntsetup\opktools\dism\providers\compatprovider\dll\compatmanager.cpp:589 - CCompatManager::CompatExecuteCmdLine(hr:0x80070057)

2011-04-01 13:16:41, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.

2011-04-01 13:16:41, Info DISM DISM.EXE:

2011-04-01 13:16:41, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->

2011-04-01 13:16:41, Info DISM DISM.EXE:

2011-04-01 13:16:41, Info DISM DISM Image Session: PID=1160 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=1160 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=1160 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=1160 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=1160 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=1160 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider

2011-04-01 13:16:41, Info DISM PID=3604 Scratch directory set to 'C:\Users\Dad\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir

2011-04-01 13:16:41, Info DISM PID=3604 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadImageSession

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Failed to get and initialize the PE Provider. Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Getting Provider DISMLogger - CDISMProviderStore::GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Getting Provider DISMLogger - CDISMProviderStore::GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:41, Info DISM DISM Manager: PID=3604 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Getting Provider DISMLogger - CDISMProviderStore::GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:41, Info DISM DISM.EXE:

2011-04-01 13:16:41, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->

2011-04-01 13:16:41, Info DISM DISM.EXE:

2011-04-01 13:16:41, Info DISM DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=4

2011-04-01 13:16:41, Info DISM DISM.EXE: Executing command line: dism /Image:c:\wim /Add-Package /PackagePath:c:\vistax64Updates

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Loading Provider from location C:\Windows\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Loading Provider from location C:\Windows\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Connecting to the provider located at C:\Windows\System32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider

2011-04-01 13:16:41, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.

2011-04-01 13:16:41, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager

2011-04-01 13:16:41, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager.

2011-04-01 13:16:41, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager

2011-04-01 13:16:41, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider

2011-04-01 13:16:41, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager

2011-04-01 13:16:41, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection

2011-04-01 13:16:41, Info CSI 00000001 Shim considered [l:264{132}]"\??\c:\wim\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_676975d87cc9b6e6\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND

2011-04-01 13:16:41, Info CSI 00000002 Shim considered [l:258{129}]"\??\c:\wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_676975d87cc9b6e6\pkgmgr.exe" : got STATUS_SUCCESS

2011-04-01 13:16:41, Info DISM DISM.EXE: The target image version is: 6.0.6002.18005.

2011-04-01 13:16:41, Info DISM DISM.EXE: The target image is downlevel and considered supported. Looking for PkgMgr.exe.

2011-04-01 13:16:41, Info DISM DISM.EXE: Executing DISM against a downlevel image. Calling c:\wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_676975d87cc9b6e6\pkgmgr.exe

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Getting Provider Compatibility Manager - CDISMProviderStore::GetProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider

2011-04-01 13:16:41, Info DISM Compatibility Manager: PID=3604 Processing the top level command token(add-package). - CCbsCliParser::Private_ValidateCmdLine

2011-04-01 13:16:41, Info DISM Compatibility Manager: PID=3604 PackageManager command is being executed: c:\wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_676975d87cc9b6e6\pkgmgr.exe /l:"C:\Windows\Logs\DISM\dism.log.pkgmgr" /o:"c:\wim;c:\wim\Windows" /ip /m:"c:\vistax64Updates" /s:"C:\Users\Dad\AppData\Local\Temp\C9B24F09-4110-4BD6-98C0-2ED24D3C24CA" - CCompatManager::InternalExecuteCommand

2011-04-01 13:16:41, Info DISM Compatibility Manager: PID=3604 PackageManager return code = 0x57 - CCompatManager::InternalExecuteCommand

2011-04-01 13:16:41, Error DISM Compatibility Manager: PID=3604 d:\w7rtm\base\ntsetup\opktools\dism\providers\compatprovider\dll\compatmanager.cpp:970 - CCompatManager::ProcessPackageList(hr:0x80070057)

2011-04-01 13:16:41, Error DISM Compatibility Manager: PID=3604 d:\w7rtm\base\ntsetup\opktools\dism\providers\compatprovider\dll\compatmanager.cpp:589 - CCompatManager::CompatExecuteCmdLine(hr:0x80070057)

2011-04-01 13:16:41, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.

2011-04-01 13:16:41, Info DISM DISM.EXE:

2011-04-01 13:16:41, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->

2011-04-01 13:16:41, Info DISM DISM.EXE:

2011-04-01 13:16:41, Info DISM DISM Image Session: PID=3604 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider

2011-04-01 13:16:41, Info DISM DISM Provider Store: PID=3604 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider

I made an ISO and tested the disc out: SP2 is installed but none of the updates including IE9

Edited by Angel Blue01
Link to comment
Share on other sites

Create an account or sign in to comment

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

Create an account

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

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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