Archive: Using Shared DLL's


Using Shared DLL's
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!


See appendix B of the users manual for information about installing shared DLL files.