Page 1 of 1

install a set of files to multiple directories

Posted: Mon May 10, 2010 9:17 am
by marcolutz
Hallo,

I have to install some files into two different directories.
How can I get this done without selectin every single file twice?

I tried something like this

Code: Select all

    Set Variable TEMPTARGETDIR to $TARGETDIR$
    Include Script: installfiles
    Set Variable TEMPTARGETDIR to $OTHERDIR$
    Include Script: installfiles

while the included script is installing some files to TEMPTARGETDIR.

In this case, the files get only installed to the OTHERDIR.

Thanks