Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Feb : REGSVR32.EXE hanging?
| Subject: | REGSVR32.EXE hanging? |
| Posted by: | "Craig Ward" (craig.wa..@lombardrisk.com) |
| Date: | 13 Feb 2006 07:36:25 -0700 |
I have an initialization program which registers some COM components for our application. The registration simply invokes REGSVR32.EXE, waits for it to terminate (using WaitForSingleObject) and then continues. Although this used to work ok, the call to WaitForSingleObject now nolonger returns! This appears to happen even after REGSVR32 has *successfully* registered a component. |