Net Framework 3.5 wilt niet ibstalleren op Win10

Pagina: 1
Acties:

Vraag


Acties:
  • 0 Henk 'm!

  • SoundByte
  • Registratie: Maart 2015
  • Laatst online: 18-04-2022
Ik heb een tablet met Win10 erop en ik moet .Net Framework 3.5 installeren. De device heeft geen wifi/internet. Ik heb de offline installler gedownload "dotnetfx35" van Microsoft via mobiel (gewoon de exe voor windows 10). Maar dan krijg ik de melding tijdens installatie: an app on your pc needs NET Framework 3.5 (includes 2.0 3.0). Download and install this feature. Maar ik heb dus geen internet op deze tablet.

Ik heb het proberen aan te melden via Dism.

"c:\windows\system32\dism.exe /online /enable-feature /featurename:netfx3 /source:c:\dotnetfx35. exe /limitaccess"

Maar ik krijg: the source files could not be found.

the exe staat gewoon in c:\

Het gaat om Windows 10 Home versie 1903

Alle reacties


Acties:
  • 0 Henk 'm!

Verwijderd

Kun je via een usb stick het bestand wellicht overzetten?

https://dotnet.microsoft....otnet-framework/net35-sp1

Acties:
  • 0 Henk 'm!

  • HKLM_
  • Registratie: Februari 2009
  • Laatst online: 10:49
SoundByte schreef op woensdag 13 oktober 2021 @ 13:43:
Ik heb een tablet met Win10 erop en ik moet .Net Framework 3.5 installeren. De device heeft geen wifi/internet. Ik heb de offline installler gedownload "dotnetfx35" van Microsoft via mobiel (gewoon de exe voor windows 10). Maar dan krijg ik de melding tijdens installatie: an app on your pc needs NET Framework 3.5 (includes 2.0 3.0). Download and install this feature. Maar ik heb dus geen internet op deze tablet.

Ik heb het proberen aan te melden via Dism.

"c:\windows\system32\dism.exe /online /enable-feature /featurename:netfx3 /source:c:\dotnetfx35. exe /limitaccess"

Maar ik krijg: the source files could not be found.

the exe staat gewoon in c:\

Het gaat om Windows 10 Home versie 1903
Je bent er bijna maar het werkt niet met de dotnetfx35.exe je moet het bestandje uit de source folder van Windows 10 halen. Als je een Windows 10 usb stick maakt met bijvoorbeeld de media creation tool en deze in je tablet doet. Dan onderstaand commando ff de drive letter aanpassen na /source en uitvoeren via een admin cmd.

code:
1
 dism /online /enable-feature /featurename:NetFX3 /all /Source:d:\sources\sxs /LimitAccess

[ Voor 0% gewijzigd door HKLM_ op 13-10-2021 19:04 . Reden: Typo gefixt thx Sylentic ]

Cloud ☁️


Acties:
  • +1 Henk 'm!

  • Sylentic
  • Registratie: April 2012
  • Laatst online: 29-07 20:36
HKLM_ 's oplossing is inderdaad de beste manier.

Zie wel een foutje in het scriptje staan. Hier de correctie.

code:
1
Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess



Verder als je meerdere schijven hebt moet je opletten dat je virtuale CD (ISO direct ingeladen) Of USB met Windows er op wel de D: schijf krijgt anders moet je dit aanpassen.