Archive: help? (2 diff files going to 2 diff places)


help? (2 diff files going to 2 diff places)
i have SetOutPath "$instdir" ... i want a bunch of files to go to the install directory as above but one file to go toa totally different place? is this possible? .. if so, how?


File "/oname=$SYSTEM\file.dll" "file.dll"

-Stu


Or:

SetOutPath "$INSTDIR"
File ....
File ....
SetOutPath "${AnotherDIR}"
File ...