I have a FILE GROUP called components which requires me to set a Destination in the IDE. I want to install that file group numerous times depending on the customers environment. They could have up to 4 iterations of the same set of files. I give them the option of Production, Test, QA and Development and install the files to a subdirectory under Program Files\Company\Product\ with the same name.
Here's what I want to do, but don't know how.
Have 4 COMPONENTS (Production, Test, QA, and Development)
Have each COMPONENT point to the SAME FILE GROUP
Install the FILE GROUP several times to different DESTINATIONS depending on the COMPONENT selected
Change the DESTINATION of the FILE GROUP on the fly.
Example, customer runs install and selects Production & QA from COMPONENTS list. Upon transferring Files, I put a copy of this FILE GROUP into Program Files\Company\Product\Production\ and another copy under \Program Files\Company\Product\QA\
I would like to use the same FILE GROUP for 2 reasons: a) to cut down build time and

Currently I have 4 FILE GROUPS pointing to the same folder and when I build it builds all 4 as separate entities. Not pretty!
Sorry to be so long winded and hopefully this makes sense.
THANKS FOR THE HELP!