Here's the problem:

I've exported an MTS package from the server, and installed it on the client. I need to locate where on the client computer the DLL's are installed. It's possible to search the registry for it, but since it can contain references to different versions, I need to know which the currently used version is.

I hope I made myself clear enough.

//Anders