Matthew: Did you have an IP address attribute originally? In my case, all of our elements have an IP address attribute. We had to do this because we are creating multiple web site / web application entries in IIS on our servers. Instead of using Virtual Directories, we add additional IP addresses to the NIC card and associate each web site / web application to its own IP address.
I believe that in my case, the error actually was the buffer overflow created when you have multiple web sites on a machine. David Adams MSN MessengerID: [EMAIL PROTECTED] >From: "Matthew Janulewicz" <[EMAIL PROTECTED]> >To: <wix-users@lists.sourceforge.net> >Subject: Re: [WiX-users] [Bug #1498645 ] Configure IIS error on >2.0.4126(Verbose Output) >Date: Thu, 31 Aug 2006 19:05:01 -0700 >MIME-Version: 1.0 >Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by >bay0-mc2-f12.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, >31 Aug 2006 19:05:48 -0700 >Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by >sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 7779EE9CC; Thu, 31 Aug >2006 19:05:48 -0700 (PDT) >Received: from sc8-sf-mx1-b.sourceforge.net >([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net >with esmtp (Exim 4.43)id 1GIyOZ-0003yG-Czfor >wix-users@lists.sourceforge.net; Thu, 31 Aug 2006 19:04:35 -0700 >Received: from mx1.greendotcorp.com ([63.161.119.204])by >mail.sourceforge.net with esmtp (Exim 4.44) id 1GIyOY-0008Q4-EZfor >wix-users@lists.sourceforge.net; Thu, 31 Aug 2006 19:04:35 -0700 >X-Message-Info: LsUYwwHHNt3YzzX+vBWlbohRums6F3N3MyGAZd+ODGc= >X-MIMEOLE: Produced By Microsoft Exchange V6.0.6249.0 >Content-class: urn:content-classes:message >X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: [WiX-users] [Bug >#1498645 ] Configure IIS error on 2.0.4126(Verbose Output) >Thread-Index: AcbNQvT/nKj7iDPkTAeeoFJ6utbpdwAJzfrg >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:[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:[EMAIL >PROTECTED]> >Errors-To: [EMAIL PROTECTED] >Return-Path: [EMAIL PROTECTED] >X-OriginalArrivalTime: 01 Sep 2006 02:05:49.0058 (UTC) >FILETIME=[24E15620:01C6CD6B] > >I figured out what my problem was and want to post it just so others >searching for this might find it. The real problem was the second error: >"Failed to find web root". > > > >I found by scouring the net for general installer problems like this >that my installer was likely failing to find the root of the designated, >pre-existing website because it's definition was too ambiguous. In my >case, my website definition was lacking an 'ip' address entry. Even >though I didn't want to put a specific IP address in there (we have many >environments where this .msi will have to be installed) I entered a '*' >in the wix script as a placeholder for the IP entry. Then the installer >worked fine. > > > > > >-Matt > > > > _____ > >From: Matthew Janulewicz >Sent: Thursday, August 31, 2006 2:19 PM >To: 'wix-users@lists.sourceforge.net' >Subject: Re: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126 >(Verbose Output) > > > >I'm having this exact same problem. I updated to the latest weekly build >of Wix (2.0.4423.0) and it still does the same thing during the install. > > > >The machine it's installing to is Windows Server 2003 with IIS 6.0. We >have a total of 15 websites configured in IIS. The installer I'm running >is installing a virtual directory to a website that already exists. That >website component is marked 'ConfigureIfExists=no'. > > > >Just for fun, I tried to install a new website and the same thing >happened. I've pasted the verbose log up to the part where it errors >out. > > > >Thanks! > > > > > ><...start...> > > > >=== Logging started: 8/31/2006 13:54:02 === > >Action start 13:54:02: INSTALL. > >Action start 13:54:02: ValidateProductID. > >Action ended 13:54:02: ValidateProductID. Return value 1. > >Action start 13:54:02: CostInitialize. > >Action ended 13:54:02: CostInitialize. Return value 1. > >Action start 13:54:02: FileCost. > >Action ended 13:54:02: FileCost. Return value 1. > >Action start 13:54:02: CostFinalize. > >Action ended 13:54:02: CostFinalize. Return value 1. > >Action start 13:54:02: InstallValidate. > >Action ended 13:54:02: InstallValidate. Return value 1. > >Action start 13:54:02: InstallInitialize. > >Action ended 13:54:02: InstallInitialize. Return value 1. > >Action start 13:54:02: ProcessComponents. > >Action ended 13:54:02: ProcessComponents. Return value 1. > >Action start 13:54:02: UnpublishFeatures. > >Action ended 13:54:02: UnpublishFeatures. Return value 1. > >Action start 13:54:02: RemoveFiles. > >Action ended 13:54:02: RemoveFiles. Return value 0. > >Action start 13:54:02: InstallFiles. > >Action ended 13:54:03: InstallFiles. Return value 1. > >Action start 13:54:03: ConfigureIIs. > >Action start 13:54:03: StartMetabaseTransaction. > >Action ended 13:54:03: StartMetabaseTransaction. Return value 1. > >Action start 13:54:03: RollbackMetabaseTransaction. > >Action ended 13:54:03: RollbackMetabaseTransaction. Return value 1. > >Action start 13:54:03: CommitMetabaseTransaction. > >Action ended 13:54:03: CommitMetabaseTransaction. Return value 1. > >ConfigureIIs: Error 0x8007007a: Insufficient buffer to track all >sub-WebSites > >ConfigureIIs: Error 0x8007007a: Failed to find web root > >ConfigureIIs: Error 0x8007007a: failed to read IIsWebSite table > >MSI (s) (A0!C0) [13:54:03:445]: Product: AcctMgmtWeb.wixtest -- Error >26002. Failed to read IIsWebs table. (-2147024774 ) > > > >Error 26002. Failed to read IIsWebs table. (-2147024774 ) > >Action ended 13:54:03: ConfigureIIs. Return value 3. > >Action ended 13:54:03: INSTALL. Return value 3. > >Property(S): INSTALLDIR = D:\https-greendotonline.com\AcctMgmt.wixtest\ > >Property(S): StartMetabaseTransaction = ScaConfigureIIs > >Property(S): RollbackMetabaseTransaction = ScaConfigureIIs > >Property(S): CommitMetabaseTransaction = ScaConfigureIIs > >Property(S): Default = >D:\https-greendotonline.com\AcctMgmt.wixtest\Skins\Default\ > >Property(S): bin = D:\https-greendotonline.com\AcctMgmt.wixtest\bin\ > > > ><...snip...> > > > > > > > > > >------------------------- > > > >Derek: > > > >I am copying the relevant section of the output. It appears the the >problem > >occurs in ConfigureIIS. The first reported failure is in "Insufficient > >buffer" error. > > > >David Adams > >MSN MessengerID: [EMAIL PROTECTED] > > > > > >Action ended 10:29:26: InstallFiles. Return value 1. > >Action 10:29:26: ConfigureIIs. Configuring IIS > >Action start 10:29:26: ConfigureIIs. > >Action 10:29:26: StartMetabaseTransaction. Starting IIS Metabase >Transaction > >Action start 10:29:26: StartMetabaseTransaction. > >1: Starting IIS Metabase Transaction > >Action ended 10:29:26: StartMetabaseTransaction. Return value 1. > >Action 10:29:26: RollbackMetabaseTransaction. Rolling back IIS Metabase > >Transaction > >Action start 10:29:26: RollbackMetabaseTransaction. > >1: Rolling back IIS Metabase Transaction > >Action ended 10:29:26: RollbackMetabaseTransaction. Return value 1. > >Action 10:29:26: CommitMetabaseTransaction. Committing IIS Metabase > >Transaction > >Action start 10:29:26: CommitMetabaseTransaction. > >1: Committing IIS Metabase Transaction > >Action ended 10:29:26: CommitMetabaseTransaction. Return value 1. > >ConfigureIIs: Error 0x8007007a: Insufficient buffer to track all > >sub-WebSites > >ConfigureIIs: Error 0x8007007a: Failed to find web root > >ConfigureIIs: Error 0x8007007a: failed to read IIsWebSite table > >Error 26002. Failed to read IIsWebs table. (-2147024774 ) > >MSI (s) (5C!0C) [10:29:29:166]: Product: Crawford RiskTech Interfaces -- > > >Error 26002. Failed to read IIsWebs table. (-2147024774 ) > > > >Action ended 10:29:29: ConfigureIIs. Return value 3. > >Action ended 10:29:29: INSTALL. Return value 3. > > > > > > > > > > >From: "Derek Cicerone" <[EMAIL PROTECTED]> > > >Reply-To: <[EMAIL PROTECTED]> > > >To: "'david adams'" > > ><[EMAIL PROTECTED]>,<wix-users@lists.sourceforge.net> > > >Subject: RE: [WiX-users] [Bug #1498645 ] Configure IIS error on >2.0.4126 > > >Date: Sun, 20 Aug 2006 16:51:04 -0700 > > >MIME-Version: 1.0 > > >Received: from winisp-fe1.winisp.net ([192.197.157.82]) by > > >bay0-mc3-f15.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); >Sun, > > >20 Aug 2006 16:51:10 -0700 > > >Received: from derekclap ([24.19.239.190]) by winisp-fe1.winisp.net >over > > >TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Sun, 20 Aug >2006 > > >16:51:05 -0700 > > >X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlKtU9j2Z7TuGo= > > >References: <[EMAIL PROTECTED]> > > ><[EMAIL PROTECTED]> > > >X-Mailer: Microsoft Office Outlook 12.0 > > >Thread-Index: AcbEWdpJmgcexPGzReG/rfznV0qBqAAWS3+A > > >Content-Language: en-us > > >x-cr-puzzleid: {24B75461-3B63-4C9E-91F0-D9A3733C075F} > > >x-cr-hashedpuzzle: ANCj ASoD B9Wr D64F GeSW G7HL G8Wb HO5P H7VP IsHi >NCIV > > >NMNb OCzW Qgvm TB9Z > > >U1rY;2;ZABhAHYAaQBkAGEAZABhAG0AcwAwADAAQABoAG8AdABtAGEAaQBsAC4AYwBvAG0A >OwB3AGkAeAAtAHUAcwBlAHIAcwBAAGwAaQBzAHQAcwAuAHMAbwB1AHIAYwBlAGYAbwByAGcA >ZQAuAG4AZQB0AA==;Sosha1_v1;7;{24B75461-3B63-4C9E-91F0-D9A3733C075F};ZABl >AHIAZQBrAGMAQAB1AHMAZQByAHMALgBzAG8AdQByAGMAZQBmAG8AcgBnAGUALgBuAGUAdAA= >;Sun, > > > > > >20 Aug 2006 23:50:00 > > >GMT;UgBFADoAIABbAFcAaQBYAC0AdQBzAGUAcgBzAF0AIABbAEIAdQBnACAAIwAxADQAOQA >4ADYANAA1ACAAXQAgAEMAbwBuAGYAaQBnAHUAcgBlACAASQBJAFMAIABlAHIAcgBvAHIAIAB >vAG4AIAAyAC4AMAAuADQAMQAyADYA > > >Return-Path: [EMAIL PROTECTED] > > >X-OriginalArrivalTime: 20 Aug 2006 23:51:06.0149 (UTC) > > >FILETIME=[808C0D50:01C6C4B3] > > > > > >That's a separate issue - that is a custom action failure. Some of the > > >scenarios in which I heard that might happen include wrong/missing IIS >on > > >the target machine. I'm really not an expert on the IIS stuff so I'll >have > > >to defer to someone more knowledgeable. One thing you can do to make >this > > >easier to debug is get a verbose installation log and post the lines of >the > > >failure (and around it) here. > > > > > >Derek > > > > > >-----Original Message----- > > >From: [EMAIL PROTECTED] > > >[mailto:[EMAIL PROTECTED] On Behalf Of david adams > > >Sent: Sunday, August 20, 2006 6:09 AM > > >To: wix-users@lists.sourceforge.net > > >Subject: Re: [WiX-users] [Bug #1498645 ] Configure IIS error on >2.0.4126 > > > > > >It sounded like the same symptoms. > > > > > >Candle and Light process successfully, but the MSI gets a Windows >Installer > > >Error 'Failed to read IIs Webs Table' (the failed table read is either > > >'Webs' or 'Web'). The symptoms seemed very similar to the 3.0 problem >that > > >was apparently a missing extension. > > > > > >David Adams > > >MSN MessengerID: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > >From: "Derek Cicerone" <[EMAIL PROTECTED]> > > > >Reply-To: <[EMAIL PROTECTED]> > > > >To: "'david adams'" > > > ><[EMAIL PROTECTED]>,<wix-users@lists.sourceforge.net> > > > >Subject: RE: [WiX-users] [Bug #1498645 ] Configure IIS error on >2.0.4126 > > > >Date: Fri, 18 Aug 2006 16:42:02 -0700 > > > >MIME-Version: 1.0 > > > >Received: from winisp-ti72.winisp.net ([192.197.157.85]) by > > > >bay0-mc9-f3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); >Fri, > > >18 > > > > > > >Aug 2006 16:42:19 -0700 > > > >Received: from derekclap ([131.107.0.71]) by winisp-ti72.winisp.net >over > > > >TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Fri, 18 >Aug > > >2006 > > > > > > >16:42:18 -0700 > > > >X-Message-Info: LsUYwwHHNt2Rk1wRN5NPmisemruUgqRK70Qxh9B3QcA= > > > >References: <[EMAIL PROTECTED]> > > > ><[EMAIL PROTECTED]> > > > >X-Mailer: Microsoft Office Outlook 12.0 > > > >thread-index: AcbDHK8MLa3KkKiOQkaTW0QoGs+lqgAAxRag > > > >Content-Language: en-us > > > >x-cr-puzzleid: {106F9247-2D97-41F9-B01B-0D5748113E40} > > > >x-cr-hashedpuzzle: DdR6 DokY GN62 IipQ NDL+ NNEu N+BB PMXf Pa1v Pfvq >Qn0a > > > >SVT4 SYii WBF3 W/ZP > > > > >Xohg;2;ZABhAHYAaQBkAGEAZABhAG0AcwAwADAAQABoAG8AdABtAGEAaQBsAC4AYwBvAG0A >OwB3 > > >AGkAeAAtAHUAcwBlAHIAcwBAAGwAaQBzAHQAcwAuAHMAbwB1AHIAYwBlAGYAbwByAGcAZQA >uAG4A > > >ZQB0AA==;Sosha1_v1;7;{106F9247-2D97-41F9-B01B-0D5748113E40};ZABlAHIAZQB >rAGMA > > >QAB1AHMAZQByAHMALgBzAG8AdQByAGMAZQBmAG8AcgBnAGUALgBuAGUAdAA=;Fri, > > > >18 Aug 2006 23:42:00 > > > > >GMT;UgBFADoAIABbAFcAaQBYAC0AdQBzAGUAcgBzAF0AIABbAEIAdQBnACAAIwAxADQAOQA >4ADY > > >ANAA1ACAAXQAgAEMAbwBuAGYAaQBnAHUAcgBlACAASQBJAFMAIABlAHIAcgBvAHIAIABvAG >4AIAA > > >yAC4AMAAuADQAMQAyADYA > > > >Return-Path: [EMAIL PROTECTED] > > > >X-OriginalArrivalTime: 18 Aug 2006 23:42:18.0894 (UTC) > > > >FILETIME=[F173D2E0:01C6C31F] > > > > > > > >The problem listed below is not a bug - it's just a change in how 3.0 > > > >works. > > > >What problem are you experiencing with 2.0? > > > > > > > >Derek > > > > > > > >-----Original Message----- > > > >From: [EMAIL PROTECTED] > > > >[mailto:[EMAIL PROTECTED] On Behalf Of david adams > > > >Sent: Friday, August 18, 2006 4:19 PM > > > >To: wix-users@lists.sourceforge.net > > > >Subject: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126 > > > > > > > >Does anyone know a status on this bug? I am experiencing the same > > >problem > > > >using > > > > > > > >WiX v.2.0.4221.0 > > > > > > > >We moved to 4221 from 3309 (where it worked) to implement >MessageQueue > > > >functionality, but may have to revert if there is not a solution to >this > > > >problem. > > > > > > > >Any ideas? > > > > > > > > > > > >David Adams > > > >MSN MessengerID: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > >From: "Brad Davis" <[EMAIL PROTECTED]> > > > > >To: [EMAIL PROTECTED] > > > > >CC: wix-users@lists.sourceforge.net > > > > >Subject: Re: [WiX-users] WIX 3.0: Creating IIS virtual directories > > > > >Date: Fri, 18 Aug 2006 16:29:48 -0500 > > > > >MIME-Version: 1.0 > > > > >Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by > > > > >bay0-mc2-f16.bay0.hotmail.com with Microsoft >SMTPSVC(6.0.3790.2444); > > > > >Fri, > > > > >18 Aug 2006 14:29:58 -0700 > > > > >Received: from sc8-sf-list1-new.sourceforge.net (unknown >[10.3.1.93])by > > > > >sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 9D57812D23; >Fri, 18 > > > > >Aug > > > > >2006 14:29:57 -0700 (PDT) > > > > >Received: from sc8-sf-mx1-b.sourceforge.net > > > > >([10.3.1.91]helo=mail.sourceforge.net)by > > > > >sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43)id > > > > >1GEBud-0001hy-3Zfor wix-users@lists.sourceforge.net; Fri, 18 Aug >2006 > > > > >14:29:55 -0700 > > > > >Received: from nz-out-0102.google.com ([64.233.162.205])by > > > > >mail.sourceforge.net with esmtp (Exim 4.44) id 1GEBuc-0000pW-8Xfor > > > > >wix-users@lists.sourceforge.net; Fri, 18 Aug 2006 14:29:55 -0700 > > > > >Received: by nz-out-0102.google.com with SMTP id l8so593835nzffor > > > > ><wix-users@lists.sourceforge.net>;Fri, 18 Aug 2006 14:29:52 -0700 >(PDT) > > > > >Received: by 10.65.98.4 with SMTP id a4mr4344742qbm;Fri, 18 Aug >2006 > > > > >14:29:52 -0700 (PDT) > > > > >Received: by 10.64.243.6 with HTTP; Fri, 18 Aug 2006 14:29:48 -0700 > > > > >(PDT) > > > > >X-Message-Info: LsUYwwHHNt13J04AU+y+/C+O2WduChQ9i3ZT82fnpL8= > > > > >References: > > > > ><[EMAIL PROTECTED]><007a01c6c > > > > >[EMAIL PROTECTED]><d8b3e9d60608181152p47403ef6x748 > > > > >[EMAIL PROTECTED]><[EMAIL PROTECTED] > > > > >ge.net> > > > > >X-Spam-Score: 0.1 (/) > > > > >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 >RCVD_BY_IP > > > > > > > > > Received by mail server with no name0.1 HTML_40_50 > > > > >BODY: Message is 40% to 50% HTML0.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] > > > > >X-OriginalArrivalTime: 18 Aug 2006 21:29:58.0782 (UTC) > > > > >FILETIME=[74C6E1E0:01C6C30D] > > > > > > > > > >Derek, > > > > > > > > > >Thank you so much for your assistance.....sure hope they document >this > > > > >soon, or is it somewhere I'm unaware of? I looked in the >.chm...anyway, > > > > >progress: > > > > > > > > > >Candle works, light doesn't, whether I put the -ext before or after >the > > > > >object file: > > > > > > > > > >C:\Projects\Atlas.Validation.Installers>light > > > > >ShipmentWSInstallerMSI.wixobj-ext WixIISExtension Microsoft (R) >Windows > > > > >Installer Xml Linker version 3.0.2015.0 Copyright (C) Microsoft > > > > >Corporation 2003. All rights reserved. > > > > > > > > > > >E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs > > > > >(62) > > > > >: error LGHT0102 : The localization > > > > >variable !(loc.ConfigureIIs) is unknown. Please ensure the >variable is > > > > >defined. > > > > > >E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs > > > > >(63) > > > > >: error LGHT0102 : The localization > > > > >variable !(loc.StartMetabaseTransaction) is unknown. Please ensure >the > > > > >variable is defined. > > > > > >E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs > > > > >(64) > > > > >: error LGHT0102 : The localization > > > > >variable !(loc.RollbackMetabaseTransaction) is unknown. Please >ensure > > > > >the variable is defined. > > > > > >E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs > > > > >(65) > > > > >: error LGHT0102 : The localization > > > > >variable !(loc.CommitMetabaseTransaction) is unknown. Please >ensure > > > > >the variable is defined. > > > > > >E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs > > > > >(66) > > > > >: error LGHT0102 : The localization > > > > >variable !(loc.WriteMetabaseChanges) is unknown. Please ensure the > > > > >variable is defined. > > > > > >E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs > > > > >(28) > > > > >: error LGHT0102 : The localization > > > > >variable !(loc.msierrIISCannotConnect) is unknown. Please ensure >the > > > > >variable is defined. > > > > > > > > > >On 8/18/06, Derek Cicerone <[EMAIL PROTECTED]> wrote: > > > > >> > > > > >> Please keep wix-users on the thread. > > > > >> > > > > >> > > > > >> > > > > >>You need to pass in -ext WixIIsExtension for the candle/lit/light > > > > >>command lines now. No non-standard functionality is baked into >the > > > > >>wix tools anymore everything has been moved out into extensions. > > > > >> > > > > >> > > > > >> > > > > >>Derek > > > > >> > > > > >> > > > > >> > > > > >>*From:* Brad Davis [mailto:[EMAIL PROTECTED] > > > > >>*Sent:* Friday, August 18, 2006 11:52 AM > > > > >>*To:* [EMAIL PROTECTED] > > > > >>*Subject:* Re: [WiX-users] WIX 3.0: Creating IIS virtual >directories > > > > >> > > > > >> > > > > >> > > > > >>No changes...my file looks at: > > > > >>http://schemas.microsoft.com/wix/2006/wi > > > > >> > > > > >>I did add the xmlns for IISextension as an attribute, and the >candle > > > > >>error changed, now it's looking for an extension: > > > > >> > > > > > >>C:\Projects\Atlas.Validation.Installers\ShipmentWSInstallerMSI.wxs(53) > > > >: > > > > >>error CNDL0200 : The Component element > > > > >> contains an unhandled extension element 'WebVirtualDir'. Please > > > > >>ensure that the extension for elements in the > > > > >> 'http://schemas.microsoft.com/wix/IIsExtension ' namespace has >been > > > > >>provided. > > > > >> > > > > >>This is the element in question: > > > > >><Component Id="C_shipmentsavewsdir" > > > > >>Guid="493E3487-AA4C-4476-8CC0-4B1C763AF6F7"> > > > > >> <WebVirtualDir Id="ShipmentSaveWSDir" >Alias="ShipmentSaveWS" > > > > >>Directory="InstallDir" WebSite="DefaultWebSite" > > > > >>xmlns="http://schemas.microsoft.com/wix/IIsExtension";> > > > > >> <WebApplication Id="ShipmentSaveWS" >Name="ShipmentSaveWS" > > >/> > > > > >> </WebVirtualDir> > > > > >> </Component> > > > > >> > > > > >>Thanks, > > > > >>-Brad > > > > >> > > > > >>On 8/18/06, *Derek Cicerone* <[EMAIL PROTECTED]> wrote: > > > > >> > > > > >>Please try running wixcop on your source file it should > > > > >>automatically update it to the proper schema for your version of >3.0. > > > > >> > > > > >> > > > > >> > > > > >>Derek > > > > >> > > > > >> > > > > >> > > > > >>*From:* [EMAIL PROTECTED] [mailto: > > > > >>[EMAIL PROTECTED] *On Behalf Of *Brad Davis > > > > >>*Sent:* Friday, August 18, 2006 8:28 AM > > > > >>*To:* wix-users@lists.sourceforge.net > > > > >>*Subject:* [WiX-users] WIX 3.0: Creating IIS virtual directories > > > > >> > > > > >> > > > > >> > > > > >>Why doesn't this work? Things have changed since 2.0....I based my > > > > >>syntax on the online tutorial. > > > > >> > > > > >><See attached .wxs file> > > > > >> > > > > >>Thanks, > > > > >>-- > > > > >>-Brad > > > > >> > > > > >> > > > > >> > > > > >> > > > > >>-- > > > > >>-Brad > > > > >> > > > > > > > > > > > > > > > > > > > >-- > > > > >-Brad > > > > > > > > > > > > > >----------------------------------------------------------------------- > > > > >-- 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=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 ------------------------------------------------------------------------- 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