Jump to content











Photo

Adding drivers to winPE 4.0 offline the drivers are not recognized

driver winpe 4

Best Answer cdob , 20 May 2013 - 02:13 PM

DISM.EXE: Executing command line: dism  /image:C:\MOUNT /add-driver /driver:"C:\Program Files\Intel\WiGig\Drivers" /Recurse /ForceUnsigned
Does folder "C:\Program Files\Intel\WiGig\Drivers" refers to a default Intel driver?
Does this refer to the "It's a driver my compeny made and its private" ?

2013-05-20 11:36:46, Warning DISM DISM Driver Manager: PID=716 TID=724 Could not get boot critical status for the driver class {4D36E972-E325-11CE-BFC1-08002BE10318} from driver store. Assuming that this is not boot critical. - CDriverPackage::InitBootCriticalFlag(hr:0x80070490)
Example is not boot critical, hence it won't be active at boot.wim by default.
Ask your company to create a boot critical inf file. Go to the full post


  • Please log in to reply
21 replies to this topic

#1 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 15 May 2013 - 05:52 AM

Hi ;

 

I am trying to add some drivers to WIn8 PE4 image when I add the driver offline using the method:


Dism /Mount-WIM /WimFile:c:\winpe_x86\winpe.wim /index:1 /MountDir:c:\mount
Dism /image:C:\mount /Add-Driver /Driver:"....inf"
dism /unmount-wim /Mountdir:c:\mount /commit

and it give me a success message but when I boot the image the driver are not installed !

once I add them online using

drvload.exe "path.inf"

The system can see them,

 

Am I missing something here how can I add them offline and find them ready to be used when boot?

 

Thanks



#2 steve6375

steve6375

    Platinum Member

  • Developer
  • 7566 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 16 May 2013 - 11:02 AM

what is your exact command line?



#3 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 16 May 2013 - 11:17 AM

I'm using Window ADK > Deployment and Imaging Tools Environment



#4 steve6375

steve6375

    Platinum Member

  • Developer
  • 7566 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 16 May 2013 - 11:19 AM

Dism /Mount-WIM /WimFile:c:\winpe_x86\winpe.wim /index:1 /MountDir:c:\mount
Dism /image:C:\mount /Add-Driver /Driver:"....inf"
dism /unmount-wim /Mountdir:c:\mount /commit

 

so you are typing ....inf ???



#5 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 16 May 2013 - 11:24 AM

so you are typing ....inf ???

 

No I give the full path

Dism /image:C:\mount /Add-Driver /Driver:"C:/program files/.../Driver1.inf"



#6 steve6375

steve6375

    Platinum Member

  • Developer
  • 7566 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 16 May 2013 - 11:27 AM

If you boot from the winpe.wim - look in the \windows\inf folder for the added driver e.g. oem1.inf, to see if it is there?



#7 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 16 May 2013 - 11:35 AM

Yes when I use the command

Dism /image:c:\mount /Get-Drivers

I can get the drivers I added

And also I can see them in Windows\inf folder as oem1.inf, oem2.inf, oem3.inf (I have three drivers)



#8 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 16 May 2013 - 11:49 AM

Could there be somthing preventing installing the driver when booting ? Can I make a script that install them on boot like using drcload.exe "path" but without making the user aware of it



#9 cdob

cdob

    Gold Member

  • Expert
  • 1469 posts

Posted 16 May 2013 - 02:01 PM

Which hardware do you use?
Which drivers do you like to add? Name a download URL.

#10 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 16 May 2013 - 02:06 PM

Which hardware do you use?
Which drivers do you like to add? Name a download URL.

 It's a driver my compeny made and its private but it works perfectly on windows operating system and after I use drvload.exe "path.inf" it works fine, the problem is that it's not automatically installed with the boot as it supposed to



#11 cdob

cdob

    Gold Member

  • Expert
  • 1469 posts

Posted 16 May 2013 - 09:41 PM

It's a driver my compeny made and its private
Open dism log file. Can you post driver relating changes?

Idea: adjust registry: set driver start to automatic

#12 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 17 May 2013 - 02:44 PM

cellage,

 

Usually a driver consists of INF, CAT and SYS files.

I assume you have at least those 3 in one folder, and I assume the architecture of the driver is the same as your WinPE4.0 (x64, for example).

