User-895668603 posted
This should be a piece of cake, I'm sure, but I'm struggling to find an answer. I'm using a VS 2008 web deployment project to install my web project. I need to base the application path (or the site path, or wherever you call the place where
all of the content is located) on a registry value. Here's the scenario:
This app is an add-in for an existing app. The existing app's install directory is stored in the registry. I can easily fetch this directory using vb.net, but I'm not sure how to do this in the Web Deployment Project. In fact, I'm not even
sure how to set the application's install path.
Any assistance would be greatly appreciated.