Jump to content

problem with .NET Framework 3.5


exe9812q

Recommended Posts

I cant activate .NET Framework 3.5 offline in windows server 2012 using WinToolkit141-22. Only working this :

 

This is partially correct. the files for SxS folder are included in Windows 8 / Windows 2012 but are on the ISO (DVD) not the install.wim as they were in win7, so do not get installed to HDD. To add them to the WIM so you don't need windows update you can mount the install.wim i.e. dism /mount-wim /wimfile:"E:\sources\install.wim" /mountdir:"C:\wimmount" /index:1 then run dism /image:C:\wimmount /enable-feature /featurename:NetFX3 /All /source:"<win8 source DVD>:\sources\sxs" then finally unmount WIM dism /unmount-wim /mountdir:C:\wimmount /commit. If you have already installed the image you can insert win8 dvd or source files and run cmd within win8 dism /online /enable-feature /featurename:netfx3 /all /source:"<win8 installation dvd>:\sources\sxs"

 

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...