Re: [WiX-users] Failed to read IISWebs Table. (-2147024891)

2008-10-16 Thread Rob Mensching
IIS7 pretty much broke everything. They changed the access on the objects to require admin privileges to even read the metabase. There is a bug open on this issue already... it requires a significant reworking of all of the IIS code. -Original Message- From: Dylan Moline (Volt) [mailt

Re: [WiX-users] Failed to read iiswebs table

2006-11-27 Thread Matthew Janulewicz
ed on to see if this is really the error: Msiexec /i yourinstaller.msi /l* out.txt -Matt -Original Message- From: xmcs pc [mailto:[EMAIL PROTECTED] Sent: Saturday, November 25, 2006 8:43 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Failed to read iiswebs table I thin

Re: [WiX-users] Failed to read iiswebs table

2006-11-25 Thread xmcs pc
I think you may be hitting an already-identified bug (#1544874). The code that enumerates websites appears to have issues when more than one website is present. > We encountered an error when installing my msi : "Failed to read iiswebs >table >(-2147023728)". > > It is OK to install on my m

Re: [WiX-users] Failed to read iiswebs table

2006-11-24 Thread Mao Chen (ATC)
ere is one question: How wix find the right WebSite? Through IP and Port, right? Thanks ChenMao -Original Message- From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Friday, November 24, 2006 10:56 PM To: Mao Chen (ATC); wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Failed to read iis

Re: [WiX-users] Failed to read iiswebs table

2006-11-24 Thread Mike Dimmick
> Forgot to say that my os is xp professional and iis is 5.1. - succeed one > The other machine os is win2003 server and iis is 6.0. - failed one > > The IP and port are all the same. I don't think that should matter - the IIS custom actions are supposed to work for both IIS 5.x and IIS 6.0. I c

Re: [WiX-users] Failed to read iiswebs table

2006-11-23 Thread Mao Chen (ATC)
Forgot to say that my os is xp professional and iis is 5.1. - succeed one The other machine os is win2003 server and iis is 6.0. - failed one The IP and port are all the same. Thanks ChenMao From: Mao Chen (ATC) Sent: Friday, November 24, 2006 9:33 AM To: Mao Chen