How can I get the directory that an application is being installed to from within the custom installer class?
What we are trying to solve is the age old problem of *.config files for multiple environments. One idea we were kicking around was having the configs stored on a network share, and the installer would copy over the correct one. Currently we use the method described on Scott Gu's blog, but we would like the files to be out of dev's hands.