Jump to content

Problem integrating Legacy Dot Net Framework 2.0, 3.0 & 3.5 on Windows 8.1


macky_reddy

Recommended Posts

Unfortunately it doesnt work for RTM version or for 8.1, but...
 
You can use unattended.xml instead... (Dont forget to adjust version number)
 
 

<servicing>  <package action="configure">    <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.2.8250.0" language="neutral" processorArchitecture="AMD64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />    <selection name="NetFx3" state="True" />  </package></servicing>

or
 
Dism

dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs /LimitAccess

I personally Use Unattended.xml method as I enable lot of packages, which are disabled (not installed) by default, for example: telnet client, snmp, netfx3, etc, etc...

Edited by Etz
Link to comment
Share on other sites

  • 4 weeks later...

 

 

I`am currently using SetupComplete.cmd file for that...

I'am put unattended.xml to dvd root. or must run it with SetupComplete.cmd??

 

 

 

And doing it via Dism method, with same commandline as showed in previous post.

 

I want Integrated Installing Windows .Net3.5 is enabled.

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...