Ok, I have a project, which has an Installer Class. I made this project a primary output for my VS.NET setup program, so it can run the code in my Installer class during the "Install" phase.

From the Installer Class code, can I access the files I've put in the "File System"? If so, how?

Thanks!