Hi,
I created a setup project using Visual Studio Wizard
(Other Project Types/Setup and Deployment/Setup Project).

I would like to copy a folder from my setup.exe location.
I don't want to specify in the setup project each file (which would imply to rebuild the setup everytime I add a file to the folder), I would like to copy the folder recursively to the target destination instead.

I was thinking about adding a Custum Action, maybe using an exe to do so, though I don't know how to retrieve the setup path (which is the source path for the folder copy).

Can you help?