I have an application that apparently needs some obscure DLLs. I reference a 3rd party COM object within it, which is what I believe is causing the issue. I downloaded a program called Depends.exe, and when I point it at my application, it says I need things like IESHIMS.DLL, IEFRAME.DLL, and SHLWAPI.DLL.
I'm told these are things that are typically taken care of by side-by-side assembly, something that an installer provides. I'm using WiX for my installation. Does WiX not provide this? Do I need to tell it to provide it explicitly?