So all you have to do is point to that folder, not to the INF file.

DISM will automatically install whatever driver is in that folder (even multiple drivers).

 

for example:

dism /image:C:\MOUNT /add-driver /driver:C:\special_driver\ /Recurse /ForceUnsigned

 

EDIT: try what CDOB suggested. From my experience, he's usually right.



#13 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 20 May 2013 - 09:08 AM

Open dism log file. Can you post driver relating changes?

Idea: adjust registry: set driver start to automatic

 

I have the following failers in the driver area in the DISM log :

 

Line 72: 2013-05-20 11:36:44, Info                  CBS    Failed to find a matching version for servicing stack: C:\MOUNT\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_060a6d2998b13f25\ [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    Line 73: 2013-05-20 11:36:44, Info                  CBS    Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    Line 78: 2013-05-20 11:36:44, Info                  CBS    Failed to get key for store object type: 1 [HRESULT = 0x80070005 - E_ACCESSDENIED]
    Line 79: 2013-05-20 11:36:44, Info                  CBS    SQM: Failed to get root store object. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    Line 80: 2013-05-20 11:36:44, Info                  CBS    Failed to send SQM report on scavenging starvation. Continuing... [HRESULT = 0x80070005 - E_ACCESSDENIED]
    Line 97: 2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\MsiProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    Line 104: 2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\IBSProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    Line 119: 2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\Wow64provider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    Line 126: 2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\EmbeddedProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    Line 129: 2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\AppxProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    Line 132: 2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\AssocProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    Line 135: 2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\TransmogProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    Line 166: 2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SOFTWARE, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    Line 168: 2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SYSTEM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    Line 170: 2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SECURITY, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    Line 172: 2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SAM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    Line 174: 2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/COMPONENTS, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    Line 176: 2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/DEFAULT, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    Line 178: 2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Users/default/ntuser.dat, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
 



#14 cdob

cdob

    Gold Member

  • Expert
  • 1469 posts

Posted 20 May 2013 - 12:42 PM

failers in the driver area in the DISM log
The failing part is not that interesting.

Can you post the driver installation dism log file?
The section relating to: Dism /image:C:\mount /Add-Driver /Driver:"....inf"

Can you post the *.inf file too?

#15 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 20 May 2013 - 01:06 PM

Can you post the driver installation dism log file?
The section relating to: Dism /image:C:\mount /Add-Driver /Driver:"....inf"

 

2013-05-20 11:36:37, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
2013-05-20 11:36:37, Info                  DISM   DISM.EXE:
2013-05-20 11:36:37, Info                  DISM   DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=x86, Number of processors=4
2013-05-20 11:36:37, Info                  DISM   DISM.EXE: Dism.exe version: 6.2.9200.16384
2013-05-20 11:36:37, Info                  DISM   DISM.EXE: Executing command line: dism  /image:C:\MOUNT /add-driver /driver:"C:\Program Files\Intel\WiGig\Drivers" /Recurse /ForceUnsigned
2013-05-20 11:36:37, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2013-05-20 11:36:37, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:37, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Loading Provider from location C:\Program Files\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\x86\DISM\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Connecting to the provider located at C:\Program Files\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\x86\DISM\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Loading Provider from location C:\Program Files\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\x86\DISM\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Connecting to the provider located at C:\Program Files\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\x86\DISM\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Loading Provider from location C:\Program Files\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\x86\DISM\VHDProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Connecting to the provider located at C:\Program Files\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\x86\DISM\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Loading Provider from location C:\Program Files\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\x86\DISM\ImagingProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Connecting to the provider located at C:\Program Files\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\x86\DISM\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Loading Provider from location C:\Program Files\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\x86\DISM\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Connecting to the provider located at C:\Program Files\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\x86\DISM\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:38, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2013-05-20 11:36:38, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2013-05-20 11:36:38, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
2013-05-20 11:36:38, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
2013-05-20 11:36:38, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
2013-05-20 11:36:38, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
2013-05-20 11:36:38, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
2013-05-20 11:36:38, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
2013-05-20 11:36:38, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
2013-05-20 11:36:38, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
2013-05-20 11:36:38, Info                  DISM   DISM Provider Store: PID=3968 TID=3704 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
[3968] ImageUnmarshallHandle: Reconstituting wim at C:\WinPE_x86\winpe.wim.
[3968] ImageUnmarshallHandle: Reconstituting wim at C:\WinPE_x86\winpe.wim.
2013-05-20 11:36:38, Info                  DISM   DISM Manager: PID=3968 TID=3704 physical location path: C:\MOUNT - CDISMManager::CreateImageSession
2013-05-20 11:36:38, Info                  DISM   DISM Manager: PID=3968 TID=3704 Copying DISM from "C:\MOUNT\Windows\System32\Dism" - CDISMManager::CreateImageSessionFromLocation
2013-05-20 11:36:41, Info                  DISM   DISM Manager: PID=3968 TID=3704 Successfully loaded the ImageSession at "C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3" - CDISMManager::LoadRemoteImageSession
2013-05-20 11:36:41, Info                  DISM   DISM Image Session: PID=716 TID=724 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore
2013-05-20 11:36:41, Info                  DISM   DISM Provider Store: PID=716 TID=724 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect
2013-05-20 11:36:41, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:41, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\OSProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:41, Info                  DISM   DISM Provider Store: PID=716 TID=724 Connecting to the provider located at C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\OSProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:41, Info                  DISM   DISM OS Provider: PID=716 TID=724 Defaulting SystemPath to C:\MOUNT - CDISMOSServiceManager::Final_OnConnect
2013-05-20 11:36:41, Info                  DISM   DISM OS Provider: PID=716 TID=724 Defaulting Windows folder to C:\MOUNT\Windows - CDISMOSServiceManager::Final_OnConnect
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\LogProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Connecting to the provider located at C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\LogProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\PEProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Connecting to the provider located at C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\PEProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:44, Info                  DISM   PE Provider: CPEImg::Attach: Attach requested to offline image
2013-05-20 11:36:44, Info                  DISM   PE Provider: CPEImg::Attach: windir=C:\MOUNT\Windows.
2013-05-20 11:36:44, Info                  DISM   PE Provider: CPEImg::Attach: Attach succeeded.
2013-05-20 11:36:44, Info                  DISM   PE Provider: CPEImg::GetTrimStatus: Image is not trimmed.
2013-05-20 11:36:44, Info                  DISM   PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2013-05-20 11:36:44, Info                  DISM   PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2013-05-20 11:36:44, Info                  DISM   PE Provider: CPEImg::SetInstallRoot: Old installroot == new installroot; not performing any operation.
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:44, Info                  DISM   DISM Manager: PID=3968 TID=3704 Image session successfully loaded from the temporary location: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3 - CDISMManager::CreateImageSession
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Getting Provider OSServices - CDISMProviderStore::GetProvider
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:44, Info                  DISM   DISM OS Provider: PID=716 TID=724 Setting SystemPath to C:\MOUNT - CDISMOSServiceManager::SetSystemPath
2013-05-20 11:36:44, Info                  DISM   DISM.EXE: Target image information: OS Version=6.2.9200.16384, Image architecture=x86
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\CbsProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Connecting to the provider located at C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\CbsProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:44, Info                  DISM   DISM Provider Store: PID=716 TID=724 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:44, Info                  DISM   DISM Package Manager: PID=716 TID=724 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize
2013-05-20 11:36:44, Info                  CBS    Universal Time is: 2013-05-20 08:36:44.406
2013-05-20 11:36:44, Info                  CBS    Failed to find a matching version for servicing stack: C:\MOUNT\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_060a6d2998b13f25\ [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2013-05-20 11:36:44, Info                  CBS    Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2013-05-20 11:36:44, Info                  CBS    Must be doing offline servicing, using stack version from: C:\MOUNT\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_060a6d2998b13f25\cbscore.dll
2013-05-20 11:36:44, Info                  CBS    Loaded Servicing Stack v6.2.9200.16384 with Core: C:\MOUNT\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_060a6d2998b13f25\cbscore.dll
2013-05-20 11:36:44, Info                  CSI    00000001@2013/5/20:08:36:44.673 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x6b833532 @0x6dfb291e @0x6df7d766 @0x6e63ded2 @0x6e63e01e @0x6e61e429)
2013-05-20 11:36:44, Info                  CSI    00000002@2013/5/20:08:36:44.763 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x6b833532 @0x6dffcb42 @0x6dff924e @0x6e63ded2 @0x6e63e01e @0x6e61e429)
2013-05-20 11:36:44, Info                  CBS    Failed to get key for store object type: 1 [HRESULT = 0x80070005 - E_ACCESSDENIED]
2013-05-20 11:36:44, Info                  CBS    SQM: Failed to get root store object. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2013-05-20 11:36:44, Info                  CBS    Failed to send SQM report on scavenging starvation. Continuing... [HRESULT = 0x80070005 - E_ACCESSDENIED]
2013-05-20 11:36:44, Info                  DISM   DISM Package Manager: PID=716 TID=724 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock
2013-05-20 11:36:44, Info                  CBS    Loading offline registry hive: SOFTWARE, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SOFTWARE' from path '\\?\C:\MOUNT\Windows\System32\config\SOFTWARE'.
2013-05-20 11:36:44, Info                  CBS    Loading offline registry hive: SYSTEM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SYSTEM' from path '\\?\C:\MOUNT\Windows\System32\config\SYSTEM'.
2013-05-20 11:36:44, Info                  CBS    Loading offline registry hive: SECURITY, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SECURITY' from path '\\?\C:\MOUNT\Windows\System32\config\SECURITY'.
2013-05-20 11:36:44, Info                  CBS    Loading offline registry hive: SAM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SAM' from path '\\?\C:\MOUNT\Windows\System32\config\SAM'.
2013-05-20 11:36:44, Info                  CBS    Loading offline registry hive: COMPONENTS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/COMPONENTS' from path '\\?\C:\MOUNT\Windows\System32\config\COMPONENTS'.
2013-05-20 11:36:44, Info                  CBS    Loading offline registry hive: DEFAULT, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/DEFAULT' from path '\\?\C:\MOUNT\Windows\System32\config\DEFAULT'.
2013-05-20 11:36:44, Info                  CBS    Loading offline registry hive: ntuser.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Users/default/ntuser.dat' from path '\\?\C:\MOUNT\Users\default\ntuser.dat'.
2013-05-20 11:36:44, Info                  CBS    Loading offline registry hive: schema.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/system32/smi/store/Machine/schema.dat' from path '\\?\C:\MOUNT\Windows\system32\smi\store\Machine\schema.dat'.
2013-05-20 11:36:45, Info                  CBS    Offline image is: writeable
2013-05-20 11:36:45, Info                  CSI    00000003 CSI Store 5289824 (0x0050b760) initialized
2013-05-20 11:36:45, Info                  CBS    Session: 716_330284287 initialized by client DISM Package Manager Provider.
2013-05-20 11:36:45, Info                  DISM   DISM Package Manager: PID=716 TID=724 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock
2013-05-20 11:36:45, Info                  DISM   DISM Package Manager: PID=716 TID=724 Loaded servicing stack for online use only. - CDISMPackageManager::RefreshInstanceAndLock
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\MsiProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\MsiProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\IntlProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Connecting to the provider located at C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\IntlProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\IBSProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\IBSProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\DmiProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Connecting to the provider located at C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\DmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:45, Info                  CSI    00000001 Shim considered [l:264{132}]"\??\C:\MOUNT\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_060a6d2998b13f25\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2013-05-20 11:36:45, Info                  CSI    00000002 Shim considered [l:258{129}]"\??\C:\MOUNT\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_060a6d2998b13f25\pkgmgr.exe" : got STATUS_SUCCESS
2013-05-20 11:36:45, Info                  DISM   DISM OS Provider: PID=716 TID=724 Get the registry path to the SOFTWARE hive located at C:\MOUNT\Windows\system32\config\SOFTWARE and determine if it is loaded. - CDISMOSServiceManager::DetermineBootDrive
2013-05-20 11:36:45, Info                  DISM   DISM Driver Manager: PID=716 TID=724 Further logs for driver related operations can be found in the target operating system at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\UnattendProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Connecting to the provider located at C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\UnattendProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\Wow64provider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\Wow64provider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\SmiProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Connecting to the provider located at C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\SmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\EmbeddedProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\EmbeddedProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\AppxProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\AppxProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\AssocProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\AssocProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Loading Provider from location C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\TransmogProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:45, Warning               DISM   DISM Provider Store: PID=716 TID=724 Failed to Load the provider: C:\Users\BWDI_M~1\AppData\Local\Temp\980EC927-E9D5-4BBC-96BA-7A316C1227A3\TransmogProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: OSServices
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: PE Provider
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: PE Provider.
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Package Manager
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager.
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: IntlManager
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: IntlManager.
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DriverManager
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DriverManager.
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager.
2013-05-20 11:36:45, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: SmiManager
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Getting Provider DriverManager - CDISMProviderStore::GetProvider
2013-05-20 11:36:45, Info                  DISM   DISM Provider Store: PID=716 TID=724 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2013-05-20 11:36:46, Warning               DISM   DISM Driver Manager: PID=716 TID=724 Could not get boot critical status for the driver class {4D36E972-E325-11CE-BFC1-08002BE10318} from driver store. Assuming that this is not boot critical. - CDriverPackage::InitBootCriticalFlag(hr:0x80070490)
2013-05-20 11:36:46, Info                  DISM   DISM Driver Manager: PID=716 TID=724 Signature status of driver C:\Program Files\Intel\WiGig\Drivers\iwgnet.inf is: SIGNED - CDriverPackage::InitSignatureStatus
2013-05-20 11:36:46, Warning               DISM   DISM Driver Manager: PID=716 TID=724 Could not get boot critical status for the driver class {E9028724-4794-41A4-B04C-E5416CB4C8DD} from driver store. Assuming that this is not boot critical. - CDriverPackage::InitBootCriticalFlag(hr:0x80070002)
2013-05-20 11:36:46, Info                  DISM   DISM Driver Manager: PID=716 TID=724 Signature status of driver C:\Program Files\Intel\WiGig\Drivers\iWiGiG.inf is: SIGNED - CDriverPackage::InitSignatureStatus
2013-05-20 11:36:46, Warning               DISM   DISM Driver Manager: PID=716 TID=724 Could not get boot critical status for the driver class {E9028724-4794-41A4-B04C-E5416CB4C8DD} from driver store. Assuming that this is not boot critical. - CDriverPackage::InitBootCriticalFlag(hr:0x80070002)
2013-05-20 11:36:46, Info                  DISM   DISM Driver Manager: PID=716 TID=724 Signature status of driver C:\Program Files\Intel\WiGig\Drivers\iWiGigUM.inf is: SIGNED - CDriverPackage::InitSignatureStatus
2013-05-20 11:36:46, Info                  DISM   DISM Driver Manager: PID=716 TID=724 Successfully proccessed driver package 'C:\Program Files\Intel\WiGig\Drivers\iwgnet.inf'. - CDriverPackage::InstallEx
2013-05-20 11:36:47, Info                  DISM   DISM Driver Manager: PID=716 TID=724 Successfully proccessed driver package 'C:\Program Files\Intel\WiGig\Drivers\iWiGiG.inf'. - CDriverPackage::InstallEx
2013-05-20 11:36:47, Info                  DISM   DISM Driver Manager: PID=716 TID=724 Successfully proccessed driver package 'C:\Program Files\Intel\WiGig\Drivers\iWiGigUM.inf'. - CDriverPackage::InstallEx
2013-05-20 11:36:47, Info                  DISM   DISM Provider Store: PID=716 TID=724 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2013-05-20 11:36:47, Info                  DISM   DISM Provider Store: PID=716 TID=724 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2013-05-20 11:36:47, Info                  DISM   DISM Provider Store: PID=716 TID=724 Found the PE Provider.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2013-05-20 11:36:47, Info                  DISM   DISM Provider Store: PID=716 TID=724 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:47, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SOFTWARE
2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SOFTWARE, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2013-05-20 11:36:47, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SYSTEM
2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SYSTEM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2013-05-20 11:36:47, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SECURITY
2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SECURITY, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2013-05-20 11:36:47, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SAM
2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/SAM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2013-05-20 11:36:47, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/COMPONENTS
2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/COMPONENTS, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2013-05-20 11:36:47, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/DEFAULT
2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/System32/config/DEFAULT, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2013-05-20 11:36:47, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Users/default/ntuser.dat
2013-05-20 11:36:47, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Users/default/ntuser.dat, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2013-05-20 11:36:47, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/MOUNT/Windows/system32/smi/store/Machine/schema.dat
2013-05-20 11:36:48, Info                  DISM   DISM Package Manager: PID=716 TID=724 Finalizing CBS core. - CDISMPackageManager::Finalize
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Finalizing the servicing provider(DriverManager) - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Disconnecting Provider: DriverManager - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Finalizing the servicing provider(DISM Unattend Manager) - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Disconnecting Provider: DISM Unattend Manager - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Finalizing the servicing provider(SmiManager) - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Disconnecting Provider: SmiManager - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Finalizing the servicing provider(PE Provider) - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2013-05-20 11:36:48, Info                  DISM   PE Provider: CPEImg::SetInstallRoot: Old installroot == new installroot; not performing any operation.
2013-05-20 11:36:48, Info                  DISM   PE Provider: CPEImg::Detach: Detach succeeded.
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Disconnecting Provider: PE Provider - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Releasing the local reference to OSServices. - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:48, Info                  DISM   DISM Provider Store: PID=716 TID=724 Disconnecting Provider: OSServices - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:49, Info                  DISM   DISM OS Provider: PID=716 TID=724 Successfully unloaded all registry hives. - CDISMOSServiceManager::Final_OnDisconnect
2013-05-20 11:36:49, Info                  DISM   DISM Provider Store: PID=716 TID=724 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
2013-05-20 11:36:49, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
2013-05-20 11:36:49, Info                  DISM   DISM.EXE:
2013-05-20 11:36:49, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
2013-05-20 11:36:49, Info                  DISM   DISM.EXE:



