No, they use different port. It can override the existing web site if they use the same port.
Thanks Young -----Original Message----- From: david adams [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 8:18 PM To: Young Yang (Worksoft); wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Can not create third website under iis with wix? Try changing: <WebAddress Id='DefaultWebSiteAddress' Port='81' Secure='no'/> To: <WebAddress Id='DefaultWebSiteAddress' Port='nn' Secure='no'/> **Where 'nn' represents another Port Number that may not be used on your web server like 82** If this fixes your problem, I will guess that you install website #1 to Port 80 and website #2 to Port 81. David Adams MSN MessengerID: [EMAIL PROTECTED] >From: "Young Yang (Worksoft)" <[EMAIL PROTECTED]> >To: <wix-users@lists.sourceforge.net> >Subject: [WiX-users] Can not create third website under iis with wix? >Date: Mon, 26 Jun 2006 15:14:21 +0800 >MIME-Version: 1.0 >Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by >bay0-mc7-f6.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); >Mon, 26 Jun 2006 00:14:45 -0700 >Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by >sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 700DD16471; Mon, 26 >Jun >2006 00:14:35 -0700 (PDT) >Received: from sc8-sf-mx2-b.sourceforge.net >([10.3.1.92]helo=mail.sourceforge.net)by >sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43)id >1FulIn-00072Y-FZfor wix-users@lists.sourceforge.net; Mon, 26 Jun 2006 >00:14:33 -0700 >Received: from mail-sin1.microsoft.com ([207.46.50.72])by >mail.sourceforge.net with esmtp (Exim 4.44) id 1FulIl-0004gt-NUfor >wix-users@lists.sourceforge.net; Mon, 26 Jun 2006 00:14:33 -0700 >Received: from APS-MSG-01.southpacific.corp.microsoft.com >([157.60.218.46]) bymail-sin1.microsoft.com with Microsoft >SMTPSVC(6.0.3790.1830); Mon, 26 Jun 2006 16:14:24 +0900 >X-Message-Info: LsUYwwHHNt094Q/fjw1Mbs6JFeYKfr6fyuBsVCduhf8= >X-MimeOLE: Produced By Microsoft Exchange V6.5 >Content-class: urn:content-classes:message >X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Can not create >third website under iis with wix? >Thread-Index: AcaY8CW+hBpODJFGR16LSH763TI3aA== >X-OriginalArrivalTime: 26 Jun 2006 07:14:24.0935 >(UTC)FILETIME=[2786B370:01C698F0] >X-Spam-Score: 0.0 (/) >X-Spam-Report: Spam Filtering performed by sourceforge.net.See >http://spamassassin.org/tag/ for more details.Report problems >tohttp://sf.net/tracker/?func=add&group_id=1&atid=2000010.0 HTML_MESSAGE > BODY: HTML included in message >X-BeenThere: wix-users@lists.sourceforge.net >X-Mailman-Version: 2.1.8 >Precedence: list >List-Id: "General discussion for Windows Installer XML >toolset."<wix-users.lists.sourceforge.net> >List-Unsubscribe: ><https://lists.sourceforge.net/lists/listinfo/wix-users>,<mailto:wix-us >[EMAIL PROTECTED]> >List-Archive: ><http://sourceforge.net/mailarchive/forum.php?forum=wix-users> >List-Post: <mailto:wix-users@lists.sourceforge.net> >List-Help: ><mailto:[EMAIL PROTECTED]> >List-Subscribe: ><https://lists.sourceforge.net/lists/listinfo/wix-users>,<mailto:wix-us >[EMAIL PROTECTED]> >Errors-To: [EMAIL PROTECTED] >Return-Path: [EMAIL PROTECTED] > > I am building an msi to deploy a website, when there is only the >default web site under the IIS, it works. > >But when there is already 2 websites under IIS, when I run the msi, It >return an error 'Failed to read IISWebs table' and the installation >failed. > >Any help on where I should look to solve this problem is greatly >appreciated. > > > >Below is part of my script. > > > > > > > ><Component Id='WebSiteComponent' >Guid='F199EE95-7847-4b85-B58A-60857D22545D' Permanent='yes'> > > <WebSite Id='WebSite' Description='My Web Site' Directory='pages' >AutoStart='yes' DirProperties='ReadAndExecute' ConfigureIfExists='no'> > > <WebAddress Id='DefaultWebSiteAddress' Port='81' >Secure='no'/> > > <WebApplication Id='WebSiteWebApp' Name='WebSite Web App' >Isolation='medium'> > > <WebApplicationExtension Extension='aspx' >CheckPath='no' Executable='[FRAMEWORKDIR]aspnet_isapi.dll' Script='yes' >Verbs='GET,HEAD,POST,DEBUG' /> > > </WebApplication> > > </WebSite> > ></Component> > > > >Thanks > > > >Young > > > >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job >easier Download IBM WebSphere Application Server v.1.0.1 based on >Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12164 >2 >_______________________________________________ >WiX-users mailing list >WiX-users@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/wix-users Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users