I have this problem here: I ask the user to specify the location of two files which I must copy into the INSTDIR, the thing is that the path of both files is stored in two variables. At compile time, the File instruction always complains that it cannot find those files (for obvious reasons), so I used the /nonfatal flag, to let me go through. Let me show you:
File /nonfatal "$Path_funciondll\funcion.dll"
File /nonfatal "$Path_compilerexe\compiler.exe" I wonder if there is a way to tell the compiler that the path would be resolved at run time...in any case, I only extract the files at the end, so the variables will have values for granted...I do checkThanks
Regards,
Alex