?? to have the app looking for this app ??
You want the dlls to be located not in the .exe's folder or in program files, but in /windows/system32 ?
Maybe you should add a setup project also for deployment
Anyway, if you need to find out where the system32 folder, (c:/windows/system32, d:/windows/system32 etc meaning that windows may have been installed in drive c, d, etc), take a look at : System.Environment() namespace.
That's all from me