I currently use [Files] Flags: external
to import user data into my installation, which is working.
I now need to prompt for a specific external file during the installation.
Use case:
We install software that requires a license file (not to be confused with the license agreement). I want to prompt the user for their license file. Once they provide a file, it would be copied to the DestDir
.
I'm looking for a something like [Files] Flags: PromptForFile
or a routine that achieves the same. Has someone already solved this?