Is it possible to run a program against a specific binary in a specific directory, rather than the one that is currently installed on the system? I also cannot modify the source of the application.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If it is a native DLL then you just need to place the DLL in the same folder as the executable. The DLL search looks in that folder first.