Jack Bretcher
Posts: 189
Joined: 2006-06-30
|
I have a shim that I can register without a problem calling regsvr32 "shim name and path"; however, when I call regsvr32.exe /i:"noregasm" /n /c "shim name and path" it fails with the message:
"ShimName.dll was loaded, but the DllInstall point was not found".
I compared all the properties of another shim that registers just fine and cannot find a diference. Any Ideas???
Jack |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Jack.
Please check if the DllInstall function exists in the code of the shim.
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|