Chuckster Posted June 25, 2010 Posted June 25, 2010 Has anyone installed the .NET Framework 4 (KB982671) and the Client Profile (KB982670) for XP on their network? If so, have you encountered problems? Did anything break?
pete Posted June 25, 2010 Posted June 25, 2010 Installed full version on a couple of xp machines, nothing broken yet. Did notice the Client Profile install can screw up horribily on Win7 (2 instances so far).
SYNACK Posted June 25, 2010 Posted June 25, 2010 Installed full version on a couple of xp machines, nothing broken yet. Did notice the Client Profile install can screw up horribily on Win7 (2 instances so far). Eeek, hopefuly this does not happen to me as I have just pushed this out to the whole network as we need it for a new tool that we are going to be using.
bio Posted June 28, 2010 Posted June 28, 2010 For Landesk users check : LANDesk User Community: Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll' or one of its dependencies. The system cannot find the path specified. regards bio..
SYNACK Posted June 28, 2010 Posted June 28, 2010 Seems to be installing fine on Windows 7x64 via WSUS on our gear so far.
Chuckster Posted June 28, 2010 Author Posted June 28, 2010 Installed the update on a few admin machines that have SIMS and FMS, and so far so good - touch wood. I'm now installing it network wide.
gshaw Posted June 20, 2011 Posted June 20, 2011 Just been looking at updates for this on WSUS, did anyone experience the issues here? Why does .NET Framework 4 client profile slow down boot time network creation? Do you have the full framework or client profile?
jamesfed Posted June 20, 2011 Posted June 20, 2011 Did a WSUS install when it came out and didn't have any problems on XP or 7 - its now included as part of our standard image and we have no issues installing the updates.
laserblazer Posted June 20, 2011 Posted June 20, 2011 Isn't it going to be needed for the next SIMS upgrade? I've put it on XP machines with no ill effects.
ahankiewicz Posted June 23, 2011 Posted June 23, 2011 How do you download/install .net framework 4 in admin mode. the only version will use a setup.exe to run and then it it will expend the file(s) into temp folder. In past I used setup.exe /a when installing office is there easier to do the work? Andrew
Michael Posted June 23, 2011 Posted June 23, 2011 I've deployed it as part of an image (using XP SP3) and zero problems to report. Here's the script I use which you can change as required: @echo off setlocal set PATHTOFIXES=C:\logistixonline.com\NET_Framework TITLE Installing Microsoft .NET Framework 1.1, 2.0, 3.0, 3.5 + 4.0... echo. echo Installing .NET Framework 1.1 SP1... start /wait dotnetfx1.exe /q:a /c:"install.exe /q" echo. echo Installing .NET Framework 1.1 SP1 Update 1... start /wait NDP1.1sp1-KB867460-X86.exe /q /i echo. echo Installing .NET Framework 1.1 SP1 Update 2... start /wait NDP1.1sp1-KB2416447-X86.exe /q /norestart echo. echo Installing .NET Framework 2.0 SP2... start /wait dotnetfx2.exe /q:a /c:"install.exe /q" echo. echo Installing .NET Framework 3.0 SP2... start /wait dotnetfx3.exe /q /norestart echo. echo Installing .NET Framework 3.5 SP1... start /wait dotnetfx35.exe /q /norestart echo. echo Installing .NET Framework 2.0 SP2 Update 1... %PATHTOFIXES%\NDP20SP2-KB979909-x86.exe /q /norestart echo. echo Installing .NET Framework 2.0 SP2 Update 2... %PATHTOFIXES%\NDP20SP2-KB2418241-x86.exe /q /norestart echo. echo Installing .NET Framework 2.0 SP2 Update 3... %PATHTOFIXES%\NDP20SP2-KB2446704-v2-x86.exe /q /norestart echo. echo Installing .NET Framework 2.0 SP2 Update 4... %PATHTOFIXES%\NDP20SP2-KB958481-x86.exe /q /norestart echo. echo Installing .NET Framework 3.0 SP2 Update 1... %PATHTOFIXES%\NDP30SP2-KB977354-v2-x86.exe /q /norestart echo. echo Installing .NET Framework 3.0 SP2 Update 2... %PATHTOFIXES%\NDP30SP2-KB982168-x86.exe /q /norestart echo. echo Installing .NET Framework 3.0 SP2 Update 3... %PATHTOFIXES%\NDP30SP2-KB958483-x86.exe /q /norestart echo. echo Installing .NET Framework 3.5 SP1 Update 1... %PATHTOFIXES%\NDP35SP1-KB958484-x86.exe /q /norestart echo. echo Installing .NET Framework 3.5 SP1 Update 2... %PATHTOFIXES%\NDP35SP1-KB963707-x86.exe /q /norestart echo. echo Installing .NET Framework 3.5 SP1 Update 3... %PATHTOFIXES%\NDP35SP1-KB2416473-x86.exe /q /norestart echo. echo Installing .NET Framework 4.0... start /wait dotnetfx4.exe /q /norestart echo. echo Installing .NET Framework 4.0 Update 1... %PATHTOFIXES%\NDP40-KB2416472-x86.exe /q /norestart echo. echo Installing .NET Framework 4.0 Update 2... %PATHTOFIXES%\NDP40-KB2446708-x86.exe /q /norestart echo. PAUSE EXIT 1
gshaw Posted June 27, 2011 Posted June 27, 2011 Just shows how bloated .NET is these days! I'm guessing you go for the v4 full rather than the client profile?
Michael Posted June 27, 2011 Posted June 27, 2011 The .NET 4 Full download is only 48MB and the .NET 4 Client is 41MB, so for a small 7MB difference, you may as well install the Full version.
CyberNerd Posted June 27, 2011 Posted June 27, 2011 Just shows how bloated .NET is these days! It's looking like .NET may be going legacy pretty soon anyway if MS jump on the Google/Apple javascript/HTML5 bandwagon: Windows 8: Microsoft?s high-stakes .NET tablet gamble ? The Register
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now