I'm using an FileRequest (GUI Object) to request an file from the user. This file must be copied to the installation folder:
Now I need to write the filename to an INI file. So I need to do something with $File, cut the filename from this string. I can't find anything about regular expresions.
!insertmacro MUI_INSTALLOPTIONS_READ $File "screen1.ini" "Field 4" "State"
CopyFiles /SILENT $File $INSTDIR
This there an other way to do this?
Thanks for the help.