Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Offline install of .NET 3.5 on Windows 8.1  (Read 42553 times)

0 Members and 1 Guest are viewing this topic.

kyle_engineer

    Topic Starter


    Intermediate
  • 010010110101100
  • Thanked: 4
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Offline install of .NET 3.5 on Windows 8.1
« on: November 21, 2013, 05:16:50 PM »
Heya All!

So I'm still learning quite a bit about Windows 8/8.1... I have a few applications that need .NET 2.0/3.0/3.5 to run, and of course - there is not installer for Win 8!! :O

So I Google'd a bit and found an article on MSDN covering it. It basically tries to do it as a download by default, however I cannot connect this PC to the internet. So I found how to manually do it.

Says insert the install CD/ISO and run this from command prompt:

Code: [Select]
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:D:\sources\sxs
I've navigated through the disk and ensured that there are 222 "x86_netfx..." files... nonetheless I get this:

Quote
Error: 0x800f081f

Ethe source file could not be found.

Personally I can't make any sense of the log file that it generates... the only thing I noticed is that there are files that say "x86_netfx4" and "x86_netfx35 [cdf|linq]" but nothing that mentions netfx2 or netfx3... :/ maybe it's bugging because there is no netfx3 file as specified by the DISM /FeatureName switch...

Anyway, any help figuring this out is greatly appreciated! I'm gonna continue fiddling around to see if I can figure it out... If I get a solution I'll post it here, cause I haven't been able to find anything anywhere else! LOL!

Thanks!

-kyle_engineer
"Any answer is only as good as it satisfies the question." - Me

0000000100101011000 -
010010010010000001001100010011110100110 001000000010110010100111101010101

Geek-9pm


    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: Offline install of .NET 3.5 on Windows 8.1
« Reply #1 on: November 21, 2013, 05:54:48 PM »
kyle_engineer,
  You do have Internet, you posted here. So why not just hook that computer into your local network and do the download? There are a number of ways you can tie it to your other PC and share the Internet.
Which of the items below do you have?
 • Cat 5 cable
 •Ethernet card.
 •Simple hub.
 ° Router with wireless.
 ° USB wireless
 °Direct connect cable.
Thee is a reason to do direct download.  The site can sense what system you have and provide the correct version of the MS .NET package.
Try direct download.

kyle_engineer

    Topic Starter


    Intermediate
  • 010010110101100
  • Thanked: 4
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Re: Offline install of .NET 3.5 on Windows 8.1
« Reply #2 on: November 22, 2013, 02:47:46 AM »
When I say I can't connect it, it is because of company policy reasons. I would have trouble physically connecting it, but for various reasons - I won't be connecting it.

Also, it doesn't need to "provide the correct version" because there is not "correct version" for Win 8.1. And since .NET isn't at all hardware reliant, it would make no difference what I'm running on...

My main confusion is why it is not "enabling" as it's supposed to.
http://msdn.microsoft.com/en-us/library/hh506443%28v=vs.110%29.aspx
See the "Troubleshooting" section.
"Any answer is only as good as it satisfies the question." - Me

0000000100101011000 -
010010010010000001001100010011110100110 001000000010110010100111101010101

Geek-9pm


    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: Offline install of .NET 3.5 on Windows 8.1
« Reply #3 on: November 22, 2013, 03:31:22 PM »
OK, you are right. MS says you can do it with a full download.,

Microsoft .NET Framework Client Profile Offline Installer


My guess is you already read that.
However, that link does specify a 3.5 version issue.

Quote
.NET Framework development tools like Visual Studio, will not function on .NET Framework 3.5 Client Profile. Developers will need to install full .NET Framework 3.5 Service Pack 1.



kyle_engineer

    Topic Starter


    Intermediate
  • 010010110101100
  • Thanked: 4
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Re: Offline install of .NET 3.5 on Windows 8.1
« Reply #4 on: November 22, 2013, 05:57:07 PM »
Yeah, I knew about that.

Thanks for the help anyway though. I was able to work around the issue fortunately. So this topic is officially solved! ;D yay

- kyle_engineer
"Any answer is only as good as it satisfies the question." - Me

0000000100101011000 -
010010010010000001001100010011110100110 001000000010110010100111101010101

Tetsunero



    Newbie

    • Experience: Beginner
    • OS: Other
    Re: Offline install of .NET 3.5 on Windows 8.1
    « Reply #5 on: December 05, 2013, 07:07:58 PM »
    Try this Offline installer for .NETFX 3.5. Im build the installer from OS Windows 8.0
    Link Removed...
    Hope this help..  :)
    « Last Edit: December 06, 2013, 06:36:31 AM by patio »