[WiX-users] Validating Web site in IIS7 - WiX 3.5

2011-10-21 Thread Chad Petersen
Trying to figure out the right approach to validate that a Web site already exists during my install. In IIS6 I used GetObject(IIS://localhost/w3svc) and queried that for the info the user typed in. Any of you that target IIS7+ how are you dealing with this? I am using a Web site locator for an

Re: [WiX-users] Validating Web site in IIS7 - WiX 3.5

2011-10-21 Thread John Cooper
toolset. Subject: [WiX-users] Validating Web site in IIS7 - WiX 3.5 Trying to figure out the right approach to validate that a Web site already exists during my install. In IIS6 I used GetObject(IIS://localhost/w3svc) and queried that for the info the user typed in. Any of you that target IIS7+ how

Re: [WiX-users] Validating Web site in IIS7 - WiX 3.5

2011-10-21 Thread Chad Petersen
toolset. Subject: Re: [WiX-users] Validating Web site in IIS7 - WiX 3.5 I query the IIS6 Metabase Compatibility layer (the custom action hasn't been migrated to a pure IIS7 form using ServerManager ) to populate a ComboBox (which gets queried for the Default Web Site if the UI is suppressed). In UI

Re: [WiX-users] Validating Web site in IIS7 - WiX 3.5

2011-10-21 Thread John Cooper
for processing. But it works. -Original Message- From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Friday, October 21, 2011 2:53 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Validating Web site in IIS7 - WiX 3.5 My CA also works fine

Re: [WiX-users] Validating Web site in IIS7 - WiX 3.5

2011-10-21 Thread Gregory Swanson
if next FindElement = -1 End Function Thanks, Greg -Original Message- From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Friday, October 21, 2011 12:53 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Validating Web site in IIS7 - WiX 3.5

Re: [WiX-users] Validating Web site in IIS7 - WiX 3.5

2011-10-21 Thread Chad Petersen
Installer XML toolset. Subject: Re: [WiX-users] Validating Web site in IIS7 - WiX 3.5 I query the IIS6 Metabase Compatibility layer (the custom action hasn't been migrated to a pure IIS7 form using ServerManager ) to populate a ComboBox (which gets queried for the Default Web Site if the UI