Jump to content

windows PE 3.0


bookie32

Recommended Posts

  • 4 weeks later...

Hi Tripredacus!

Have to work on stuff when I have a mo....

I remember asking you for the info on adding other keyboard preferences such as Swedish, but I didn't ask you where I can get the extra language info? Are the languages with the WAIK iso? and just not added unless required?

If not - where does one find them to add them to the image?

Thanks!

bookie32

Link to comment
Share on other sites

@bookie32

The only language installed as default is english

You can get additional Winpe language files within the WAIK ISO.

i guess to remember that on WinPE 3 it's located directly on the CD.

On Winpe 4 it's installed unter C:\Program Files..\..\Assessment and Deployment Kit\Windows Preinstallation Environment\x86\WinPE_OCs

replace x86 to amd64 on above Path to get Language Pack for 64 bit systems

use

DISM.exe /Image:C:\test\offline /Add-Package /PackagePath:sv-se\lp.cab

to add language

use the following command to set WinPE to Swedish

Dism /image:C:\test\offline /Set-AllIntl:sv-se

c:\test\offline is the mounted winpe

Edited by kyor
Link to comment
Share on other sites

when you add the the language pack and set the keyboard layout to your language (Dism /image:C:\test\offline /Set-AllIntl:sv-se) then you

have all what you need. inclusive special county character on your keyboard.

Link to comment
Share on other sites

Hi again

Now I am really lost....not hard I hear you saying.... :lol:

Trying to run the build commands for my winpe and once again xcopy is letting me down and I don't know why.

I have created this structure:

D.\Projects\WinPE\winpe_x86

WAIK is also installed on D:

D:\Program Files(x86)\Windows AIK

I ran the general setup command:


copype.cmd x86 D:\Projects\WinPE\winpe_x86

No Problems...

I mounted my image:


DISM /mount-wim /WimFile:D:\Projects\WinPE\winpe_x86\winpe.wim /Index:1 /MountDir:D:\Projects\WinPE\winpe_x86\mount

I add the servicing tools:



xcopy "D:\Program Files (x86)\Windows AIK\Tools\Servicing" D:\Projects\WinPE\winpe_x86\mount\Windows /s
xcopy "D:\Program Files\ (x86)Windows AIK\Tools\x86" D:\Projects\WinPE\winpe_x86\mount\Windows /s /Y

No Problems...

I try to add the Swedish Language pack and get error:


D:\Program Files (x86)\Windows AIK\Tools\PETools>Dism /image:D:\Projects\WinPE\w
inpe_x86\mount /Add-Package /PackagePath:"D:\Projects\WinPE\SV-SE\LP_SV-SE.cab"

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7600.16385

Processing 1 of 1 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~
31bf3856ad364e35~x86~sv-SE~6.1.7601.17514


Error: 0x800f081e

The specified package is not applicable to this image.

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

D:\Program Files (x86)\Windows AIK\Tools\PETools>

OK! I know I am building this on Windows Server 2008r2 64bit (English version) I installed WAIK 3.0 and then upgraded with the 3.1 supplement.....

I copied the SV-SE directory x86 to my D:\Projects\WinPE directory and it is the x86 version I am building, so I am a bit lost as to why I can't add to the image?

What am I missing here guys....please!

bookie32

PS OK! I see it now....I upgraded to 3.1 or so I thought but the image is from the original WAIK installation, so I added the language pack from that and it went OK!

So, the question remains if I upgraded WAIK - then why an old image......?

Edited by bookie32
Link to comment
Share on other sites

I do wish DISM was better with the error messages it gives you... It should have pointed out the obvious I see in your post:

Image Version: 6.1.7600.16385

Processing 1 of 1 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~
31bf3856ad364e35~x86~sv-SE~6.1.7601.17514

But I could have definately missed it if the forum didn't color code it for me! With DISM, it is (typically) just all white text on black background. :rolleyes:

Link to comment
Share on other sites

Hi folks

OK! Encountered more problems with adding packages...

Should point out I have been following the instructions from IcemanND's post here:

and adapting the commands to suit my situation.

Thanks IcemanND!

And thanks to the others that have been helping me!

I have changed the directory structure a little to separate x86 from x64

So now it reads:

D.Projects\WinPE\x86\winpe_x86

OK! forgive me if you are thinking I am trying to teach you to suck eggs...just trying to be detailed in order to help others....

The contents of the SV-SE (Swedish) language directory are as follows:

LP_SV-SE

WINPE-DOT3SVC_SV-SE

WINPE-HTA_SV-SE

WINPE-LEGACYSETUP_SV-SE

WINPE-MDAC_SV-SE

WINPE-PPPOE_SV-SE

WINPE-SCRIPTING_SV-SE

WINPE-SETUP_SV-SE

WINPE-SETUP-CLIENT_SV-SE

WINPE-SETUP-SERVER_SV-SE

WINPE-SRT_SV-SE

WINPE-WDS-TOOLS_SV-SE

WINPE-WMI_SV-SE

I updated my image to 3.1 and proceeded with the clean command before rebuilding...

I added my language pack OK!



Dism /image:D:\Projects\WinPE\x86\winpe_x86\mount /Add-Package /PackagePath:"D:\Projects\WinPE\x86\SV-SE\LP_SV-SE.cab"

This installed OK and didn't throw up "path not found" and installed according to plan...

I set the default language to Swedish:



Dism /image:D:\Projects\WinPE\x86\winpe_x86\mount /Set-AllIntl:SV-SE

This also installed OK and didn't throw up any errors...

I then tested the installation of he language pack to make sure...



Dism /image:D:\Projects\WinPE\x86\winpe_x86\mount /Get-Intl

This verified that things were as they should be...

I then tried to add the other packages that are in the PDF from IcemanND...

html support etc...

The first being:



Dism /image:D:\Projects\WinPE\x86\winpe_x86\mount /Add-Package /PackagePath:”D:\Projects\WinPE\x86\SV-SE\WINPE-HTA_SV-SE.cab”

