PDA

Click to See Complete Forum and Search --> : How do I get the location of an MTS DLL?


Anders Englund
Jan 10th, 2001, 09:39 AM
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

TheBao
Jan 11th, 2001, 02:35 PM
Under Windows NT, it store in the following location

C:/Program Files/Remote Applications


Hope this helps
TheBao