Hello to All,

Ok here's my problem. I am adding com References to my application. Which in turn create interop dlls. I've created an install for my application and if I have the interop dlls install into the same directory as my exe file it runs fine. but what I'm trying to do is have the interop dlls go into a seperate folder which I have done. But now my application doesn't work because it doesn't know where the interop dlls are located. And the Interop dlls can't be registered so I need to somehow add code to my application to say goto this directory for the interop dlls you are looking for. Anyone know how to do this?

Thanks in advance for all your assistance.

Mythos