views:

124

answers:

2

Hello,

I'm trying to alter our existing installer for a web application, so that the files are located not at C:\Inetpub\wwwroot\OurProduct but rather under C:\Program Files\OurCompany\OurProduct, so far with little success.

Any help/suggestions will be appreciated, thanks.

A: 

You need to change the physical path of the virtual directory content.

Matthew Vines
Looks like I'm restricted to using IIS 5.1/6.0, I neglected to mention that earlier :(
Eran Rehavi
+1  A: 

if you want to get the installation path from the user during setup, you could have a look at this project here: http://www.codeproject.com/KB/install/WebServieInstaller.aspx it explains how to get the local installation path from the user himself.

davsan