I have created a Setup project in VS 2010 for a windows forms project. The application installs to C:\Program Files correctly. I have some configuration files that needs to be copied to a network mapped drive (I:\ drive). How do I achieve this?
Below are the steps followed: 1. Setup project --> View --> File System 1. Add Special folder 2. Custom folder 3. Copied all the configuration files to the custom folder. 4. Custom folder --> DefaultLocation (property) --> [I:]\
Am I doing something wrong here?