
installing web app with windows service and windows aplication at same time
i have a vb .net asp web application project that goes along with a windows
service and windows forms application (both also done in vb .net). i
currently install the windows apps together at the same time with no
problems. i want to add the web app into this installation. here's the
trick. i install to c:\program files\appname. i want the web application
to also install to this directory and createa virtual directory to that app.
how can i do this? i created a web installation, but it defaults to
c:\inetpub\wwwroot for the installation. this won't work because i have
files in the c:\program files\appname installation directory that are also
referenced by the web application.
this must be possible because i have a C# app using installshield and it
will do just this, but i can't figure out how to do it with the basic
windows setup installer.
please help!
jeff