Jump to content

SplinteredEdge

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About SplinteredEdge

  • Birthday 06/15/1985

Contact Methods

  • AIM
    SplinteredEdge
  • MSN
    Choking_on_the_Splinters@Hotma
  • Website URL
    http://
  • ICQ
    123499770
  • Yahoo
    SplinteredPhate

SplinteredEdge's Achievements

0

Reputation

  1. I'm sure you could remove those components after a clean-image command. There are quite a few actions that trigger the creation of the pending.xml so YMMV. However as it turns out i'm not even sure what it does cleanup-image command does yet. It seems the popular answer is to install Windows 8 in Audit Mode and Recapture the Image to WIM which should clear out those pending items and the xml. I'd love to hear about a trick to process the pending.xml items without installing but it works pretty well anyway. Cheers
  2. I found that disabling and removing the following features in Windows 8 Pro x64 causes the creation of the pending.xml items and thus prevents the /clean-image command from completing: I was using /remove-feature and the /remove options. Microsoft-Windows-MobilePC-Client-Premium-Package-net Microsoft-Windows-MobilePC-LocationProvider-INF Xps-Foundation-Xps-Viewer Printing-XPSServices-Features RasCMAK RasRip Windows-Defender-Default-Definitions TelnetServer TFTP WCF-Services45 WCF-HTTP-Activation WCF-NonHTTP-Activation WCF-TCP-PortSharing45 Thanks guys problem solved. TIL pending/xml components can be created when remove features.
  3. Thanks for the insight. I wasn't aware that there was a pending.xml in the sxs directory. it looks like i have something to learn about this audit mode as well. thank you both. i should be able to figure this out, lots to learn. anyone have a good script to use as an example? EDIT: Watching for the pending.xml really cleared things up thanks.
  4. I had a chance to retry the whole process. Time around I unmounted, committed and remounted the offline image before attempting the cleanup. unfortunately i'm still seeing the same error. Does the registry changes from install_wim_tweak need to be undone after removing packages and before running the clean-up? Could there be a package that was removed that could cause the cleanup to fail? Does using /addpackage to add netfx3 create a pending package that might interfere with the cleanup? Thanks for the feedback. I'm looking forward to seeing what anyone can come up with. Write-Host ------------------------------------------------------------------------------------ Write-Host UNMOUNTING OFFLINE IMAGE AND COMMITING TO INSTALL2.WIM Write-Host ------------------------------------------------------------------------------------ Z:\WIN8TOOLS\DISM\DISM.EXE /Unmount-WIM /MountDir:$DIRMOUNT /ScratchDir:$DIRSCRATCH /English /Commit Write-Host ------------------------------------------------------------------------------------ Write-Host MOUNTING OFFLINE IMAGE FROM INSTALL2.WIM Write-Host ------------------------------------------------------------------------------------ Z:\WIN8TOOLS\DISM\DISM.EXE /Mount-WIM /WIMFile:$WIMSTAGED /Index:1 /MountDir:$DIRMOUNT /ScratchDir:$DIRSCRATCH /English Write-Host ------------------------------------------------------------------------------------ Write-Host CLEANING UP THE OFFLINE IMAGE Write-Host ------------------------------------------------------------------------------------ Z:\WIN8TOOLS\DISM\DISM.EXE /Image:$DIRMOUNT /ScratchDir:$DIRSCRATCH /English /Cleanup-Image /StartComponentCleanup ------------------------------------------------------------------------------------ CLEANING UP THE OFFLINE IMAGE ------------------------------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 6.2.9200.16384 Image Version: 6.2.9200.16384 Error: 0x800f0806 DISM failed. No operation was performed. For more information, review the log file.
  5. Thanks for the reply. I was thinking it might be a locked resources or something pending however I'm not sure yet how to resolve. it looks like my script is attempting the cleanup before committing changes to wim. I will reverse that order and try again. Does anyone know if removing certain packages causes issues with the /cleanup ?
  6. I had some questions for the community. MFSN is one of my favorite sources for this kind of content so I'm sure my question should be at home here. I have attached my very recently written PowerShell script using DISM to service an Offline Windows 8 Pro Image using the 64-Bit DISM found in the new Microsoft Windows 8 ADK. Most things *seem* to working correctly with the script however I cannot run the DISM Cleanup function on the modified offline image after servicing the image. I used Install_WIM_Tweak to unhide specific packages to avoid issues with any unremoved packages. I wonder if there might be an issue with the cleanup command after running INSTALL_WIM_TWEAK. Any Suggestions as to how to get cleanup command to work properly? I PowerShell Dism Script attached at the bottom of this post. The Script has a few simple Steps: 1.] Mount the Install.wim = SUCCESS 2.] Enables NET3 Feature = SUCCESS 3.] Unhide Specific Packages with INSTALL_WIM_TWEAK = SUCCESS 3.] Remove Specific APPx Apps = SUCCESS 5.] Remove Specific Features = SUCCESS 6.] Remove Specific Packages = SUCCESS 7.] UnMount and Commit the WIM = SUCCESS 8.] Remount and Cleanup the image [/Cleanup-Image /StartComponentCleanup] = FAILED DISM OUTPUT [showing Output from cleanup command] PS> Z:\WIN8TOOLS\DISM\DISM.EXE /Image:$DIRMOUNT /ScratchDir:$DIRSCRATCH /English /Cleanup-Image /StartComponentCleanup Deployment Image Servicing and Management tool Version: 6.2.9200.16384 Image Version: 6.2.9200.16384 [===== 10.0% ] Error: 0x800f0806 DISM failed. No operation was performed. For more information, review the log file. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log DISM LOG [showing log from cleanup command] 2012-11-23 00:43:37, Info DISM DISM.EXE: <----- Starting Dism.exe session -----> 2012-11-23 00:43:37, Info DISM DISM.EXE: 2012-11-23 00:43:37, Info DISM DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=2 2012-11-23 00:43:37, Info DISM DISM.EXE: Dism.exe version: 6.2.9200.16384 2012-11-23 00:43:37, Info DISM DISM.EXE: Executing command line: "Z:\WIN8TOOLS\DISM\DISM.EXE" /Image:Y:\MOUNT /Cleanup-Image /StartComponentCleanup 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Loading Provider from location Z:\WIN8TOOLS\DISM\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Connecting to the provider located at Z:\WIN8TOOLS\DISM\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Loading Provider from location Z:\WIN8TOOLS\DISM\WimProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Connecting to the provider located at Z:\WIN8TOOLS\DISM\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Loading Provider from location Z:\WIN8TOOLS\DISM\VHDProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Connecting to the provider located at Z:\WIN8TOOLS\DISM\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Loading Provider from location Z:\WIN8TOOLS\DISM\ImagingProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Connecting to the provider located at Z:\WIN8TOOLS\DISM\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Loading Provider from location Z:\WIN8TOOLS\DISM\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Connecting to the provider located at Z:\WIN8TOOLS\DISM\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:37, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table. 2012-11-23 00:43:37, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider 2012-11-23 00:43:37, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager 2012-11-23 00:43:37, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager 2012-11-23 00:43:37, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager. 2012-11-23 00:43:37, Info DISM DISM.EXE: Attempting to add the commands from provider: VHDManager 2012-11-23 00:43:37, Info DISM DISM.EXE: Attempting to add the commands from provider: GenericImagingManager 2012-11-23 00:43:37, Info DISM DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager. 2012-11-23 00:43:37, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager 2012-11-23 00:43:37, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager. 2012-11-23 00:43:37, Info DISM DISM Provider Store: PID=1396 TID=476 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection [1396] ImageUnmarshallHandle: Reconstituting wim at Z:\WIN8\SOURCES\INSTALL2.WIM. [1396] ImageUnmarshallHandle: Reconstituting wim at Z:\WIN8\SOURCES\INSTALL2.WIM. 2012-11-23 00:43:38, Info DISM DISM Manager: PID=1396 TID=476 physical location path: Y:\MOUNT - CDISMManager::CreateImageSession 2012-11-23 00:43:38, Info DISM DISM Manager: PID=1396 TID=476 Copying DISM from "Y:\MOUNT\Windows\System32\Dism" - CDISMManager::CreateImageSessionFromLocation 2012-11-23 00:43:38, Info DISM DISM Manager: PID=1396 TID=476 Successfully loaded the ImageSession at "C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8" - CDISMManager::LoadRemoteImageSession 2012-11-23 00:43:38, Info DISM DISM Image Session: PID=1748 TID=2252 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore 2012-11-23 00:43:38, Info DISM DISM Provider Store: PID=1748 TID=2252 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect 2012-11-23 00:43:38, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:38, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\OSProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:38, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\OSProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:38, Info DISM DISM OS Provider: PID=1748 TID=2252 Defaulting SystemPath to Y:\MOUNT - CDISMOSServiceManager::Final_OnConnect 2012-11-23 00:43:38, Info DISM DISM OS Provider: PID=1748 TID=2252 Defaulting Windows folder to Y:\MOUNT\Windows - CDISMOSServiceManager::Final_OnConnect 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\LogProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\LogProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\PEProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:40, Warning DISM DISM Provider Store: PID=1748 TID=2252 Failed to Load the provider: C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e) 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Failed to get and initialize the PE Provider. Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Getting Provider DISMLogger - CDISMProviderStore::GetProvider 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:40, Info DISM DISM Manager: PID=1396 TID=476 Image session successfully loaded from the temporary location: C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8 - CDISMManager::CreateImageSession 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Getting Provider OSServices - CDISMProviderStore::GetProvider 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:40, Info DISM DISM OS Provider: PID=1748 TID=2252 Setting SystemPath to Y:\MOUNT - CDISMOSServiceManager::SetSystemPath 2012-11-23 00:43:40, Info DISM DISM.EXE: Target image information: OS Version=6.2.9200.16384, Image architecture=amd64 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\CbsProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\CbsProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:40, Info DISM DISM Provider Store: PID=1748 TID=2252 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:40, Info DISM DISM Package Manager: PID=1748 TID=2252 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize 2012-11-23 00:43:40, Info CBS Universal Time is: 2012-11-23 05:43:40.318 2012-11-23 00:43:40, Info CBS Failed to find a matching version for servicing stack: Y:\MOUNT\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_622908ad510eb05b\ [HRESULT = 0x80070490 - ERROR_NOT_FOUND] 2012-11-23 00:43:40, Info CBS Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND] 2012-11-23 00:43:40, Info CBS Must be doing offline servicing, using stack version from: Y:\MOUNT\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_622908ad510eb05b\cbscore.dll 2012-11-23 00:43:40, Info CBS Loaded Servicing Stack v6.2.9200.16384 with Core: Y:\MOUNT\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_622908ad510eb05b\cbscore.dll 2012-11-23 00:43:40, Info CSI 00000001@2012/11/23:05:43:40.333 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7fee40d5375 @0x7fee446885e @0x7fee44240cc @0x7fee454e814 @0x7fee454ea09 @0x7fee451bfc6) 2012-11-23 00:43:40, Info CBS Could not load SrClient DLL from path: SrClient.dll. Continuing without system restore points. 2012-11-23 00:43:40, Info CSI 00000002@2012/11/23:05:43:40.334 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7fee40d5375 @0x7fee44c2b70 @0x7fee4486031 @0x7fee442423f @0x7fee454e814 @0x7fee454ea09) 2012-11-23 00:43:40, Info CBS Failed to get key for store object type: 1 [HRESULT = 0x80070005 - E_ACCESSDENIED] 2012-11-23 00:43:40, Info CBS SQM: Failed to get root store object. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2012-11-23 00:43:40, Info CBS Failed to send SQM report on scavenging starvation. Continuing... [HRESULT = 0x80070005 - E_ACCESSDENIED] 2012-11-23 00:43:40, Info DISM DISM Package Manager: PID=1748 TID=2252 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock 2012-11-23 00:43:40, Info CBS Loading offline registry hive: SOFTWARE, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SOFTWARE' from path '\\?\Y:\MOUNT\Windows\System32\config\SOFTWARE'. 2012-11-23 00:43:40, Info CBS Loading offline registry hive: SYSTEM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SYSTEM' from path '\\?\Y:\MOUNT\Windows\System32\config\SYSTEM'. 2012-11-23 00:43:40, Info CBS Loading offline registry hive: SECURITY, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SECURITY' from path '\\?\Y:\MOUNT\Windows\System32\config\SECURITY'. 2012-11-23 00:43:40, Info CBS Loading offline registry hive: SAM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SAM' from path '\\?\Y:\MOUNT\Windows\System32\config\SAM'. 2012-11-23 00:43:40, Info CBS Loading offline registry hive: COMPONENTS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/COMPONENTS' from path '\\?\Y:\MOUNT\Windows\System32\config\COMPONENTS'. 2012-11-23 00:43:40, Info CBS Loading offline registry hive: DEFAULT, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/DEFAULT' from path '\\?\Y:\MOUNT\Windows\System32\config\DEFAULT'. 2012-11-23 00:43:40, Info CBS Loading offline registry hive: ntuser.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Users/default/ntuser.dat' from path '\\?\Y:\MOUNT\Users\default\ntuser.dat'. 2012-11-23 00:43:40, Info CBS Loading offline registry hive: schema.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/system32/smi/store/Machine/schema.dat' from path '\\?\Y:\MOUNT\Windows\system32\smi\store\Machine\schema.dat'. 2012-11-23 00:43:41, Info CBS Offline image is: writeable 2012-11-23 00:43:41, Info CSI 00000003 CSI Store 3640912 (0x0000000000378e50) initialized 2012-11-23 00:43:41, Info CBS Session: 1748_40404750 initialized by client DISM Package Manager Provider. 2012-11-23 00:43:41, Info DISM DISM Package Manager: PID=1748 TID=2252 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock 2012-11-23 00:43:41, Info DISM DISM Package Manager: PID=1748 TID=2252 Loaded servicing stack for online use only. - CDISMPackageManager::RefreshInstanceAndLock 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\MsiProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\MsiProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\IntlProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\IntlProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\IBSProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\IBSProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\DmiProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\DmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info CSI 00000001 Shim considered [l:268{134}]"\??\Y:\MOUNT\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_622908ad510eb05b\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND 2012-11-23 00:43:41, Info CSI 00000002 Shim considered [l:262{131}]"\??\Y:\MOUNT\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_622908ad510eb05b\pkgmgr.exe" : got STATUS_SUCCESS 2012-11-23 00:43:41, Info DISM DISM OS Provider: PID=1748 TID=2252 Get the registry path to the SOFTWARE hive located at Y:\MOUNT\Windows\system32\config\SOFTWARE and determine if it is loaded. - CDISMOSServiceManager::DetermineBootDrive 2012-11-23 00:43:41, Info DISM DISM Driver Manager: PID=1748 TID=2252 Further logs for driver related operations can be found in the target operating system at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\UnattendProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\UnattendProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\Wow64provider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Warning DISM DISM Provider Store: PID=1748 TID=2252 Failed to get the IDismObject Interface - CDISMProviderStore::Internal_LoadProvider(hr:0x80004002) 2012-11-23 00:43:41, Warning DISM DISM Provider Store: PID=1748 TID=2252 Failed to Load the provider: C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\Wow64provider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x80004002) 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\SmiProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\SmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\EmbeddedProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Warning DISM DISM Provider Store: PID=1748 TID=2252 Failed to Load the provider: C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\EmbeddedProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e) 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\AppxProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\AppxProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\AssocProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\AssocProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Loading Provider from location C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\TransmogProvider.dll - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Connecting to the provider located at C:\Users\Jinx\AppData\Local\Temp\D6CD82AD-9809-45DA-9C25-BA6CF5154DE8\TransmogProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2012-11-23 00:43:41, Info DISM DISM Transmog Provider: PID=1748 TID=2252 Current image session is [OFFLINE] - CTransmogManager::GetMode 2012-11-23 00:43:41, Info DISM DISM Transmog Provider: PID=1748 TID=2252 Determined WinDir path = [Y:\MOUNT\Windows] - CTransmogManager::GetWinDirPath 2012-11-23 00:43:41, Info DISM DISM Transmog Provider: PID=1748 TID=2252 GetProductType: ProductType = [WinNT] - CTransmogManager::GetProductType 2012-11-23 00:43:41, Info DISM DISM Transmog Provider: PID=1748 TID=2252 Product Type: [WinNT] - CTransmogManager::Initialize 2012-11-23 00:43:41, Info DISM DISM Transmog Provider: PID=1748 TID=2252 Product Type ServerNT : [No] - CTransmogManager::Initialize 2012-11-23 00:43:41, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table. 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: OSServices 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Package Manager 2012-11-23 00:43:41, Info DISM DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager. 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: MsiManager 2012-11-23 00:43:41, Info DISM DISM.EXE: Succesfully registered commands for the provider: MsiManager. 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: IntlManager 2012-11-23 00:43:41, Info DISM DISM.EXE: Succesfully registered commands for the provider: IntlManager. 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: IBSManager 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: DriverManager 2012-11-23 00:43:41, Info DISM DISM.EXE: Succesfully registered commands for the provider: DriverManager. 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager 2012-11-23 00:43:41, Info DISM DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager. 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: SmiManager 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: AppxManager 2012-11-23 00:43:41, Info DISM DISM.EXE: Succesfully registered commands for the provider: AppxManager. 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: AssocManager 2012-11-23 00:43:41, Info DISM DISM.EXE: Succesfully registered commands for the provider: AssocManager. 2012-11-23 00:43:41, Info DISM DISM.EXE: Attempting to add the commands from provider: Edition Manager 2012-11-23 00:43:41, Info DISM DISM.EXE: Succesfully registered commands for the provider: Edition Manager. 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2012-11-23 00:43:41, Info DISM DISM Package Manager: PID=1748 TID=2252 Processing the top level command token(cleanup-image). - CPackageManagerCLIHandler::Private_ValidateCmdLine 2012-11-23 00:43:41, Info DISM DISM Package Manager: PID=1748 TID=2252 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine 2012-11-23 00:43:41, Info DISM DISM Package Manager: PID=1748 TID=2252 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine 2012-11-23 00:43:41, Info DISM DISM Package Manager: PID=1748 TID=2252 CBS session options=0x402000! - CDISMPackageManager::Internal_Finalize 2012-11-23 00:43:41, Info CBS No call is made on InitiateChanges, Synchronous Cleanup only. 2012-11-23 00:43:41, Info CBS Starting Synchronous Cleanup 2012-11-23 00:43:41, Info CBS Synchronous Cleanup not started since Reboot is required 2012-11-23 00:43:41, Info DISM DISM Package Manager: PID=1748 TID=1368 Error in operation: the operation could not be complete due to locked resources. (CBS HRESULT=0x800f0806) - CCbsConUIHandler::Error 2012-11-23 00:43:41, Info CBS Cleanup: Processing complete. Session: 1748_40404750 [HRESULT = 0x800f0806 - CBS_E_PENDING] 2012-11-23 00:43:41, Error CBS Session: 1748_40404750 failed to perform Synchronous Cleanup operation [HRESULT = 0x800f0806 - CBS_E_PENDING] 2012-11-23 00:43:41, Info CBS Session: 1748_40404750 finalized. Reboot required: no [HRESULT = 0x800f0806 - CBS_E_PENDING] 2012-11-23 00:43:41, Error DISM DISM Package Manager: PID=1748 TID=2252 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f0806) 2012-11-23 00:43:41, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SOFTWARE 2012-11-23 00:43:41, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SOFTWARE, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2012-11-23 00:43:41, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SYSTEM 2012-11-23 00:43:41, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SYSTEM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2012-11-23 00:43:41, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SECURITY 2012-11-23 00:43:41, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SECURITY, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2012-11-23 00:43:41, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SAM 2012-11-23 00:43:41, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/SAM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2012-11-23 00:43:41, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/COMPONENTS 2012-11-23 00:43:41, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/COMPONENTS, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2012-11-23 00:43:41, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/DEFAULT 2012-11-23 00:43:41, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/System32/config/DEFAULT, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2012-11-23 00:43:41, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Users/default/ntuser.dat 2012-11-23 00:43:41, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Users/default/ntuser.dat, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2012-11-23 00:43:41, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}Y:/MOUNT/Windows/system32/smi/store/Machine/schema.dat 2012-11-23 00:43:41, Error DISM DISM Package Manager: PID=1748 TID=2252 Failed processing package changes - CDISMPackageManager::StartComponentCleanup(hr:0x800f0806) 2012-11-23 00:43:41, Error DISM DISM Package Manager: PID=1748 TID=2252 Failed to start component cleanup. - CPackageManagerCLIHandler::ProcessCmdLine_CleanupImage(hr:0x800f0806) 2012-11-23 00:43:41, Error DISM DISM Package Manager: PID=1748 TID=2252 Failed while processing command cleanup-image. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0806) 2012-11-23 00:43:41, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=800F0806 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Found the PE Provider. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Package Manager: PID=1748 TID=2252 Finalizing CBS core. - CDISMPackageManager::Finalize 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Finalizing the servicing provider(MsiManager) - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Disconnecting Provider: MsiManager - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Finalizing the servicing provider(IBSManager) - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Disconnecting Provider: IBSManager - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Finalizing the servicing provider(DriverManager) - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Disconnecting Provider: DriverManager - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Finalizing the servicing provider(DISM Unattend Manager) - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Disconnecting Provider: DISM Unattend Manager - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Finalizing the servicing provider(SmiManager) - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Disconnecting Provider: SmiManager - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Finalizing the servicing provider(AppxManager) - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Disconnecting Provider: AppxManager - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Finalizing the servicing provider(AssocManager) - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Disconnecting Provider: AssocManager - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Finalizing the servicing provider(Edition Manager) - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Disconnecting Provider: Edition Manager - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Releasing the local reference to OSServices. - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Disconnecting Provider: OSServices - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM OS Provider: PID=1748 TID=2252 Successfully unloaded all registry hives. - CDISMOSServiceManager::Final_OnDisconnect 2012-11-23 00:43:41, Info DISM DISM Provider Store: PID=1748 TID=2252 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider 2012-11-23 00:43:41, Info DISM DISM.EXE: Image session has been closed. Reboot required=no. 2012-11-23 00:43:41, Info DISM DISM.EXE: 2012-11-23 00:43:41, Info DISM DISM.EXE: <----- Ending Dism.exe session -----> WIN8-DISM.PS1.TXT
  7. Justibus thanks for the feedback, I played with a few xml's and discovered that you were right about way 7custimizer is working so thank you for the feedback. I'm going to run a lited windows 7 on bare metal soon I'm just putting it off for a bit due to the build speed lol. I'll aim to post something by this evening or tomorrow. I'll attempt to report on memory usage, event logs, performance and stability of the lited system.
  8. Great work on the component xml's. I for one definitely want to see some more xml's for additional components. I want to spark a little food for thought. During my first my first removal run using the XML's from this thread, I couldn't help but to notice how long it takes to parse and process each individual XML. It seems as if 7Custimizer is using the AIK tools for each XML individually and of course opening and closing the WIM image with each XML. Its not a huge thing because everything is working in the end. Getting to the point I was thinking of combining the Language Keyboard Layout XML's into a single XML to speed up processing. If you are removing all but the US keyboard layouts and all of the components from this thread; The results should show at least a 50% improvement on building time. I see it working like this: It took me about 2 hours to complete my 7custimization session from start to finish. Most of that time in which was used to for removing components. Again no big deal, but I took some time to stare at the console screen as the removal took place. If i were to combine the language layouts into a single XML i ~could~ save myself 157 dialogs with the WIM image. With the other components only taking up 29 XML's they make a small impact to the processing time. I will for certain post my combined keyboard xml when its finished. Other then that I'd like to hear what you all think. Perhaps we could request that 7custimizer can combine these xml's in memory before the actual compilation in which will have all of the work done in a single session with the wim.
  9. Your current situation is: The DNS Server Services requires specific services to provide fuctionality to the DNS Server Service. If any of the dependant services can not be started, the DNS Server Service fails due to lack of functionality. At LEAST one of these required services to start DNS server are: -Removed [via nLite, XPLite or some form of Windows moding app] -Disabled -Manual [Can't start; This can be due to yet another service dependency issue] -Automatic [Can't start; This can be due to yet another service dependency issue] Note: If any services fail to start during system startup, the system will throw an error message at the logon screen stating stating that a service could not start. But this goes only for services that are told to start during system start up. So it would look somthing like this: └───REQUIRED SERVICE y └───REQUIRED SERVICE x └───DNS Server Service I know there are a few of 'em that are required, but I cant seem to find any resources that explcitly says which services are required for the DNS Server Service to operate. Im currently running into a very simmiler issue, but in my issue im attempting to build reduced weight 'Function oriented' Windows Server distros by removing unsecure and performence hindering services and OS components to increase uptime and effiecency. I will be more then glad to lend a hand where i can, if anyone hears about the specific services required for DNS please feel inclined to drop a line. If you want to find out what i found please PM i dont want to post any mis-imformation, but ill be more then happy to discuss beta ideas with anyone looking to learn.
×
×
  • Create New...