I posted similar question to this last week, but found a work around. Now I'm stuck on something similar yet different enough to make my workaround inapplicable.
I have a program that includes a setup and deployment project. When the program gets installed, I also want it to copy resources from a /resources sub-directory of the dir that contains the install files to a subdirectory in the target directory.
This must occur at installation (not runtime) because after the install, the user could remove the CD or media that contains the install and resource files from the system.
This means I would have to:
1. Identify the install source dir (which is easy...)
2. Idenitfy the target dir.
3. Run some kind of batch or code to copy 1 to 2.
What do you think my options are? Any ideas?
Thanks for your help!