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
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.
??
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
Bye :)