I'm attempting to add some extra functionality to an existing installer, but I've no idea if it's even possible.
My current installer browses the users hard drive for an existing database using the "Search for File" function. Based upon the results, I modify an INI file with the file path that was found.
The problem is, if there are multiple instances of the file (say someone makes a backup), I just parse out the first one found, which is of course, not a practical solution.
I'm looking at the List Box screen which would be great, only if I could dynamically set the number of options using the list of results found by my "Search for File" function and have the user select which file they want to use.
Is anything like this possible with the latest version of Setup Factory?
Thanks in advance for any help.
My current installer browses the users hard drive for an existing database using the "Search for File" function. Based upon the results, I modify an INI file with the file path that was found.
The problem is, if there are multiple instances of the file (say someone makes a backup), I just parse out the first one found, which is of course, not a practical solution.
I'm looking at the List Box screen which would be great, only if I could dynamically set the number of options using the list of results found by my "Search for File" function and have the user select which file they want to use.
Is anything like this possible with the latest version of Setup Factory?
Thanks in advance for any help.
Comment