Jump to content

Recommended Posts

Posted
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?
Posted
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).
Posted
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.

  • 11 months later...
Posted
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.
Posted

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

Posted

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

  • Thanks 1
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...