#16 cdob

cdob

    Gold Member

  • Expert
  • 1469 posts

Posted 20 May 2013 - 02:13 PM   Best Answer

DISM.EXE: Executing command line: dism  /image:C:\MOUNT /add-driver /driver:"C:\Program Files\Intel\WiGig\Drivers" /Recurse /ForceUnsigned
Does folder "C:\Program Files\Intel\WiGig\Drivers" refers to a default Intel driver?
Does this refer to the "It's a driver my compeny made and its private" ?

2013-05-20 11:36:46, Warning DISM DISM Driver Manager: PID=716 TID=724 Could not get boot critical status for the driver class {4D36E972-E325-11CE-BFC1-08002BE10318} from driver store. Assuming that this is not boot critical. - CDriverPackage::InitBootCriticalFlag(hr:0x80070490)
Example is not boot critical, hence it won't be active at boot.wim by default.
Ask your company to create a boot critical inf file.
  • cellage likes this

#17 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 20 May 2013 - 02:29 PM

cellage,

 

Are you by any chance using the new Dell WiGig dock?

http://www.engadget....k-for-latitude/

 

If so, is your company somehow trying to interface with it over WiGig?



#18 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 21 May 2013 - 06:19 AM

Does folder "C:\Program Files\Intel\WiGig\Drivers" refers to a default Intel driver?
Does this refer to the "It's a driver my compeny made and its private" ?

