Get location/path(directory)of the external installer inside it is being install
Hi,
I want to get the location/path(directory) of external installer inside it is being install using ExecWait command.
for example i want to know in which location/path(directory) otherapp.exe is being install.
ExecWait "$INSTDIR\otherapp.exe"
because it the third party executable and provide option to user to choose the installation location/path(directory) provide path selection dialog box.
Actually I have to put some files inside bin directory of otherapp.exe whenever it(otherapp.exe) finished the installation.