I would like to get the path of the install directory, when the user clicks on Next, when I'm in the wpSelectDir
of Inno Setup.
I need to check the path, because I need to verify the path, and if it's not correct, I won't let the user continue.
My problem is that the constant {app}
is not set yet, because it will be set after the wpSelectDir
and I'm still in.