MSFN Forum: Installing the .NET Framework 3.5 on Windows 8 - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Installing the .NET Framework 3.5 on Windows 8 Error

#1 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,696
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 December 2012 - 01:49 PM

Require to run an old program that requires Dotnet 2.
Have tried the following:
1. Enable through prog/features, errors out, says it cannot connect to WU to download files! WU works fine otherwise though!
2. Tried enabling with dism gets to 66% & errors also!
3. Tried changing Gpedit enable the policy to use Windows Update instead of WSUS, still no good.

I have a fully up to date install & no Lang packs were installed.

Have followed MS examples on this page : here

Any advice is appreciated?

This post has been edited by MAVERICKS CHOICE: 29 December 2012 - 01:50 PM



#2 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 5,018
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 29 December 2012 - 02:37 PM

run the DISM command with the LimitAccess flag. If this doesn't fix it, copy the folder C:\Windows\logs\CBS to the desktop, zip it and upload it.

#3 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,696
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 December 2012 - 05:08 PM

View PostMagicAndre1981, on 29 December 2012 - 02:37 PM, said:

run the DISM command with the LimitAccess flag. If this doesn't fix it, copy the folder C:\Windows\logs\CBS to the desktop, zip it and upload it.


Thanks, just tried it again using:

dism /online /Enable-Feature /FeatureName:NetFX3 /All /Source:C:\SxS /LimitAccess


Errors out approx 66.5%!
Checked the sxs dir & verified this on my original setup disk ok.
Please see CBS log attached.

This post has been edited by MAVERICKS CHOICE: 29 December 2012 - 05:17 PM


#4 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 5,018
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 30 December 2012 - 12:35 AM

Windows can't find the required data:

Failed to process single phase execution. [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]



have you copied the data from the DVD to C:\SxS?

#5 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,696
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 December 2012 - 01:47 AM

Hi
Have copied the entire SxS dir 274mb to the root of C. Checked off the install media & removed all read only attributes too.
Checked the script & paths also!
It still gives the missing source error?
Screen capture below confirms the log.

If I drop the "/LimitAccess" from the script dism complains it cannot download the files.

Attached File(s)


This post has been edited by MAVERICKS CHOICE: 30 December 2012 - 01:55 AM


#6 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 5,018
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 30 December 2012 - 01:53 AM

Run it directly from the DVD:

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


(replace D: with your DVD drive)

#7 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,696
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 December 2012 - 02:27 AM

Just ran directly from install media & dism ran up the drive took it's time & eventually error ed out again!
Don't see why this is so difficult!

#8 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 5,018
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 30 December 2012 - 06:11 AM

Is the ISO ok? Where did you get the ISO from?

Can you please share the latest log files?

#9 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,696
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 December 2012 - 12:52 PM

Original media is a legal OEM W8 Prof 64 bit disk.
I read all over the net how to install this offline but the only way to install with Dism is apparently online!
I have fully updated my source & have removed some features, though haven't removed net.
Log attached.

Attached File(s)

  • Attached File  CBS.rar (93.79K)
    Number of downloads: 13


#10 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 5,018
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 30 December 2012 - 02:37 PM

I can see it copies the files but next it fails. I have no real idea. Download the Enterprise Eval DVD and mount the ISO and point to this SxS folder. Does this work?

#11 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,696
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 December 2012 - 02:44 PM

View PostMagicAndre1981, on 30 December 2012 - 02:37 PM, said:

I can see it copies the files but next it fails. I have no real idea. Download the Enterprise Eval DVD and mount the ISO and point to this SxS folder. Does this work?


Thanks M for your time, I read all over the net some get it to work others like me don't. Will keep plugging away.

#12 User is offline   tomasz86 

  • http://windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,249
  • Joined: 27-November 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 30 December 2012 - 07:36 PM

I think that it's impossible to install .NET Framework 3.5 in Windows 8 once you've installed language packs. Have you installed any of them in your system?

#13 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,696
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 December 2012 - 07:40 PM

View Posttomasz86, on 30 December 2012 - 07:36 PM, said:

I think that it's impossible to install .NET Framework 3.5 in Windows 8 once you've installed language packs. Have you installed any of them in your system?

Hi
I have an english en-gb OEM disk, obviously with en-us lang files built in. I did however remove all traces of the en-gb files from the source & boot.wim.
Remember no Lang packs were installed whatsoever!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy