Crystal Reports ERROR 1904
I am getting an error while installing Crystal Reports 2008 12.x. Any advise on this guys?
Error 1904. Module C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\DeltaStore.dll failed to register. HRESULT -2147010895. Contact your support personnel.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
....and never - EVER - use SelfReg again!
However, this is a vendor MSI so you may want to determine why the registration failed. Almost certainly, it's due to a missing dependency (the single-most important reason why sane packagers don't self-reg...) Throw the DLL highlighted into Dependency Walker. As usual, ignore DLLs which are highlighted as having dynamic load elements (MPR.DLL will almost certainly be one). The remainder will be those which the offending DLL needs in order to operate and, therefore, register. Add (and properly register!) the missing dependencies.
However, this is a vendor MSI so you may want to determine why the registration failed. Almost certainly, it's due to a missing dependency (the single-most important reason why sane packagers don't self-reg...) Throw the DLL highlighted into Dependency Walker. As usual, ignore DLLs which are highlighted as having dynamic load elements (MPR.DLL will almost certainly be one). The remainder will be those which the offending DLL needs in order to operate and, therefore, register. Add (and properly register!) the missing dependencies.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.