Install asp.net website with msiexec TARGETSITE property
- From: cit42@xxxxxx
- Date: 26 Apr 2007 01:15:57 -0700
Hallo,
I created an MSI with VS2005 "web setup project".
And I want to specify the IIS6-destination-website (i don't know if
this term is correct), where my website should be installed, by
calling msiexec with the Property TARGETSITE.
e.g. msiexec /i myweb.msi TARGETSITE=/LM/W3SVC/4711
Question:
How can I get programmatically the IIS6-destination-Websites on the
machine?
Background:
I need to know this, because my (selfwritten)setup has a form where
the user can fill in some configuration-info for the website config
file. This setupform, should contain a combobox similar to the
"installation address" dialog of the msi, created wirh "web setup
project".
Greetings for your assistence.
Gordian
.
- Prev by Date: Re: using WebClient, how??
- Next by Date: RE: Dynamic axd image without web.config
- Previous by thread: Debugging asp file using Visual Web Developer
- Next by thread: Install asp.net website with msiexec TARGETSITE property
- Index(es):
Relevant Pages
|