IIS 6.0 Management Compatibility is installed, but I am hoping it is
something simple like that.

 

A

 

From: Chad Petersen [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 09, 2008 12:10 PM
To: Amy Rosewater; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Problem with IIS7 and finding the Default Web
Site

 

If you haven't installed the IIS Metabase and IIS 6 configuration
compatability that would be the place to start.

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Amy
Rosewater
Sent: Friday, May 09, 2008 10:08 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem with IIS7 and finding the Default Web Site

 

Hi All,

 

I have an install built using Wix v3.0.3907 for a web application that
does IIS configuration.  Specifically, the install is attempting to
create a Virtual Directory under the Default Website.  With Windows
Server 2003 and IIS6 the install runs great.  With Windows Server 2008
and IIS7 I get the following in my log:

 

1: Committing IIS Metabase Transaction 

Action ended 10:02:23: CommitMetabaseTransaction. Return value 1.

ConfigureIIs:  Skipping ScaInstallWebSvcExt() because
IIsWebServiceExtension table not present

ConfigureIIs:  Skipping ScaInstallMimeMap() - required table not present

ConfigureIIs:  Skipping ScaGetHttpHeaders() - required tables not
present.

ConfigureIIs:  Skipping ScaGetWebErrors() - required tables not present.

ConfigureIIs:  Error 0x80070005: Failed to find web root

ConfigureIIs:  Error 0x80070005: failed to read IIsWebSite table

Error 26002. Failed to read IIsWebSite table.   (-2147024891         )

MSI (s) (F4!74) [10:02:25:591]: Product: iVantage -- Error 26002. Failed
to read IIsWebSite table.   (-2147024891         )

 

>From my Wxs...

<iis:WebSite Id="DefaultWebSite" Description="Default Web Site">

   <iis:WebAddress Id="AllUnassigned" Port="80" IP="*" />

</iis:WebSite>

 

Please correct me if I'm wrong, but I think it is having trouble finding
the Default Web Site in order to create my Virtual Directory based on
the WebAddress element above.  I have confirmed through Server Manager
that my Default Web Site on this machine is assigned to port 80 and that
the IP Address is set to "*" (used to be (All Unassigned)).

 

Any ideas? 

 

Thanks much!

 

Amy

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to