Skip to content
⌘ NSIS Forum Archive

IfFileExists in current directory

4 posts

frogman_94#

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?
Animaether#
are you already using $EXEDIR to refer to the folder in which the installer .exe being run is located?
Animaether#
coo - just making sure your wrapper installer didn't copy itself to a temp location for some reason.. that would have been less simple to solve 🙂