Hello,
I created a installation with the .Net setup project.
I have 2 COM objects I have to register and use, at the beginning everything
was fine the 2 dlls where configured automatically to register as
'vsdrfCOMSelfReg ', on the way, from one moment they both failed to
register, In the installation process I get error: 'Module
c:\windows\system32\Mydll.dll failed to register. HRESULT -
2147024770.
contact your support personnel' .
The Errorlookup said: Error -
2147024770 = 'The specified module could not be
found.'
If I use the 'vsdrfDoNotRegister' attribute the installer copy the files to
the system directory and then I can register them without any problem by
RegSvr32.
Any ideas how to solve it?
Thanks, Arnon