C
cit42
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
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