Solved
Forum Discussion
daks
6 years agoNew Contributor
Found a solution.
aqFileSystem.Exists("c:\Windows\System32\PROUnstl.exe") returns false in 64bit Windows.
aqFileSystem.Exists("c:\Windows\Sysnative\PROUnstl.exe") returns true in 64bit Windows.
- sonya_m6 years ago
Alumni
Thank you so much for following up on this thread with a solution! This is very much appreciated.