I'm creating an installer for a program that requires two dll's from another program (OpenSSL). What is the best way to install them? I was just going to do a REGDLL, but I'm worried that my uninstaller would remove the files if OpenSSL is installed.
Thanks!
Using Shared DLL's
2 posts
See appendix B of the users manual for information about installing shared DLL files.