[Windows 8] Fout 0x800F0922 bij installatie .NET FW 3.5

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • Glival
  • Registratie: December 1999
  • Laatst online: 25-06 22:07
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):
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? :)

Acties:
  • 0 Henk 'm!

  • Squ1zZy
  • Registratie: April 2011
  • Niet online
Misschien een domma vraag, maar je start de prompt wel op als administrator?

Edit: Wat geeft dism aan als je de status opvraagt?

Dism /online /enable-feature /featurename:NetFx3 /All

[ Voor 42% gewijzigd door Squ1zZy op 25-11-2012 11:00 ]


Acties:
  • 0 Henk 'm!

  • punisher007
  • Registratie: Maart 2001
  • Laatst online: 09-07 22:49
In deze forum post helemaal onderaan staat een cleanup command dat je wellicht eens kunt proberen:
MSDN: Unable to install .Net 3.5 framework on Latest Win 8 build 8220

http://blog.bjornhouben.com


Acties:
  • 0 Henk 'm!

  • Glival
  • Registratie: December 1999
  • Laatst online: 25-06 22:07
Squ1zZy schreef op zondag 25 november 2012 @ 10:57:
Misschien een domma vraag, maar je start de prompt wel op als administrator?

Edit: Wat geeft dism aan als je de status opvraagt?

Dism /online /enable-feature /featurename:NetFx3 /All
Yep ik start de prompt als administrator. Als ik dat commando uitvoer krijg ik dezelfde fout.
punisher007 schreef op zondag 25 november 2012 @ 11:02:
In deze forum post helemaal onderaan staat een cleanup command dat je wellicht eens kunt proberen:
MSDN: Unable to install .Net 3.5 framework on Latest Win 8 build 8220
Geeft de volgende output:

code:
1
2
3
4
5
6
7
8
9
Deployment Image Servicing and Management tool
Version: 6.2.9200.16384

Image Version: 6.2.9200.16384

[==========================100.0%==========================]
The restore operation completed successfully. The component store corruption was
 repaired.
The operation completed successfully.


Als ik daarna probeer te installeren krijg ik helaas weer dezelfde fout :(

Acties:
  • 0 Henk 'm!

  • Glival
  • Registratie: December 1999
  • Laatst online: 25-06 22:07
't Is opgelost door een Windows Refresh uit te voeren. Moet wel al m'n programma's opnieuw installeren, maargoed.

Bedankt voor de hulp!

Acties:
  • 0 Henk 'm!

  • punisher007
  • Registratie: Maart 2001
  • Laatst online: 09-07 22:49
Vervelend, heb dit probleem al bij meer mensen gezien :(

http://blog.bjornhouben.com

Pagina: 1