Example is not boot critical, hence it won't be active at boot.wim by default.
Ask your company to create a boot critical inf file.

 

Yes the path "C:\Program Files\Intel\WiGig\Drivers" refers to the my company drivers

Bit thanks a lot I will ask if they have made it as a boot critical or not



#19 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 21 May 2013 - 06:21 AM

cellage,

 

Are you by any chance using the new Dell WiGig dock?

http://www.engadget....k-for-latitude/

 

If so, is your company somehow trying to interface with it over WiGig?

 

 

cellage,

 

Are you by any chance using the new Dell WiGig dock?

http://www.engadget....k-for-latitude/

 

If so, is your company somehow trying to interface with it over WiGig?

 

No we are not using it



#20 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 21 May 2013 - 06:30 AM

Thanks for your help and support,

Now I will check with the company to see if the drivers are boot critical or not and then my problem may be in the drivers all the way



#21 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 21 May 2013 - 11:30 AM

Can I install these drivers with a customized script on boot ?

Like making it automatically run the command

drvload x:\drivers\example.inf

for each driver I want to install ?

 

Thanks



#22 cellage

cellage

    Newbie

  • Members
  • 14 posts
  •  
    Malaysia

Posted 22 May 2013 - 06:01 AM

OK I added

drvload x:\drivers\example.inf

into startnet.cmd and It start the command after booting I didn't try it with the enviroment that has the devices but I think this will solve the problem because the drivers are not boot critical

 

Thanks you all for help







Also tagged with one or more of these keywords: driver, winpe 4

2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users