Only delay loads missing, which I've seen from other posts aren't required (ieshim.dll and missing entry points in ieframe.dll).
No, regsvr32 was doing nothing at all regardless of /s.
I've actually made this register now; in the end I cut the path back to just c:\windows and c:\windows\system32 and it worked. Adding the rest of the path incrementally, I isolated three different directories in the path which caused a problem. On initial inspection, the common factor seems to be that all three contain versions of libeay32.dll which is also part of MapWinGIS. I'm surprised by this though; I wouldn't have expected this to cause the problem since the search path would normally be based on the local directory first, and only look at the rest of the path thereafter. I haven't tried removing that file from the other path directories to see if there are any other conflicts.
cheers,
Ben
No, regsvr32 was doing nothing at all regardless of /s.
I've actually made this register now; in the end I cut the path back to just c:\windows and c:\windows\system32 and it worked. Adding the rest of the path incrementally, I isolated three different directories in the path which caused a problem. On initial inspection, the common factor seems to be that all three contain versions of libeay32.dll which is also part of MapWinGIS. I'm surprised by this though; I wouldn't have expected this to cause the problem since the search path would normally be based on the local directory first, and only look at the rest of the path thereafter. I haven't tried removing that file from the other path directories to see if there are any other conflicts.
cheers,
Ben