Een programma wat ik heb geïnstalleerd heeft het .NET Framework 3.5 nodig. Bij het installeren hiervan krijg ik echter een foutmelding (0x800F0922). Wat ik heb geprobeerd:
• Installatie via het Control Panel (Turn Windows features on or off)
• Installatie via het programma wat het framework nodig heeft (gaat volgens mij ook via bovenstaande optie)
• Downloaden en installeren vanaf microsoft.com
• Installatie via de command line (dism.exe):
Waarbij F: m'n originele Windows 8 DVD is.
In C:\Windows\Logs\DISM\dism.log staat o.a. het volgende:
In de log hierboven staat een verwijzing naar %WINDIR%\logs\CBS\cbs.log, waarin o.a. staat:
Ik gebruik Windows 8 64 bit (EN Intl) OEI. Weet niet of het relevant is, maar m'n hardware:
• Gigabyte Z77X-D3H
• Intel Core i5-3570K
• 8GB Corsair Vengeance
• Samsung 830 SSD
Iemand een idee?
• Installatie via het Control Panel (Turn Windows features on or off)
• Installatie via het programma wat het framework nodig heeft (gaat volgens mij ook via bovenstaande optie)
• Downloaden en installeren vanaf microsoft.com
• Installatie via de command line (dism.exe):
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| C:\>dism.exe /online /enable-feature /featurename:NetFX3 /Source:F:\sources\sxs /LimitAccess Deployment Image Servicing and Management tool Version: 6.2.9200.16384 Image Version: 6.2.9200.16384 Enabling feature(s) [==========================100.0%==========================] Error: 0x800f0922 DISM failed. No operation was performed. For more information, review the log file. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log |
Waarbij F: m'n originele Windows 8 DVD is.
In C:\Windows\Logs\DISM\dism.log staat o.a. het volgende:
code:
1
2
3
4
5
6
7
8
| 2012-11-24 22:44:40, Info DISM DISM Package Manager: PID=56 TID=2324 CBS session options=0x20100! - CDISMPackageManager::Internal_Finalize 2012-11-24 22:44:56, Info DISM DISM Package Manager: PID=56 TID=1820 Error in operation: (null) (CBS HRESULT=0x800f0922) - CCbsConUIHandler::Error 2012-11-24 22:44:56, Error DISM DISM Package Manager: PID=56 TID=2324 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f0922) 2012-11-24 22:44:56, Error DISM DISM Package Manager: PID=56 TID=2324 Failed processing package changes with session options - CDISMPackageManager::ProcessChangesWithOptions(hr:0x800f0922) 2012-11-24 22:44:56, Error DISM DISM Package Manager: PID=56 TID=2324 Failed ProcessChanges. - CPackageManagerCLIHandler::Private_ProcessFeatureChange(hr:0x800f0922) 2012-11-24 22:44:56, Error DISM DISM Package Manager: PID=56 TID=2324 Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0922) 2012-11-24 22:44:56, Info DISM DISM Package Manager: PID=56 TID=2324 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine 2012-11-24 22:44:56, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=800F0922 |
In de log hierboven staat een verwijzing naar %WINDIR%\logs\CBS\cbs.log, waarin o.a. staat:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| 2012-11-24 22:44:56, Info CSI 00000236 Creating NT transaction (seq 6), objectname [6]"(null)" 2012-11-24 22:44:56, Info CSI 00000237 Created NT transaction (seq 6) result 0x00000000, handle @0x23a0 2012-11-24 22:44:56, Info CSI 00000238 Poqexec successfully registered in [ml:26{13},l:24{12}]"SetupExecute" 2012-11-24 22:44:56, Info CSI 00000239@2012/11/24:21:44:56.757 Beginning NT transaction commit... 2012-11-24 22:44:56, Info CSI 0000023a@2012/11/24:21:44:56.820 CSI perf trace: CSIPERF:TXCOMMIT;69107 2012-11-24 22:44:56, Info CBS Setting ExecuteState key to: ExecuteStateNone 2012-11-24 22:44:56, Info CBS Setting RollbackFailed flag to 0 2012-11-24 22:44:56, Info CBS Clearing HangDetect value 2012-11-24 22:44:56, Info CBS Saved last global progress. Current: 0, Limit: 1, ExecuteState: ExecuteStateNone 2012-11-24 22:44:56, Info CBS Exec: Cancelled pending transactions after rollback. [HRESULT = 0x00000000 - S_OK] 2012-11-24 22:44:56, Error CBS Exec: An error occurred while committing the transaction, the transaction has been rolled back. [HRESULT = 0x800f0922 - CBS_E_INSTALLERS_FAILED] 2012-11-24 22:44:56, Info CSI 0000023b@2012/11/24:21:44:56.841 CSI Transaction @0x126e648130 destroyed 2012-11-24 22:44:56, Info CBS Perf: InstallUninstallChain complete. 2012-11-24 22:44:56, Info CBS Failed to execute execution chain. [HRESULT = 0x800f0922 - CBS_E_INSTALLERS_FAILED] 2012-11-24 22:44:56, Error CBS Failed to process single phase execution. [HRESULT = 0x800f0922 - CBS_E_INSTALLERS_FAILED] |
Ik gebruik Windows 8 64 bit (EN Intl) OEI. Weet niet of het relevant is, maar m'n hardware:
• Gigabyte Z77X-D3H
• Intel Core i5-3570K
• 8GB Corsair Vengeance
• Samsung 830 SSD
Iemand een idee?