Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to add a hotfix to WSUS

1,993 views
Skip to first unread message

adao

unread,
Jan 19, 2009, 7:53:02 AM1/19/09
to
I need to instal hotfix KB945674 http://support.microsoft.com/kb/945674/en-us
all computers in organization.

How can i do that?

Rgs,
Adao

Augusto Alvarez

unread,
Jan 19, 2009, 8:48:30 AM1/19/09
to
Using Import Updates from the WSUS console.

Check this:
http://blog.augustoalvarez.com.ar/2008/12/12/wsus-30-adding-drivers-for-wsus/

Cheers

--

augusto alvarez | it professional
MCP - MCTS - MCITP DBA
http://blog.augustoalvarez.com.ar/


"adao" <ad...@discussions.microsoft.com> wrote in message
news:100833D4-ECDD-442C...@microsoft.com...

adao

unread,
Jan 19, 2009, 9:06:06 AM1/19/09
to
I searched KB945674 and he does not appear in catalog.

Adao

Winfried Sonntag [MVP]

unread,
Jan 19, 2009, 9:53:12 AM1/19/09
to
adao schrieb:

> I searched KB945674 and he does not appear in catalog.

Then its not possible to deploy the Hotfix in WSUS. You have to use a
computerstartupscript in your Active Directory.

Winfried
--
http://www.microsoft.com/germany/windowsserver2003/technologien/updateservices/default.mspx
http://www.wsuswiki.com/Home

adao

unread,
Jan 19, 2009, 10:11:01 AM1/19/09
to
Thanks , can you send provide me a script example so i can adapt it and
deploy this hotfix?

Adao

Winfried Sonntag [MVP]

unread,
Jan 20, 2009, 2:54:23 AM1/20/09
to
adao schrieb:

> Thanks , can you send provide me a script example so i can adapt it and
> deploy this hotfix?

First you have to look for the Options of the Hotfix: Start > Run >
Hotfix.exe /? [ENTER]

Hotfix.bat
------------------------------------------------------
@echo off
If exist \\Server\Share\%Computername%.txt goto FINISH

\\Server\Share\Hotfix.exe /Option1 /Option2
set date=%date%
echo %date%
set time=%time%
echo %time%

echo %computername% %date% %time% > \\Server\Share\%COMPUTERNAME%.TXT
goto FINISH

:FINISH
EXIT
------------------------------------------------------

adao

unread,
Jan 28, 2009, 6:53:01 AM1/28/09
to
Hi again,

One of the Options is "Full Path to Extract", and if the path altready
exists with a file with the same name, we will prompt to confirm.

I this case i can't execute this script automatically (ex. GPO). How can i
solve this?

Adao

Winfried Sonntag [MVP]

unread,
Jan 28, 2009, 7:31:53 AM1/28/09
to
adao schrieb:

> One of the Options is "Full Path to Extract", and if the path altready
> exists with a file with the same name, we will prompt to confirm.

One of the options must be /silent or /unattended. Isn't it?

adao

unread,
Jan 28, 2009, 9:56:25 AM1/28/09
to
I put another option with Silent, but the prompt continues ...

Adao

Winfried Sonntag [MVP]

unread,
Jan 28, 2009, 4:50:44 PM1/28/09
to
adao schrieb:

> I put another option with Silent, but the prompt continues ...

Is it a public Hotfix?

Lawrence Garvin (MVP)

unread,
Jan 28, 2009, 6:20:27 PM1/28/09
to
> adao schrieb:
>
>> I put another option with Silent, but the prompt continues ...

The syntax for the Package Installer (update.exe) is standardized, and well
documented.

Perhaps this KB article will be of some help.

http://support.microsoft.com/default.aspx/kb/810232

--
Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)

MS WSUS Website: http://www.microsoft.com/wsus
My Websites: http://www.onsitechsolutions.com;
http://wsusinfo.onsitechsolutions.com
My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin

Lawrence Garvin (MVP)

unread,
Jan 28, 2009, 6:22:35 PM1/28/09
to
>> adao schrieb:
>>
>>> I put another option with Silent, but the prompt continues ...

> The syntax for the Package Installer (update.exe) is standardized, and
> well documented.
>
> Perhaps this KB article will be of some help.


Argghhh... that was not the link I intended to be posted.

Here's the correct link: http://support.microsoft.com/kb/262841

adao

unread,
Jan 30, 2009, 9:56:01 AM1/30/09
to
Yes, http://support.microsoft.com/kb/945674/en-us.

The command i used is "office2003-kb945674-glb.exe /q /t:C:\Windows\Temp"

Adao

Winfried Sonntag [MVP]

unread,
Jan 30, 2009, 10:23:21 AM1/30/09
to
adao schrieb:

> Yes, http://support.microsoft.com/kb/945674/en-us.
>
> The command i used is "office2003-kb945674-glb.exe /q /t:C:\Windows\Temp"

Use only /Q for quiet.

0 new messages