error codes and explorer

  • Thread starter Thread starter error codes and explorer
  • Start date Start date
E

error codes and explorer

i noticed error 652 and 80070652 and many other past unsuccessful updates on
the view page of updates. My explorer, just downloaded explorer8 but still
when closing window, explorer wants to close down or restart program.
Sometimes I wonder how we can fix error codes and problems of explorer
without a phD.
anton, thanks
 
error codes and explorer
i noticed error 652 and 80070652 and many other past unsuccessful updates on
the view page of updates. My explorer, just downloaded explorer8 but still
when closing window, explorer wants to close down or restart program.
Sometimes I wonder how we can fix error codes and problems of explorer
without a phD.
anton, thanks

This has been cross-posted to the IE group (internetexplorer.general)
where all the IE gurus hang out.
 
[He multiposted in IE General]

Mike said:
error codes and explorer


This has been cross-posted to the IE group (internetexplorer.general)
where all the IE gurus hang out.
 
Mike Torello said:
error codes and explorer


In the case of code 0x8007xxxx you can get a clue about them
by converting to decimal and using net helpmsg.

<cmd_output OS="XPsp3">
E:\>set /a c = 0x652
1618
E:\>net helpmsg %c%

Another installation is already in progress. Complete that installation before proceeding with this install.
</cmd_output>

Have you done a reboot lately? ; )


HTH

Robert Aldwinckle
---
 
Back
Top