IfFileExists in current directory
I have created a wrapper installer to run my other installers. I want to check IfFileExists in the directory from where I launch my wrapper installer for the other installers. I currently just past it the file name but it does not find it. I'm thinking it is looking in some other directory for the file. How do I tell it to look in the directory that contains my wrapper installer?