I want my installer to:
- Search for a specific directory and return the first match (if any)
- Use that full path as the default in a "browse" dialog, which the user can change if not correct.
- When the user clicks 'next' it will write that full path to a file
I've only gotten as far as the 'search for the path' part. I'm trying to have ${GetDrives} return all "HDD+NET" drives, and then use locate to search each drive for a directory name, and then stop if it finds a match and return the full path.
Any help greatly appreciated.