How do I set an MSI installation folder dynamically.
I'm creating a web application installer using WiX. I want to allow the user to select the web site from a list of sites on the IIS server, and then install the app in a sub-directory of that web site's root folder. I've finished the "select web site" portion. I have a custom action that sets a bunch of properties based on the selected ...