Archive for April 3, 2008

Windows Update Agent is a hidden management tool that helps Windows to update for Patches and also for Windows Live Writer. When I downloaded Windows Live Writer and tried to install it, the setup asked for Windows Update Agent to download. So I thought it’s better to put it under this blog directly. The setup files are available separately for x86, x64, ia64 versions. Below are the links were you can download the files.

:. 64 Bit EditionWindows Update Agent 5.8.02469 x64

:. 32 Bit EditionWindows Update Agent 5.8.02469 x86

Windows Update Agent 5.8.02469 x86

:. ia 64 Bit EditionWindows Update Agent 5.8.02469 ia64

Incase if you would like to download the Windows Update Agent Cabinet files then below is the link.

:. Download

And below are the details which is extracted from wuredist.xml from the cabinet file.

– wuredist.xml can be opened with Notepad or any other text editor.

<?xml version="1.0" ?>
<WURedist>
<StandaloneRedist Version="30">
<architecture name="x86" clientVersion="7.0.6000.381"
downloadUrl="http://download.windowsupdate.com/WindowsUpdate/redist/standalone/
7.0.6000.381/WindowsUpdateAgent30-x86.exe"/>
<architecture name="x64" clientVersion="7.0.6000.381"
downloadUrl="http://download.windowsupdate.com/WindowsUpdate/redist/standalone/
7.0.6000.381/WindowsUpdateAgent30-x64.exe"/>
<architecture name="ia64" clientVersion="7.0.6000.381"
downloadUrl="http://download.windowsupdate.com/WindowsUpdate/redist/standalone/
7.0.6000.381/WindowsUpdateAgent30-ia64.exe"/>
<MUAuthCab RevisionId="6"
DownloadURL="http://download.windowsupdate.com/v7/windowsupdate/redist/standalone/
MUAuth.cab"/>
</StandaloneRedist>
</WURedist>

Still if you are interested for more information you can visit the below msdn site.

Updating the Windows Update Agent

Microsoft Dot Net Framework 1.0 Redistribuable
http://msdn2.microsoft.com/en-us/library/ms994395.aspx

Microsoft Dot Net Framework 1.1 Redistribuable
http://msdn2.microsoft.com/en-us/library/ms994356.aspx

Microsoft Dot Net Framework 2.0 Redistribuable
http://msdn2.microsoft.com/en-us/library/aa480242.aspx

Microsoft Dot Net Framework 3.0 Redistribuable
http://msdn2.microsoft.com/en-us/library/aa480198.aspx

Microsoft Dot Net Framework 3.5 Bootstrapper

:. Download Page

Microsoft Dot Net Framework 3.5 Redistributable

:. Download Page

Microsoft Dot Net Framework 3.5 Full Package

:. Download Direct File

———————————————————————————————
Silent Installation Commands

Microsoft Dot Net Framework 1.0 + Language Pack – Silent Parameters

Framework

“dotnetfx.exe /q:a /c:”install /l /q””

Language Pack
“Any setup name” + “parameters” (Current parameters: /q:a /c:”inst /l /q”)

LangPack.exe /q:a /c:”inst /l /q”

Microsoft Dot Net Framework 1.1 + Language Pack – Silent Parameters

Framework

“dotnetfx.exe /q:a /c:”install /l /q””

Language Pack
“Any setup name” + “parameters” (Current parameters: /q:a /c:”inst /l /q”)

LangPack.exe /q:a /c:”inst /l /q”

Microsoft Dot Net Framework 2.0 + Language Pack – Silent Parameters

Framework

“dotnetfx.exe /q:a /c:”install /l /q””

Language Pack
“Any setup name” + “parameters” (Current parameters: /q:a /c:”inst /l /q”)

LangPack.exe /q:a /c:”inst /l /q”

Microsoft Dot Net Framework 3.0 + Language Pack – Silent Parameters

Framework
“Any setup name” + “parameters” (Current parameters: /q | /norestart)

“Dotnetfx3.exe /q /norestart”
“Dotnetfx3_x64.exe /q /norestart”
“Dotnet3setup.exe /q /norestart”

Language Pack
“Any setup name” + “parameters” (Current parameters: /q:a /c:”inst /l /q”)

———————————————————————————————

➡ Microsoft .Net Framework 3.5 almost supports Microsoft .Net Framework 3.0 Parameters.

💡 These command are pretty useful if you plan to install the softs in silent mode without disturbing end user.

.: Download 3.5 Service Pack 1below

Dot Net Framework 3.5 Service Pack 1 (Full Package)

More info about .Net Framework 3.5 SP1

List of changes and fixed issues in .Net Framework 3.5 SP1

———————————————————————————————