Hi
I am working on creating a new WinPE 4.0 boot file because I am working on a product where I need to capture Windows 8 images. I have succeeded creating my new WinPE 4.0 and it boots fine. The issue I have is that I am not able to add Powershell to my new WinPE image. I have used the following commands:
dism /image:C:\MOUNT /add-package /PackagePath:"WinPE-PowerShell3.cab"
dism /image:C:\MOUNT /add-package /PackagePath:"en-us\WinPE-PowerShell3_en-us.cab"
The first package abort after 20% with error: 14081
The second package runs all the way to 100% and then fail with error 0x80073701
Both package show the following additional error: "The specified package is not applicable to this image"
It is the only package I am not able to add to my wim file. Any ideas on what is causing this error? I have tried from both a Windows 7 x64 machine and also from a Windows 8 x64
(I am using Windows AIK 8.0)