

InterviewSolution
Saved Bookmarks
1. |
Solve : .net 3.5 on windows 10? |
Answer» <html><body><p>How can you install .net 3.5 without internet connection or windows installation media. why is there not a full install package from Microsoft that doesn't use windows update to install the framework. There is ...DLoad it on another PC and run it...it's a standolone installation.<br/>If it doesn't work yer doin something wrong...Here is a link to the download ( 231MB )<br/><br/><a href="https://www.microsoft.com/en-us/download/details.aspx?id=25150">https://www.microsoft.com/en-us/download/details.aspx?id=25150</a>I'd guess OP is familiar with the installers. Their problem is because those installers *do not work* on Windows 10. This is because .NET 3.5 is now a component of windows itself.<br/><br/>If you run that standalone installer on Windows 10, you just get this dialog:<br/><br/><br/><br/>You can either download and install it via Windows Update- or not install it at all. <br/><br/>The only other option is to add it via Windows Features (Turn Windows features on or off) Which also requires either Windows Update, or some form of WIndows 10 installation media matching the installed version of Windows.<br/><br/><br/><br/>BC_PROGRAMMER is correct. Hence my delima. I have not been able to find a offline installer package that does not require internet connection or using the dism command and pointing at the installation media. Did you try his last <a href="https://interviewquestions.tuteehub.com/tag/suggestion-250110" style="font-weight:bold;" target="_blank" title="Click to know more about SUGGESTION">SUGGESTION</a> ? ?<br/>Yes, but im trying to find a solution that doesn't require windows update or installation media. <br/> Quote from: scomputer on November 25, 2019, 07:46:43 AM</p><blockquote>Yes, but im trying to find a solution that doesn't require windows update or installation media.<br/></blockquote> <br/>Ways to install .net 3.5 on windows 10:<br/>1. <a href="https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10">https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10</a><br/>2. <a href="https://www.dragonblogger.com/install-net-framework-3-5-windows-10-offline/">https://www.dragonblogger.com/install-net-framework-3-5-windows-10-offline/</a><br/><br/>Seems like you're trying to avoid the ONLY WAYS POSSIBLE to install .net 3.5<br/>(I'm not finding a fully offline installer that requires neither internet, windows update or use of DISM/install media either, if there is <a href="https://interviewquestions.tuteehub.com/tag/one-241053" style="font-weight:bold;" target="_blank" title="Click to know more about ONE">ONE</a>, and I would've <a href="https://interviewquestions.tuteehub.com/tag/thoughtaeur-708914" style="font-weight:bold;" target="_blank" title="Click to know more about THOUGHT">THOUGHT</a> if one existed, it would be much easier to obtain and seems like many Microsoft Answers queries exist but only points to those two ways anyhow)...<br/>Why are you avoiding the update process ? ?...just curious. Quote from: patio on November 25, 2019, 04:23:08 PM<blockquote>Why are you avoiding the update process ? ?...just curious.<br/></blockquote> <br/>I am in a corporate environment where i just stared and did not have the resources. I ended up <a href="https://interviewquestions.tuteehub.com/tag/getting-2670847" style="font-weight:bold;" target="_blank" title="Click to know more about GETTING">GETTING</a> the .NET cab files form another organization and running the DISM command pointing to them on the desktop. I continued this post however out of curiosity and hopefully to help someone else. Unfortunately it looks like what i originally wanted is not possible. <br/><br/> Quote from: 2x3i5x on November 25, 2019, 11:23:18 AM<blockquote>Ways to install .net 3.5 on windows 10:<br/>1. <a href="https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10">https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10</a><br/>2. <a href="https://www.dragonblogger.com/install-net-framework-3-5-windows-10-offline/">https://www.dragonblogger.com/install-net-framework-3-5-windows-10-offline/</a><br/><br/>Seems like you're trying to avoid the ONLY WAYS POSSIBLE to install .net 3.5<br/>(I'm not finding a fully offline installer that requires neither internet, windows update or use of DISM/install media either, if there is one, and I would've thought if one existed, it would be much easier to obtain and seems like many Microsoft Answers queries exist but only points to those two ways anyhow)...<br/><br/></blockquote> It looks like you are correct</body></html> | |