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

Re: windows update didn't work...

1 view
Skip to first unread message

D@ny

unread,
Feb 18, 2006, 12:11:50 PM2/18/06
to
Steve Halloran wrote:
> Thanks for the link..however setup cancels after initialization...I
> don't see the update currently loaded in my ADD/REMOVE SW..I have had
> this laptop idle for a year, wondering if my service packs are out of
> whack?? is it possible to delete all SPs and hotfixes and start over
> again?

Do you log in as Administator?
What error does appear when you launch KB898461?

--
D@ny
Web: http://www.disteland.com
Forum: http://www.freeforumzone.com/?65812


Steve Halloran

unread,
Feb 18, 2006, 9:40:27 PM2/18/06
to
When I tried installing via update.windows, the error was simply
'failed'..but when i checked the log, it states that the install was
'cancelled'...

when I tried via your link, (saving the app down to my hardrive then
launching), the error simply read 'setup canceled' after getting 1/2 way
through installation...

I'll try again to see if there are more specific/technical error codes..

D@ny

unread,
Feb 19, 2006, 9:56:56 AM2/19/06
to
Steve Halloran wrote:
> When I tried installing via update.windows, the error was simply
> 'failed'..but when i checked the log, it states that the install was
> 'cancelled'...
>
> when I tried via your link, (saving the app down to my hardrive then
> launching), the error simply read 'setup canceled' after getting 1/2
> way through installation...
>
> I'll try again to see if there are more specific/technical error
> codes..
>

Try doing this:
- Click Start, Run, type *cmd*, OK;
- Type the following commands and press Enter:
*proxycfg -d* to delete the proxy cache;
*net stop wuauserv* to stop Automatic Services;
*ren SoftwareDistribution SoftwareDistributionOld* to rename the
folder and
it will be recreated;
*net start wuauserv* to restart Automatic Services.

Then go to Windows Update or Microsoft Update.

Steve Halloran

unread,
Feb 20, 2006, 10:03:27 AM2/20/06
to
Thanks. All worked except the rename command. Error: The system cannot find
the file specified

??

Torgeir Bakken (MVP)

unread,
Feb 20, 2006, 11:17:48 AM2/20/06
to
Hi,

To rename the SoftwareDistribution folder, here is an updated procedure:

In a command prompt (Start/Run --> cmd.exe), type the following
commands:

net stop wuauserv
cd /d %windir%
ren SoftwareDistribution SoftwareDistributionOld
net start wuauserv


Steve Halloran wrote:


--
torgeir, Microsoft MVP Scripting, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx

D@ny

unread,
Feb 20, 2006, 2:32:08 PM2/20/06
to
Steve Halloran wrote:
> Thanks. All worked except the rename command. Error: The system
> cannot find the file specified
>
> ??
>
Excuse me, I forgot to tell you to type *cd %windir%* before *ren
SoftwareDistribution SoftwareDistributionOld*.

Bye :)

0 new messages