Thanks for your insight.  I am using 2.0.4415 as well.  I may try managing the file versions as David suggested below.
 
-Tina
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Simon
Burgess
Sent: Saturday, October 21, 2006 6:13 AM
To: 'david adams'; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Configuring Web Site

I use 2.0.4415 and I see this bug also, when you change the port number
of a
website then try and uninstall or upgrade, you get the error mentioned

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] ] On Behalf Of david
adams
Sent: 20 October 2006 21:41
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Configuring Web Site

Tina:

What version of WiX do you use?  When we got the same error, it had
nothing
to do with Port Numbers.  I do not think that the Port Numbers are the
way
that they are identified, but an Id in the ISS Metabase (for example:
"Default Website" is usually 1).

We got the error when trying to install multiple web sites to a server
(which your installer would be doing if you installed to an IP with one
Port

Number and change the Port Number for a subsequent install).  To WI, you

would be installing a second web site.

The bug has been entered.  We are working around it in the interim by
managing file versions.  It seems as if the bug was introduced after
release

3309.  We current use release 4221, but manually copy the sca*.dll files
and

sca.wixlib from the 3309 binary releases.

I think that Mike published the C++ code that would fix the problem a
couple

of weeks ago.  Not knowing C++ & with current project requirements, I
have
not tried it.  If you would like, I will check my email history later to
see

if I can find and republish it.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





>From: "Tina Basinger" <[EMAIL PROTECTED]>
>To: wix-users@lists.sourceforge.net
>Subject: [WiX-users] Configuring Web Site
>Date: Fri, 20 Oct 2006 14:57:49 -0500
>MIME-Version: 1.0
>X-Originating-IP: 131.107.0.103
>Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by
>bay0-mc8-f3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444);
Fri, 20

>Oct 2006 12:58:41 -0700
>Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by

> sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 7EE37120E2; Fri, 20
Oct

>2006 12:58:40 -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 1Gb0Tk-0007Jh-J5for
>wix-users@lists.sourceforge.net; Fri, 20 Oct 2006 12:56:28 -0700
>Received: from webmail-outgoing.us4.outblaze.com ([205.158.62.67])by
>mail.sourceforge.net with esmtp (Exim 4.44) id 1Gb0Ti-0005He-6Sfor
> wix-users@lists.sourceforge.net; Fri, 20 Oct 2006 12:56:28 -0700
>Received: from unknown (unknown [192.168.9.180])by
>webmail-outgoing.us4.outblaze.com (Postfix) with QMQP idC4B441800203
for
><wix-users@lists.sourceforge.net>;Fri, 20 Oct 2006 19:57:52 +0000 (GMT)
>Received: by ws1-2.us4.outblaze.com (Postfix, from userid 1001)id
>8374F1F50B1; Fri, 20 Oct 2006 19:57:52 +0000 (GMT)
>Received: from [131.107.0.103] by ws1-2.us4.outblaze.com with http
>[EMAIL PROTECTED]; Fri, 20 Oct 2006 14:57:49 -0500
>X-Message-Info: LsUYwwHHNt0qgUvdB1l54OvjhyNbSOwki83boX3H3ck=
>X-OB-Received: from unknown ( 205.158.62.81)by wfilter.us4.outblaze.com;
20
>Oct 2006 19:57:53 -0000
>X-Originating-Server: ws1-2.us4.outblaze.com
>X-Spam-Score: 0.5 (/)
>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 message0.5 HTML_20_30             BODY:
>Message is 20% to 30% HTML
>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
ers-
[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]?subject=help>
>List-Subscribe:
>< https://lists.sourceforge.net/lists/listinfo/wix-users>,<mailto:wix-us
ers-
[EMAIL PROTECTED] >
>Errors-To: [EMAIL PROTECTED]
>Return-Path: [EMAIL PROTECTED]
>X-OriginalArrivalTime: 20 Oct 2006 19:58:41.0229 (UTC)
>FILETIME=[23ECDFD0:01C6F482]
>
>Can someone share some insight into the ConfigureIfExists attribute of
>the WebSite element?  I have this set to No, and have found that if
after
>installing my web site, I edit the port number of it, and then upgrade
my
>install, I get an error during the install saying "Failed to read
IIsWebs
>table [-2147024774]".  I have included the verbose logging of the
>ConfigureIIs custom action below.  I am guessing that the Wix custom
>action to create the web site is looking for the web site via the port
>number.  What I'm confused about though, is if it doesn't find the web
>site at the given port number, why it doesn't just create a new web
>site.
>
>I've edited properties other than my website port number, and the
upgrade
>has worked successfully.  Can anyone explain why you can't edit the
port
>number?  Are there other properties that you can't edit that I might
not
>have run into yet?
>
>Thanks!
>
>-Tina
>
>Action start 15:50:58: ConfigureIIs.
>MSI (s) (08:CC) [15:50:58:896]: Invoking remote custom action. DLL:
>C:\WINDOWS\Installer\MSI21F.tmp, Entrypoint: ConfigureIIs
>MSI (s) (08!7C) [15:50:58:912]: PROPERTY CHANGE: Adding
>StartMetabaseTransaction property. Its value is 'ScaConfigureIIs'.
>MSI (s) (08!7C) [15:50:58:912]: Doing action: StartMetabaseTransaction
>Action start 15:50:58: StartMetabaseTransaction.
>Action ended 15:50:58: StartMetabaseTransaction. Return value 1.
>MSI (s) (08!7C) [15:50:58:912]: PROPERTY CHANGE: Adding
>RollbackMetabaseTransaction property. Its value is 'ScaConfigureIIs'.
>MSI (s) (08!7C) [15:50:58:912]: Doing action:
RollbackMetabaseTransaction
>Action start 15:50:58: RollbackMetabaseTransaction.
>Action ended 15:50:58: RollbackMetabaseTransaction. Return value 1.
>MSI (s) (08!7C) [15:50:58:928]: PROPERTY CHANGE: Adding
>CommitMetabaseTransaction property. Its value is 'ScaConfigureIIs'.
>MSI (s) (08!7C) [15:50:58:928]: Doing action: CommitMetabaseTransaction
>Action start 15:50:58: CommitMetabaseTransaction.
>Action ended 15:50:58: 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 (c) (E0:4C) [15:50:59:006]: Font created.  Charset: Req=0, Ret=0,
>Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
>
>Error 26002. Failed to read IIsWebs table.   (-2147024774         )
>MSI (s) (08!7C) [15:51:33:756]: Product: Test Package -- Error 26002.
>Failed to read IIsWebs table.   (-2147024774         )
>
>Action ended 15:51:33: ConfigureIIs. Return value 3.
>
>--
>
>Search for products and services at:
>http://search.mail.com
>


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

_________________________________________________________________
Try the next generation of search with Windows Live Search today!
http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&sour
ce=h
mtagline


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

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

Reply via email to