Possible clue for patch install error
I may have found the answer on another chat site. A dozen or so people had the same problem many of us are having with the patch install producing the "Cannot verify crypt service" error.
I have to try this tonight, but their text is below. It was followed by about ten "it worked" messages.
Here's hoping it helps at least some of us..
Nice job Mark, worked like a charm. I had to include a few more DLLs for this to also work for Service Pack 1a.
regsvr32 mssip32.dll
regsvr32 urlmon.dll
Thanks for this one. Major time saver!
On Thursday, August 14, 2003 at 8:18 am, Marc wrote:
A friend of mine was having this problem. She finally got it working by re-registering
all these dlls. I know it sounds weird, but it worked. Not sure if it worked in combination
with other solutions posted here because she had previously tried them all, but I would try this:
Start->Run->cmd
net start cryptsvc (to make sure it's running)
regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 dssenh.dll
regsvr32 rsaenh.dll
regsvr32 gpkcsp.dll
regsvr32 sccbase.dll
regsvr32 slbcsp.dll
regsvr32 cryptdlg.dll
exit
(she then ran the patch but it failed, so you may want to reboot at this point) after reboot, patch worked!
Good luck.