I have a solution with 3 projects: 1) a vb.net windows forms app (main app), 2) a setup project to install that app, and 3) another vb.net win forms app that is built into an exe that runs at the end of the setup program (I'll call this the post-setup exe). The post-setup exe will get the location of a file from a user and then copy that file to the same destination folder into which the setup program just finished installing the main app. How can I access that destination folder from inside the post-setup exe? Thanks!