How can I determine whether a certain file exists in the same location where Setup.exe is running from?
i.e. something like this:
if (FileExists(App.Path + '\config_file*.txt') = True) then
Note: I don't want to know the folder into which the application is being installed, I want to know the folder from which Setup.exe
is running (eg. "C:\Documents and Settings\Jennifer Cox") - in Visual Basic
For example the equivalent of App.Path.