This threw up an error "path not found"

I have looked at the package and checked the command and couldn't see anything wrong?!

I tried the next one on the list:



Dism /image:D:\Projects\WinPE\x86\winpe_x86\mount /Add-Package /PackagePath:”D:\Projects\x86\WinPE\SV-SE\WINPE-MDAC_SV-SE.cab”

The info above also looks OK to me, but then I am an nana...lol it also threw up and errow "path not found"....so I gave up and am posting to see what could be wrong...

Please remve all the code from the CMD if you want....

Thanks!




2012-08-25 10:00:16, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
2012-08-25 10:00:16, Info DISM DISM.EXE:
2012-08-25 10:00:16, Info DISM DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=6
2012-08-25 10:00:16, Info DISM DISM.EXE: Executing command line: Dism /image:D:\Projects\WinPE\x86\winpe_x86\mount /Add-Package /PackagePath:�D:\Projects\WinPE\x86\SV-SE\WINPE-HTA_SV-SE.cab�
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Loading Provider from location D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Connecting to the provider located at D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Loading Provider from location D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Connecting to the provider located at D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Loading Provider from location D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Connecting to the provider located at D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:16, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2012-08-25 10:00:16, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager
2012-08-25 10:00:16, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager.
2012-08-25 10:00:16, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager
2012-08-25 10:00:16, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2012-08-25 10:00:16, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
2012-08-25 10:00:16, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:00:16, Info DISM DISM Provider Store: PID=3296 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:00:17, Info DISM DISM Manager: PID=3296 Successfully loaded the ImageSession at "C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460" - CDISMManager::LoadImageSession
2012-08-25 10:00:17, Info DISM DISM Image Session: PID=3284 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\OSProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\OSProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM DISM OS Provider: PID=3284 Defaulting SystemPath to D:\Projects\WinPE\x86\winpe_x86\mount - CDISMOSServiceManager::Final_OnConnect
2012-08-25 10:00:17, Info DISM DISM OS Provider: PID=3284 Defaulting Windows folder to D:\Projects\WinPE\x86\winpe_x86\mount\Windows - CDISMOSServiceManager::Final_OnConnect
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\LogProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\LogProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Getting Provider OSServices - CDISMProviderStore::GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\PEProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\PEProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM PE Provider: CPEImg::Attach: Attach requested to offline image
2012-08-25 10:00:17, Info DISM PE Provider: CPEImg::Attach: windir=D:\Projects\WinPE\x86\winpe_x86\mount\Windows.
2012-08-25 10:00:17, Info DISM PE Provider: CPEImg::Attach: Attach succeeded.
2012-08-25 10:00:17, Info DISM PE Provider: CPEImg::GetTrimStatus: Image is not trimmed.
2012-08-25 10:00:17, Info DISM PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2012-08-25 10:00:17, Info DISM PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2012-08-25 10:00:17, Info DISM PE Provider: CPEImg::SetInstallRoot: Old installroot == new installroot; not performing any operation.
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Manager: PID=3296 Image session successfully loaded from the temporary location: C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460 - CDISMManager::CreateImageSession
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Getting Provider OSServices - CDISMProviderStore::GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM OS Provider: PID=3284 Setting SystemPath to D:\Projects\WinPE\x86\winpe_x86\mount - CDISMOSServiceManager::SetSystemPath
2012-08-25 10:00:17, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:00:17, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:00:17, Info DISM DISM.EXE: Target image information: OS Version=6.1.7601.17514, Image architecture=x86
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\CbsProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\CbsProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:00:17, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:00:17, Info DISM DISM Package Manager: PID=3284 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize
2012-08-25 10:00:17, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:00:17, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:00:17, Info CBS Failed to find a matching version for servicing stack: D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\ [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2012-08-25 10:00:17, Info CBS Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2012-08-25 10:00:17, Info CBS Must be doing offline servicing, using stack version from: D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\cbscore.dll
2012-08-25 10:00:17, Info CBS Loaded Servicing Stack v6.1.7601.17514 with Core: D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\cbscore.dll
2012-08-25 10:00:17, Info CSI 00000001@2012/8/25:08:00:17.830 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x711dd84e @0x72af5d7d @0x72ad205a @0x72ba94f2 @0x72ba96b9 @0x72b88e39)
2012-08-25 10:00:17, Info CBS Could not load SrClient DLL from path: SrClient.dll. Continuing without system restore points.
2012-08-25 10:00:17, Info CSI 00000002@2012/8/25:08:00:17.830 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x711dd84e @0x72b37183 @0x72b34013 @0x72ba94f2 @0x72ba96b9 @0x72b88e39)
2012-08-25 10:00:17, Info DISM DISM Package Manager: PID=3284 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock
2012-08-25 10:00:17, Info CBS Loading offline registry hive: SOFTWARE, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SOFTWARE' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SOFTWARE'.
2012-08-25 10:00:17, Info CBS Loading offline registry hive: SYSTEM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SYSTEM' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SYSTEM'.
2012-08-25 10:00:17, Info CBS Loading offline registry hive: SECURITY, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SECURITY' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SECURITY'.
2012-08-25 10:00:17, Info CBS Loading offline registry hive: SAM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SAM' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SAM'.
2012-08-25 10:00:17, Info CBS Loading offline registry hive: COMPONENTS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/COMPONENTS' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\COMPONENTS'.
2012-08-25 10:00:17, Info CBS Loading offline registry hive: DEFAULT, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/DEFAULT' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\DEFAULT'.
2012-08-25 10:00:17, Info CBS Loading offline registry hive: ntuser.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Users/default/ntuser.dat' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Users\default\ntuser.dat'.
2012-08-25 10:00:17, Info CBS Loading offline registry hive: schema.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/system32/smi/store/Machine/schema.dat' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\system32\smi\store\Machine\schema.dat'.
2012-08-25 10:00:17, Info CBS Offline image is: writeable
2012-08-25 10:00:17, Info CSI 00000003 CSI Store 3381744 (0x003399f0) initialized
2012-08-25 10:00:17, Info CBS Session: 3284_2488449 initialized by client DISM Package Manager Provider.
2012-08-25 10:00:17, Info DISM DISM Package Manager: PID=3284 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock
2012-08-25 10:00:17, Info DISM DISM Package Manager: PID=3284 Loaded servicing stack for online use only. - CDISMPackageManager::RefreshInstanceAndLock
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\MsiProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Warning DISM DISM Provider Store: PID=3284 Failed to Load the provider: C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\MsiProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\IntlProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\IntlProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\DmiProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\DmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:00:17, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:00:17, Info DISM DISM OS Provider: PID=3284 Get the registry path to the SOFTWARE hive located at D:\Projects\WinPE\x86\winpe_x86\mount\Windows\system32\config\SOFTWARE and determine if it is loaded. - CDISMOSServiceManager::DetermineBootDrive
2012-08-25 10:00:17, Info DISM DISM Driver Manager: PID=3284 Further logs for driver related operations can be found in the target operating system at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\UnattendProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\UnattendProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\SmiProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\SmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\TransmogProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Warning DISM DISM Provider Store: PID=3284 Failed to Load the provider: C:\Users\ADMINI~1\AppData\Local\Temp\7EAC4281-64FE-4627-8A42-00EC7382E460\TransmogProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2012-08-25 10:00:17, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2012-08-25 10:00:17, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Package Manager
2012-08-25 10:00:17, Info DISM DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager.
2012-08-25 10:00:17, Info DISM DISM.EXE: Attempting to add the commands from provider: OSServices
2012-08-25 10:00:17, Info DISM DISM.EXE: Attempting to add the commands from provider: IntlManager
2012-08-25 10:00:17, Info DISM DISM.EXE: Succesfully registered commands for the provider: IntlManager.
2012-08-25 10:00:17, Info DISM DISM.EXE: Attempting to add the commands from provider: PE Provider
2012-08-25 10:00:17, Info DISM DISM.EXE: Succesfully registered commands for the provider: PE Provider.
2012-08-25 10:00:17, Info DISM DISM.EXE: Attempting to add the commands from provider: DriverManager
2012-08-25 10:00:17, Info DISM DISM.EXE: Succesfully registered commands for the provider: DriverManager.
2012-08-25 10:00:17, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager
2012-08-25 10:00:17, Info DISM DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager.
2012-08-25 10:00:17, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2012-08-25 10:00:17, Info DISM DISM.EXE: Attempting to add the commands from provider: SmiManager
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:00:17, Info DISM DISM Package Manager: PID=3284 Processing the top level command token(add-package). - CPackageManagerCLIHandler::Private_ValidateCmdLine
2012-08-25 10:00:17, Info DISM DISM Package Manager: PID=3284 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine
2012-08-25 10:00:17, Info DISM DISM Package Manager: PID=3284 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
2012-08-25 10:00:17, Info DISM DISM Package Manager: PID=3284 Encountered the option "packagepath" with value "�D:\Projects\WinPE\x86\SV-SE\WINPE-HTA_SV-SE.cab�" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine
2012-08-25 10:00:17, Error DISM DISM Package Manager: PID=3284 Incorrect parameter D:\Projects\WinPE\x86\winpe_x86\�D:\Projects\WinPE\x86\SV-SE\WINPE-HTA_SV-SE.cab� - path not found - CDISMPackageManager::Internal_CreatePackageByPath(hr:0x80070003)
2012-08-25 10:00:17, Error DISM DISM Package Manager: PID=3284 Failed to get the underlying CBS package. - CDISMPackageManager::OpenPackageByPath(hr:0x80070003)
2012-08-25 10:00:17, Error DISM DISM Package Manager: PID=3284 Failed to open the package at location: "�D:\Projects\WinPE\x86\SV-SE\WINPE-HTA_SV-SE.cab�" - CPackageManagerCLIHandler::ProcessPackagePath(hr:0x80070003)
2012-08-25 10:00:17, Error DISM DISM Package Manager: PID=3284 Failed while processing command add-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80070003)
2012-08-25 10:00:17, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=80070003
2012-08-25 10:00:17, Info DISM DISM Image Session: PID=3284 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
2012-08-25 10:00:17, Info DISM DISM Provider Store: PID=3284 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:17, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SOFTWARE
2012-08-25 10:00:17, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SOFTWARE, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:00:17, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SYSTEM
2012-08-25 10:00:17, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SYSTEM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:00:17, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SECURITY
2012-08-25 10:00:17, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SECURITY, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:00:17, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SAM
2012-08-25 10:00:17, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SAM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:00:17, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/COMPONENTS
2012-08-25 10:00:17, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/COMPONENTS, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:00:17, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/DEFAULT
2012-08-25 10:00:17, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/DEFAULT, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:00:17, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Users/default/ntuser.dat
2012-08-25 10:00:17, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Users/default/ntuser.dat, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:00:17, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/system32/smi/store/Machine/schema.dat
2012-08-25 10:00:18, Info DISM DISM Package Manager: PID=3284 Finalizing CBS core. - CDISMPackageManager::Finalize
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Found the PE Provider. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Finalizing the servicing provider(DriverManager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Disconnecting Provider: DriverManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Finalizing the servicing provider(DISM Unattend Manager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Disconnecting Provider: DISM Unattend Manager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Finalizing the servicing provider(SmiManager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Disconnecting Provider: SmiManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Finalizing the servicing provider(PE Provider) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2012-08-25 10:00:18, Info DISM PE Provider: CPEImg::SetInstallRoot: Old installroot == new installroot; not performing any operation.
2012-08-25 10:00:18, Info DISM PE Provider: CPEImg::Detach: Detach succeeded.
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Disconnecting Provider: PE Provider - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Releasing the local reference to OSServices. - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Disconnecting Provider: OSServices - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM OS Provider: PID=3284 Successfully unloaded all registry hives. - CDISMOSServiceManager::Final_OnDisconnect
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3284 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
2012-08-25 10:00:18, Info DISM DISM.EXE:
2012-08-25 10:00:18, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
2012-08-25 10:00:18, Info DISM DISM.EXE:
2012-08-25 10:00:18, Info DISM DISM Image Session: PID=3296 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3296 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3296 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3296 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3296 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:00:18, Info DISM DISM Provider Store: PID=3296 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:05, Info DISM PID=4092 Scratch directory set to 'C:\Users\ADMINI~1\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
2012-08-25 10:06:05, Info DISM PID=4092 Successfully loaded the ImageSession at "D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing" - CDISMManager::LoadImageSession
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Failed to get and initialize the PE Provider. Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:05, Info DISM DISM Manager: PID=4092 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:05, Info DISM DISM.EXE:
2012-08-25 10:06:05, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
2012-08-25 10:06:05, Info DISM DISM.EXE:
2012-08-25 10:06:05, Info DISM DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=6
2012-08-25 10:06:05, Info DISM DISM.EXE: Executing command line: Dism /image:D:\Projects\WinPE\x86\winpe_x86\mount /Add-Package /PackagePath:�D:\Projects\WinPE\x86\SV-SE\WINPE-HTA_SV-SE.cab�
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Loading Provider from location D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Connecting to the provider located at D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Loading Provider from location D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Connecting to the provider located at D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Loading Provider from location D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Connecting to the provider located at D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:05, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2012-08-25 10:06:05, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager
2012-08-25 10:06:05, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager.
2012-08-25 10:06:05, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager
2012-08-25 10:06:05, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2012-08-25 10:06:05, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
2012-08-25 10:06:05, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
2012-08-25 10:06:05, Info DISM DISM Provider Store: PID=4092 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:06:06, Info DISM DISM Provider Store: PID=4092 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:06:06, Info DISM DISM Manager: PID=4092 Successfully loaded the ImageSession at "C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B" - CDISMManager::LoadImageSession
2012-08-25 10:06:06, Info DISM DISM Image Session: PID=2880 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore
2012-08-25 10:06:06, Info DISM DISM Provider Store: PID=2880 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:06:06, Info DISM DISM Provider Store: PID=2880 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:06, Info DISM DISM Provider Store: PID=2880 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\OSProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:06, Info DISM DISM Provider Store: PID=2880 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\OSProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:06, Info DISM DISM OS Provider: PID=2880 Defaulting SystemPath to D:\Projects\WinPE\x86\winpe_x86\mount - CDISMOSServiceManager::Final_OnConnect
2012-08-25 10:06:06, Info DISM DISM OS Provider: PID=2880 Defaulting Windows folder to D:\Projects\WinPE\x86\winpe_x86\mount\Windows - CDISMOSServiceManager::Final_OnConnect
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\LogProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\LogProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Getting Provider OSServices - CDISMProviderStore::GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\PEProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\PEProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info DISM PE Provider: CPEImg::Attach: Attach requested to offline image
2012-08-25 10:06:07, Info DISM PE Provider: CPEImg::Attach: windir=D:\Projects\WinPE\x86\winpe_x86\mount\Windows.
2012-08-25 10:06:07, Info DISM PE Provider: CPEImg::Attach: Attach succeeded.
2012-08-25 10:06:07, Info DISM PE Provider: CPEImg::GetTrimStatus: Image is not trimmed.
2012-08-25 10:06:07, Info DISM PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2012-08-25 10:06:07, Info DISM PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2012-08-25 10:06:07, Info DISM PE Provider: CPEImg::SetInstallRoot: Old installroot == new installroot; not performing any operation.
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Manager: PID=4092 Image session successfully loaded from the temporary location: C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B - CDISMManager::CreateImageSession
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Getting Provider OSServices - CDISMProviderStore::GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM OS Provider: PID=2880 Setting SystemPath to D:\Projects\WinPE\x86\winpe_x86\mount - CDISMOSServiceManager::SetSystemPath
2012-08-25 10:06:07, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:06:07, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:06:07, Info DISM DISM.EXE: Target image information: OS Version=6.1.7601.17514, Image architecture=x86
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\CbsProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\CbsProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:06:07, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:06:07, Info DISM DISM Package Manager: PID=2880 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize
2012-08-25 10:06:07, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:06:07, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:06:07, Info CBS Failed to find a matching version for servicing stack: D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\ [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2012-08-25 10:06:07, Info CBS Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2012-08-25 10:06:07, Info CBS Must be doing offline servicing, using stack version from: D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\cbscore.dll
2012-08-25 10:06:07, Info CBS Loaded Servicing Stack v6.1.7601.17514 with Core: D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\cbscore.dll
2012-08-25 10:06:07, Info CSI 00000001@2012/8/25:08:06:07.162 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x70e1d84e @0x72ab5d7d @0x72a9205a @0x72b694f2 @0x72b696b9 @0x72b48e39)
2012-08-25 10:06:07, Info CBS Could not load SrClient DLL from path: SrClient.dll. Continuing without system restore points.
2012-08-25 10:06:07, Info CSI 00000002@2012/8/25:08:06:07.162 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x70e1d84e @0x72af7183 @0x72af4013 @0x72b694f2 @0x72b696b9 @0x72b48e39)
2012-08-25 10:06:07, Info DISM DISM Package Manager: PID=2880 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock
2012-08-25 10:06:07, Info CBS Loading offline registry hive: SOFTWARE, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SOFTWARE' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SOFTWARE'.
2012-08-25 10:06:07, Info CBS Loading offline registry hive: SYSTEM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SYSTEM' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SYSTEM'.
2012-08-25 10:06:07, Info CBS Loading offline registry hive: SECURITY, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SECURITY' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SECURITY'.
2012-08-25 10:06:07, Info CBS Loading offline registry hive: SAM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SAM' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SAM'.
2012-08-25 10:06:07, Info CBS Loading offline registry hive: COMPONENTS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/COMPONENTS' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\COMPONENTS'.
2012-08-25 10:06:07, Info CBS Loading offline registry hive: DEFAULT, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/DEFAULT' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\DEFAULT'.
2012-08-25 10:06:07, Info CBS Loading offline registry hive: ntuser.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Users/default/ntuser.dat' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Users\default\ntuser.dat'.
2012-08-25 10:06:07, Info CBS Loading offline registry hive: schema.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/system32/smi/store/Machine/schema.dat' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\system32\smi\store\Machine\schema.dat'.
2012-08-25 10:06:07, Info CBS Offline image is: writeable
2012-08-25 10:06:07, Info CSI 00000003 CSI Store 7903104 (0x00789780) initialized
2012-08-25 10:06:07, Info CBS Session: 2880_2837782 initialized by client DISM Package Manager Provider.
2012-08-25 10:06:07, Info DISM DISM Package Manager: PID=2880 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock
2012-08-25 10:06:07, Info DISM DISM Package Manager: PID=2880 Loaded servicing stack for online use only. - CDISMPackageManager::RefreshInstanceAndLock
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\MsiProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Warning DISM DISM Provider Store: PID=2880 Failed to Load the provider: C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\MsiProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\IntlProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\IntlProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\DmiProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\DmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:06:07, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:06:07, Info DISM DISM OS Provider: PID=2880 Get the registry path to the SOFTWARE hive located at D:\Projects\WinPE\x86\winpe_x86\mount\Windows\system32\config\SOFTWARE and determine if it is loaded. - CDISMOSServiceManager::DetermineBootDrive
2012-08-25 10:06:07, Info DISM DISM Driver Manager: PID=2880 Further logs for driver related operations can be found in the target operating system at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\UnattendProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\UnattendProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\SmiProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\SmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\TransmogProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Warning DISM DISM Provider Store: PID=2880 Failed to Load the provider: C:\Users\ADMINI~1\AppData\Local\Temp\FC5A6FBD-129F-4098-86B8-6ED96C1FEC1B\TransmogProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2012-08-25 10:06:07, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2012-08-25 10:06:07, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Package Manager
2012-08-25 10:06:07, Info DISM DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager.
2012-08-25 10:06:07, Info DISM DISM.EXE: Attempting to add the commands from provider: OSServices
2012-08-25 10:06:07, Info DISM DISM.EXE: Attempting to add the commands from provider: IntlManager
2012-08-25 10:06:07, Info DISM DISM.EXE: Succesfully registered commands for the provider: IntlManager.
2012-08-25 10:06:07, Info DISM DISM.EXE: Attempting to add the commands from provider: PE Provider
2012-08-25 10:06:07, Info DISM DISM.EXE: Succesfully registered commands for the provider: PE Provider.
2012-08-25 10:06:07, Info DISM DISM.EXE: Attempting to add the commands from provider: DriverManager
2012-08-25 10:06:07, Info DISM DISM.EXE: Succesfully registered commands for the provider: DriverManager.
2012-08-25 10:06:07, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager
2012-08-25 10:06:07, Info DISM DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager.
2012-08-25 10:06:07, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2012-08-25 10:06:07, Info DISM DISM.EXE: Attempting to add the commands from provider: SmiManager
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:06:07, Info DISM DISM Package Manager: PID=2880 Processing the top level command token(add-package). - CPackageManagerCLIHandler::Private_ValidateCmdLine
2012-08-25 10:06:07, Info DISM DISM Package Manager: PID=2880 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine
2012-08-25 10:06:07, Info DISM DISM Package Manager: PID=2880 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
2012-08-25 10:06:07, Info DISM DISM Package Manager: PID=2880 Encountered the option "packagepath" with value "�D:\Projects\WinPE\x86\SV-SE\WINPE-HTA_SV-SE.cab�" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine
2012-08-25 10:06:07, Error DISM DISM Package Manager: PID=2880 Incorrect parameter D:\Projects\WinPE\x86\winpe_x86\�D:\Projects\WinPE\x86\SV-SE\WINPE-HTA_SV-SE.cab� - path not found - CDISMPackageManager::Internal_CreatePackageByPath(hr:0x80070003)
2012-08-25 10:06:07, Error DISM DISM Package Manager: PID=2880 Failed to get the underlying CBS package. - CDISMPackageManager::OpenPackageByPath(hr:0x80070003)
2012-08-25 10:06:07, Error DISM DISM Package Manager: PID=2880 Failed to open the package at location: "�D:\Projects\WinPE\x86\SV-SE\WINPE-HTA_SV-SE.cab�" - CPackageManagerCLIHandler::ProcessPackagePath(hr:0x80070003)
2012-08-25 10:06:07, Error DISM DISM Package Manager: PID=2880 Failed while processing command add-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80070003)
2012-08-25 10:06:07, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=80070003
2012-08-25 10:06:07, Info DISM DISM Image Session: PID=2880 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SOFTWARE
2012-08-25 10:06:07, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SOFTWARE, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:06:07, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SYSTEM
2012-08-25 10:06:07, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SYSTEM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:06:07, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SECURITY
2012-08-25 10:06:07, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SECURITY, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:06:07, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SAM
2012-08-25 10:06:07, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SAM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:06:07, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/COMPONENTS
2012-08-25 10:06:07, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/COMPONENTS, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:06:07, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/DEFAULT
2012-08-25 10:06:07, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/DEFAULT, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:06:07, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Users/default/ntuser.dat
2012-08-25 10:06:07, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Users/default/ntuser.dat, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:06:07, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/system32/smi/store/Machine/schema.dat
2012-08-25 10:06:07, Info DISM DISM Package Manager: PID=2880 Finalizing CBS core. - CDISMPackageManager::Finalize
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Found the PE Provider. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Finalizing the servicing provider(DriverManager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Disconnecting Provider: DriverManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Finalizing the servicing provider(DISM Unattend Manager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Disconnecting Provider: DISM Unattend Manager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Finalizing the servicing provider(SmiManager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Disconnecting Provider: SmiManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Finalizing the servicing provider(PE Provider) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2012-08-25 10:06:07, Info DISM PE Provider: CPEImg::SetInstallRoot: Old installroot == new installroot; not performing any operation.
2012-08-25 10:06:07, Info DISM PE Provider: CPEImg::Detach: Detach succeeded.
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Disconnecting Provider: PE Provider - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Releasing the local reference to OSServices. - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Disconnecting Provider: OSServices - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM OS Provider: PID=2880 Successfully unloaded all registry hives. - CDISMOSServiceManager::Final_OnDisconnect
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=2880 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
2012-08-25 10:06:07, Info DISM DISM.EXE:
2012-08-25 10:06:07, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
2012-08-25 10:06:07, Info DISM DISM.EXE:
2012-08-25 10:06:07, Info DISM DISM Image Session: PID=4092 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=4092 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=4092 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=4092 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=4092 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:06:07, Info DISM DISM Provider Store: PID=4092 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:26, Info DISM PID=2360 Scratch directory set to 'C:\Users\ADMINI~1\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
2012-08-25 10:07:26, Info DISM PID=2360 Successfully loaded the ImageSession at "D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing" - CDISMManager::LoadImageSession
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Failed to get and initialize the PE Provider. Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:26, Info DISM DISM Manager: PID=2360 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:26, Info DISM DISM.EXE:
2012-08-25 10:07:26, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
2012-08-25 10:07:26, Info DISM DISM.EXE:
2012-08-25 10:07:26, Info DISM DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=6
2012-08-25 10:07:26, Info DISM DISM.EXE: Executing command line: Dism /image:D:\Projects\WinPE\x86\winpe_x86\mount /Add-Package /PackagePath:�D:\Projects\x86\WinPE\SV-SE\WinPE-MDAC_sv-se.cab�
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Loading Provider from location D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Connecting to the provider located at D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Loading Provider from location D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Connecting to the provider located at D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Loading Provider from location D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Connecting to the provider located at D:\Program Files (x86)\Windows AIK\Tools\AMD64\Servicing\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:26, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2012-08-25 10:07:26, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager
2012-08-25 10:07:26, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager.
2012-08-25 10:07:26, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager
2012-08-25 10:07:26, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2012-08-25 10:07:26, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
2012-08-25 10:07:26, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
2012-08-25 10:07:26, Info DISM DISM Provider Store: PID=2360 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:07:27, Info DISM DISM Provider Store: PID=2360 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:07:27, Info DISM DISM Manager: PID=2360 Successfully loaded the ImageSession at "C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D" - CDISMManager::LoadImageSession
2012-08-25 10:07:27, Info DISM DISM Image Session: PID=1028 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore
2012-08-25 10:07:27, Info DISM DISM Provider Store: PID=1028 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:07:27, Info DISM DISM Provider Store: PID=1028 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:27, Info DISM DISM Provider Store: PID=1028 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\OSProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:27, Info DISM DISM Provider Store: PID=1028 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\OSProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:27, Info DISM DISM OS Provider: PID=1028 Defaulting SystemPath to D:\Projects\WinPE\x86\winpe_x86\mount - CDISMOSServiceManager::Final_OnConnect
2012-08-25 10:07:27, Info DISM DISM OS Provider: PID=1028 Defaulting Windows folder to D:\Projects\WinPE\x86\winpe_x86\mount\Windows - CDISMOSServiceManager::Final_OnConnect
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\LogProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\LogProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Getting Provider OSServices - CDISMProviderStore::GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\PEProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\PEProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info DISM PE Provider: CPEImg::Attach: Attach requested to offline image
2012-08-25 10:07:28, Info DISM PE Provider: CPEImg::Attach: windir=D:\Projects\WinPE\x86\winpe_x86\mount\Windows.
2012-08-25 10:07:28, Info DISM PE Provider: CPEImg::Attach: Attach succeeded.
2012-08-25 10:07:28, Info DISM PE Provider: CPEImg::GetTrimStatus: Image is not trimmed.
2012-08-25 10:07:28, Info DISM PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2012-08-25 10:07:28, Info DISM PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2012-08-25 10:07:28, Info DISM PE Provider: CPEImg::SetInstallRoot: Old installroot == new installroot; not performing any operation.
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Manager: PID=2360 Image session successfully loaded from the temporary location: C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D - CDISMManager::CreateImageSession
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Getting Provider OSServices - CDISMProviderStore::GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM OS Provider: PID=1028 Setting SystemPath to D:\Projects\WinPE\x86\winpe_x86\mount - CDISMOSServiceManager::SetSystemPath
2012-08-25 10:07:28, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:07:28, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:07:28, Info DISM DISM.EXE: Target image information: OS Version=6.1.7601.17514, Image architecture=x86
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\CbsProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\CbsProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:07:28, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:07:28, Info DISM DISM Package Manager: PID=1028 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize
2012-08-25 10:07:28, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:07:28, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:07:28, Info CBS Failed to find a matching version for servicing stack: D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\ [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2012-08-25 10:07:28, Info CBS Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2012-08-25 10:07:28, Info CBS Must be doing offline servicing, using stack version from: D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\cbscore.dll
2012-08-25 10:07:28, Info CBS Loaded Servicing Stack v6.1.7601.17514 with Core: D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\cbscore.dll
2012-08-25 10:07:28, Info CSI 00000001@2012/8/25:08:07:28.297 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x711dd84e @0x72af5d7d @0x72ad205a @0x72ba94f2 @0x72ba96b9 @0x72b88e39)
2012-08-25 10:07:28, Info CBS Could not load SrClient DLL from path: SrClient.dll. Continuing without system restore points.
2012-08-25 10:07:28, Info CSI 00000002@2012/8/25:08:07:28.313 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x711dd84e @0x72b37183 @0x72b34013 @0x72ba94f2 @0x72ba96b9 @0x72b88e39)
2012-08-25 10:07:28, Info DISM DISM Package Manager: PID=1028 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock
2012-08-25 10:07:28, Info CBS Loading offline registry hive: SOFTWARE, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SOFTWARE' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SOFTWARE'.
2012-08-25 10:07:28, Info CBS Loading offline registry hive: SYSTEM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SYSTEM' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SYSTEM'.
2012-08-25 10:07:28, Info CBS Loading offline registry hive: SECURITY, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SECURITY' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SECURITY'.
2012-08-25 10:07:28, Info CBS Loading offline registry hive: SAM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SAM' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\SAM'.
2012-08-25 10:07:28, Info CBS Loading offline registry hive: COMPONENTS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/COMPONENTS' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\COMPONENTS'.
2012-08-25 10:07:28, Info CBS Loading offline registry hive: DEFAULT, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/DEFAULT' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\System32\config\DEFAULT'.
2012-08-25 10:07:28, Info CBS Loading offline registry hive: ntuser.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Users/default/ntuser.dat' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Users\default\ntuser.dat'.
2012-08-25 10:07:28, Info CBS Loading offline registry hive: schema.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/system32/smi/store/Machine/schema.dat' from path '\\?\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\system32\smi\store\Machine\schema.dat'.
2012-08-25 10:07:28, Info CBS Offline image is: writeable
2012-08-25 10:07:28, Info CSI 00000003 CSI Store 4944592 (0x004b72d0) initialized
2012-08-25 10:07:28, Info CBS Session: 1028_2918934 initialized by client DISM Package Manager Provider.
2012-08-25 10:07:28, Info DISM DISM Package Manager: PID=1028 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock
2012-08-25 10:07:28, Info DISM DISM Package Manager: PID=1028 Loaded servicing stack for online use only. - CDISMPackageManager::RefreshInstanceAndLock
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\MsiProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Warning DISM DISM Provider Store: PID=1028 Failed to Load the provider: C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\MsiProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\IntlProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\IntlProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\DmiProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\DmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info CSI 00000001 Shim considered [l:322{161}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2012-08-25 10:07:28, Info CSI 00000002 Shim considered [l:316{158}]"\??\D:\Projects\WinPE\x86\winpe_x86\mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f\pkgmgr.exe" : got STATUS_SUCCESS
2012-08-25 10:07:28, Info DISM DISM OS Provider: PID=1028 Get the registry path to the SOFTWARE hive located at D:\Projects\WinPE\x86\winpe_x86\mount\Windows\system32\config\SOFTWARE and determine if it is loaded. - CDISMOSServiceManager::DetermineBootDrive
2012-08-25 10:07:28, Info DISM DISM Driver Manager: PID=1028 Further logs for driver related operations can be found in the target operating system at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\UnattendProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\UnattendProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\SmiProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\SmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\TransmogProvider.dll - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Warning DISM DISM Provider Store: PID=1028 Failed to Load the provider: C:\Users\ADMINI~1\AppData\Local\Temp\6671CA8D-B011-4350-8C77-1F940D42E67D\TransmogProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2012-08-25 10:07:28, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2012-08-25 10:07:28, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Package Manager
2012-08-25 10:07:28, Info DISM DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager.
2012-08-25 10:07:28, Info DISM DISM.EXE: Attempting to add the commands from provider: OSServices
2012-08-25 10:07:28, Info DISM DISM.EXE: Attempting to add the commands from provider: IntlManager
2012-08-25 10:07:28, Info DISM DISM.EXE: Succesfully registered commands for the provider: IntlManager.
2012-08-25 10:07:28, Info DISM DISM.EXE: Attempting to add the commands from provider: PE Provider
2012-08-25 10:07:28, Info DISM DISM.EXE: Succesfully registered commands for the provider: PE Provider.
2012-08-25 10:07:28, Info DISM DISM.EXE: Attempting to add the commands from provider: DriverManager
2012-08-25 10:07:28, Info DISM DISM.EXE: Succesfully registered commands for the provider: DriverManager.
2012-08-25 10:07:28, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager
2012-08-25 10:07:28, Info DISM DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager.
2012-08-25 10:07:28, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2012-08-25 10:07:28, Info DISM DISM.EXE: Attempting to add the commands from provider: SmiManager
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2012-08-25 10:07:28, Info DISM DISM Package Manager: PID=1028 Processing the top level command token(add-package). - CPackageManagerCLIHandler::Private_ValidateCmdLine
2012-08-25 10:07:28, Info DISM DISM Package Manager: PID=1028 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine
2012-08-25 10:07:28, Info DISM DISM Package Manager: PID=1028 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
2012-08-25 10:07:28, Info DISM DISM Package Manager: PID=1028 Encountered the option "packagepath" with value "�D:\Projects\x86\WinPE\SV-SE\WinPE-MDAC_sv-se.cab�" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine
2012-08-25 10:07:28, Error DISM DISM Package Manager: PID=1028 Incorrect parameter D:\Projects\WinPE\x86\winpe_x86\�D:\Projects\x86\WinPE\SV-SE\WinPE-MDAC_sv-se.cab� - path not found - CDISMPackageManager::Internal_CreatePackageByPath(hr:0x80070003)
2012-08-25 10:07:28, Error DISM DISM Package Manager: PID=1028 Failed to get the underlying CBS package. - CDISMPackageManager::OpenPackageByPath(hr:0x80070003)
2012-08-25 10:07:28, Error DISM DISM Package Manager: PID=1028 Failed to open the package at location: "�D:\Projects\x86\WinPE\SV-SE\WinPE-MDAC_sv-se.cab�" - CPackageManagerCLIHandler::ProcessPackagePath(hr:0x80070003)
2012-08-25 10:07:28, Error DISM DISM Package Manager: PID=1028 Failed while processing command add-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80070003)
2012-08-25 10:07:28, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=80070003
2012-08-25 10:07:28, Info DISM DISM Image Session: PID=1028 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SOFTWARE
2012-08-25 10:07:28, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SOFTWARE, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:07:28, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SYSTEM
2012-08-25 10:07:28, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SYSTEM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:07:28, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SECURITY
2012-08-25 10:07:28, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SECURITY, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:07:28, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SAM
2012-08-25 10:07:28, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/SAM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:07:28, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/COMPONENTS
2012-08-25 10:07:28, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/COMPONENTS, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:07:28, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/DEFAULT
2012-08-25 10:07:28, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/System32/config/DEFAULT, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:07:28, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Users/default/ntuser.dat
2012-08-25 10:07:28, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Users/default/ntuser.dat, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2012-08-25 10:07:28, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Projects/WinPE/x86/winpe_x86/mount/Windows/system32/smi/store/Machine/schema.dat
2012-08-25 10:07:28, Info DISM DISM Package Manager: PID=1028 Finalizing CBS core. - CDISMPackageManager::Finalize
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Found the PE Provider. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Finalizing the servicing provider(DriverManager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Disconnecting Provider: DriverManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Finalizing the servicing provider(DISM Unattend Manager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Disconnecting Provider: DISM Unattend Manager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Finalizing the servicing provider(SmiManager) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Disconnecting Provider: SmiManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Finalizing the servicing provider(PE Provider) - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM PE Provider: CPEImg::GetInstallRoot: Successfully retrieved installroot X:\
2012-08-25 10:07:28, Info DISM PE Provider: CPEImg::SetInstallRoot: Old installroot == new installroot; not performing any operation.
2012-08-25 10:07:28, Info DISM PE Provider: CPEImg::Detach: Detach succeeded.
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Disconnecting Provider: PE Provider - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Releasing the local reference to OSServices. - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:28, Info DISM DISM Provider Store: PID=1028 Disconnecting Provider: OSServices - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:29, Info DISM DISM OS Provider: PID=1028 Successfully unloaded all registry hives. - CDISMOSServiceManager::Final_OnDisconnect
2012-08-25 10:07:29, Info DISM DISM Provider Store: PID=1028 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:29, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
2012-08-25 10:07:29, Info DISM DISM.EXE:
2012-08-25 10:07:29, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
2012-08-25 10:07:29, Info DISM DISM.EXE:
2012-08-25 10:07:29, Info DISM DISM Image Session: PID=2360 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
2012-08-25 10:07:29, Info DISM DISM Provider Store: PID=2360 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:29, Info DISM DISM Provider Store: PID=2360 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:29, Info DISM DISM Provider Store: PID=2360 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2012-08-25 10:07:29, Info DISM DISM Provider Store: PID=2360 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
2012-08-25 10:07:29, Info DISM DISM Provider Store: PID=2360 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider


bookie32

Edited by bookie32
Link to comment
Share on other sites

For additional Packages (optional components) that are not included as defaults you have to install two Packages

these are optional components


WinPE-HTA
HTML Application support. Enables the creation of GUI applications using the Internet Explorer script engine and HTML services.

Winpe-LegacySetup
The Media Setup feature package. All Setup files from the \Sources folder on the Windows media. Add this package when servicing Setup or the \Sources folder on the Windows media. Must be added with the Setup feature package. To add a new Boot.wim to the media, add either child package in addition to the Setup and Media packages. This package is required to support Windows Server® 2008 R2 installation.

WinPE-MDAC
Microsoft® Data Access Component support. Enables queries to SQL servers with Active Directory Objects (ADO). Example usage: building a dynamic Unattend from unique system information.

WinPE-PPPoE
Enables Point-to-Point Protocol over Ethernet (PPPoE) support. Create, connect, disconnect and delete PPPoE connections from Windows PE.

WinPE-Scripting
Windows Script Host (WSH) support. Enables batch file processing using WSH script objects.

WinPE-Setup
The Setup feature package (parent). All Setup files from the \Sources folder common to Client and Server.

WinPE-Setup-Client
The Client Setup feature package (child). The Client branding files for Setup. Must be added after the Setup feature package.

WinPE-Setup-Server
The Server Setup feature package (child). The Server branding files for Setup. Must be added after the Setup feature package.

WinPE-SRT
The Windows Recovery Environment feature package. Provides a recovery platform for automatic system diagnosis and repair and the creation of custom recovery solutions.

WinPE-WMI
Windows Management Instrumentation (WMI) support. A subset of the WMI providers that enables minimal system diagnostics.

WinPE-WDS-Tools
The Windows Deployment Services tools feature package. Includes APIs to enable a multicast scenario with a custom Windows Deployment Services client and Image Capture utility.

You must install first the component and then second the language pack for that component

Here are a example how to install wmi


dism /image:C:\winpe_x86\mount /Add-Package /PackagePath:"C:\Program Files\<version>\Tools\PETools\x86\WinPE_FPs\winpe-wmi.cab"
dism /image:C:\winpe_x86\mount /Add-Package /PackagePath:"C:\Program Files\<version>\Tools\PETools\x86\WinPE_FPs\en-us\winpe-wmi_en-us.cab"

so the package WINPE-HTA_SV-SE.cab is only the language pack.

Hope it works for you :hello:

Edited by kyor
Link to comment
Share on other sites

Hi again!

Still getting "path not found"?!

I have copied the whole of Winpe_FPs to my project directory just to test it...

D:\Projects\WinPE\x86\Winpe_FPs


Dism /image:D:\Projects\WinPE\x86\winpe_x86\mount /Add-Package /PackagePath:”D:\Projects\WinPE\x86\Winpe_FPs\WinPE-HTA.cab”

Dism /image:D:\Projects\WinPE\x86\winpe_x86\mount /Add-Package /PackagePath:”D:\Projects\WinPE\x86\SV-SE\WINPE-HTA_SV-SE.cab”

bookie32

Link to comment
Share on other sites

Create an account or sign in to comment

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

Create an account

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

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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