nitewolf86
New member
- Apr 23, 2015
- 1
Hello all, I have a Windows 8.1 where I am having difficulty getting RSAT installed and I would really appreciate if any help you can provide and thank you in advance! :)
I have tried installing Windows8.1-KB2693643-x64.msu by just executing the file which fails at the end. I have also tried extracting the file and adding the package using PowerShell...
With this command, I get the following error... I have looked at both CBS.log and DISM.log but frankly, I'm not very good at translating what this all means. I did run SFC /SCANNOW and detected there were corrupted and it successfully repaired it. I then rebooted the machine and retried but it failed again...
I have uploaded by CBS.log and DISM.log to OneDrive here: OneDrive
Thank you!
Add-WindowsPackage-PackagePathD:\RSAT\Windows8.1-KB2693643-x64.cab-Online-IgnoreCheck
WARNING: Failed to add package D:\RSAT\Windows8.1-KB2693643-x64.cab
WARNING: Add-WindowsPackage failed. Error code = 0x80092004
Add-WindowsPackage : Add-WindowsPackage failed. Error code = 0x80092004
At line:1 char:1
+ Add-WindowsPackage -PackagePath D:\RSAT\Windows8.1-KB2693643-x64.cab -Online -Ig ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Add-WindowsPackage], COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.AddWindowsPackageCommand
I have tried installing Windows8.1-KB2693643-x64.msu by just executing the file which fails at the end. I have also tried extracting the file and adding the package using PowerShell...
With this command, I get the following error... I have looked at both CBS.log and DISM.log but frankly, I'm not very good at translating what this all means. I did run SFC /SCANNOW and detected there were corrupted and it successfully repaired it. I then rebooted the machine and retried but it failed again...
I have uploaded by CBS.log and DISM.log to OneDrive here: OneDrive
Thank you!
Add-WindowsPackage-PackagePathD:\RSAT\Windows8.1-KB2693643-x64.cab-Online-IgnoreCheck
WARNING: Failed to add package D:\RSAT\Windows8.1-KB2693643-x64.cab
WARNING: Add-WindowsPackage failed. Error code = 0x80092004
Add-WindowsPackage : Add-WindowsPackage failed. Error code = 0x80092004
At line:1 char:1
+ Add-WindowsPackage -PackagePath D:\RSAT\Windows8.1-KB2693643-x64.cab -Online -Ig ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Add-WindowsPackage], COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.AddWindowsPackageCommand