I have a problem and need help.
The app that is getting installed must not have a space (' ') in its directory path.
How can I check, if there are spaces in $instdir or not?which means:
C:\Program Files\App is an invalid path for the app.
C:\App is a valid path.
Any help will be appreciated.