DLM and PATH env variable
Author: i.sharp@pcisystems.co.uk (Iain Sharp)
Did the DLM installer used to set the PATH environment variable on windows, and no longer does. Or did the urouter include some extra environment settings? I have a piece of code, which calls dlmcv.exe to get the current licence usage, and it's working on older clients and not newer ones. I think this is because the path variable is set on the older ones. I can guess that the install path for the exe is going to be c:\\program files (x86)\\etc etc because our servers are generally 64bit, and the code is always run from a userver, but I dislike guessing. Is there a way to get the install path of the DLM sensibly to allow for pathing the code correctly, or do I manually go around setting the PATH environment variable on the new servers? Regards, Iain