Assuming that the Application directory is writeable and that HD space is not an issue, are there any downsides to putting the VB6 dependency files (msvbvm60.dll, etc.) in the .EXE's directory?
I've got the most up to date dependency files and I'm guessing MS isn't coming out with any new versions of those so I figure it's safest (in terms of DLL Hell, etc.) to just keep those files in my app directory where they won't be modified and (IFAIK) they'll be the first ones used by the app (before using ones in the System32 directory, etc.