How to setup a second installation path ?
During an installation I want to copy some files to the
first path say
C:\Programs\myprog
AND other files to the second path
C:\workfolder
Ok, as far as I understand I can set the first Directorypath by
the instruction
SetOutPath $INSTDIR
or more direct
SetOutPath C:\Programs\myprog
But how do I change of the copy action this target path
for the second part of the copy task ?
How do I find out if a file already exists in the target directory ?