
VB4 Setup Wrong Version Runtime DLL error
Quote:
>Does any one know about this problem. Happens on 10% of installations.
>is there a work around or fix? I could use any help or direction.
You can get this if you send a newer OLEPRO32.DLL with your setup,
but the target machine has the older OLEAUT32.DLL
You cannot send the newer OLEAUT32.DLL, since installing this .DLL requires
the re-boot copy technique, which VB4 setup cannot do.
(VB5 setup can force a re-boot to install OLEAUT32.DLL, then requires the
user to re-run your setup.)
Find an older OLEPRO32.DLL (version 4.0.*) and include that in your setup.
This might solve your pblem.
However, you might have other problems with incompatible newer .OCX's,
so moving to VB5 may be the least painful answer.
-- Rick
--
(Rick Rutt is a system architect living and working in metropolitan Detroit.)