I need to install a shell extension (64-bit DLL server) for the contextual menu on any version of Windows x64. I'm able to register the extension just fine (regsvr32) if on the target system I have installed the redistributable files for VS 9.0 SP1 x64 (setup file from Microsoft).
However I have to make a setup and cannot require the user to have those files already installed so I need to include the redistributable CRT and MFC DLLs in my setup in the same folder as my DLL.
I've tried to include the 64 bit redistributable DLLs from my VS 9.0 SP1 (called AMD64) but they don't seem to work. What am I doing wrong? What DLLs should I use?