Compile for Xe2 , xe5 and xe 7

I need to compile all our projects  with different compilers in x32 and x64 mode.  . I would like to loop the compilation while using different xe Versions and also set the Output path of the exe files  \out_xe …   to get  all the results in different Folders. I#m not very trained with the functions of final builder

Put the compiler action in an actionlist, and call it with different parameter values. To set the compiler version using a variable you will need to use a script in the BeforeAction script event for the delphi action, e.g

Action.CompilerVersion = CompilerVersion;

Recommended reading :

http://help.finalbuilder.com/actionlists.htm
http://help.finalbuilder.com/variablesoverview.htm