"SENTHILKUMARAN B" <> wrote in message
news:A6B899B2-3015-462A-BCA0-...
> Hi,
>
> I am getting the error code 61653 while installating Service Pack 2 for XP.
>
> Any solution for the same?
>
> Please find below the svcpack.log
....
> 433.874: Update.exe extended error code = 0xf00d
I suspect you are really seeing 61453? 0xF00D == 61453
However, I think that is just a reporting code which says something didn't work
and the update is being aborted.
http://www.microsoft.com/technet/pro.../winupdte.mspx
(Live Search for
61453 codes site:microsoft.com
)
<quote>
61453
STATUS_USER_CANCELLED
%1 Setup canceled.
</quote>
In order to find out what really happened you should back up from where
you found that one in the log and look for other codes:
E.g. before that one there is this:
> 425.252: DoInstallation:SetupCommitFileQueue for FileQueue Failed: 0x4c7
Again, converting the hex code to decimal and searching with it
yields a clue:
http://msdn2.microsoft.com/en-us/library/ms681383.aspx
(Live Search for
1223 intitle:codes site:microsoft.com
)
<quote>
ERROR_CANCELLED
1223 The operation was canceled by the user.
</quote>
Hmm... that echos the reporting code. Perhaps it would help if you
explained what you did and what you observed before and after the
error was reported? E.g. did you think the update was taking too long
and click on the Cancel button?
HTH
Robert Aldwinckle
---