What is the best way to conditionally add a folder in three files based on a user's dialogue selection? I get kind of lost with the whole multi-feature version and I was hoping there was a simpler way.
Basically, the user selects whether or not they want the installer to create the database automatically or dump the database files to a folder that they specified. The user selects to locations, where they want the application to be installed and, if they select the correct option, they will be asked where they want to database files placed. I just can't find where I can conditionally set where a folder is created or not based on a dialogue property.
Under the SetupOptions dialog, if they select "Extract files and bypass database setup" they skip over the SQLConnection and SystemType dialogs and go directly to the FolderDlg and then SQLDataFiles dialogs where they select where they want the application and database files put. I followed one of your examples on how to browse for different folders (browseforfolder.zip) and got that working, but I can't find if there is a way to conditionally have that folder created if the Condition SETUP_OPTIONS = 3 is met.
Any ideas would be greatly appreciated.