Jump to content

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

Featured Replies

Posted

Hey Leogolash2o,

 

Well Windows 8 Tweak Enable Legacy .Net Framework is not working with 8.1.

 

I just want to bring it your notice.

 

I request any moderator to move this thread to appropriate place

 

regards

Mack

Edited by macky_reddy

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

  • 4 weeks later...

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

 

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

 

 

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.

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