Thanks Rob, that is great news! We will let you know if we run into any issues
after the next drop.
Thanks,
--zane
From: Rob Mensching
Sent: Wednesday, November 29, 2006 2:51 PM
To: Rob Mensching; Suresh Parameshwar; Zane Teh;
'wix-users@lists.sourceforge.net'
Cc: Shyam Habarakada; Oliver Colbert
Subject: RE: Re: [WiX-users] New Website install
David Adams pointed out to me that the bug already had information in it that
pointed at the problem. With that information it was a very straight forward
fix. Hopefully, the IIS CA work correctly in the next weekly drop (sometime in
the next day or two).
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching
Sent: Wednesday, November 29, 2006 11:35
To: Suresh Parameshwar; Zane Teh; 'wix-users@lists.sourceforge.net'
Cc: Shyam Habarakada; Oliver Colbert
Subject: Re: [WiX-users] New Website install
It's a bug. It's open. It needs to be fixed. I'm on a new team (at
Microsoft) so I'm ramping up on a lot of new information. However, after I get
past this initial hump, I'll actually an environment where I'm using the IIS
CustomActions myself again (been about 3 years since *I* used the code
directly) and will fix all bugs (and maybe features) much faster than in the
past.
K also successfully shipped Office 2007 so maybe we'll see more of him (or
maybe he'll take the whole month of December off to recuperate... I don't know).
From: Suresh Parameshwar
Sent: Wednesday, November 29, 2006 11:16
To: Zane Teh; Rob Mensching; 'wix-users@lists.sourceforge.net'
Cc: Oliver Colbert; Shyam Habarakada
Subject: RE: [WiX-users] New Website install
Rob, any ideas why this difference exists between the two builds?
From: Zane Teh
Sent: Wednesday, November 22, 2006 3:02 PM
To: Rob Mensching; 'wix-users@lists.sourceforge.net'
Cc: Suresh Parameshwar
Subject: RE: [WiX-users] New Website install
Hi Rob,
We did some investigation and found out our code worked for build 2.0.3719.0,
but we got the same error for builds 4117 and 4611. Do you know of any bugs or
any changes in the schema that could have caused this? Or is there a work
around with the later builds?
I have pasted in our code below. Thanks.
--zane
<?xml version='1.0'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'>
<Product Id='775673B7-FFA7-4556-B6F1-F0168CBACC7D' Name='Test Website
Installer ($(env.BUILDTYPE)) ($(env.BUILDVERSION))' Language='1033'
Version='$(env.BUILDVERSION)' Manufacturer='Microsoft Corporation'>
<Package Id='CB7E7DE9-08B1-4667-90B7-777EB1F8936F' Description='Test
Website Deployment' Comments='Windows Installer package to deploy Test Website'
InstallerVersion='200' Compressed='yes'/>
<Media Id='1' Cabinet='Test.cab' VolumeLabel='Disk1'/>
<Property Id='INSTALLLEVEL'>10</Property>
<Property Id='ALLUSERS'>2</Property>
<Feature Id='TestWebsiteFeature' Title='Test Website' Description='Installs
the Test Website' Level='1'>
<ComponentRef Id='TestWebSite_Install' />
</Feature>
<WebDirProperties Id='ReadAndExecute'
Read='yes'
Write='no'
Script='yes'
Execute='yes'
AnonymousAccess='yes'
DefaultDocuments='default.aspx' />
<Directory Id='TARGETDIR' Name='SourceDir'>
<Component Id='TestWebSite_Install'
Guid='31846218-E623-4055-8D99-DDBF784F8121' DiskId='1'>
<WebSite Id='TestWebSite' Description='Test Web Site'
Directory='TARGETDIR' AutoStart='yes' ConfigureIfExists='yes'
DirProperties='ReadAndExecute'>
<WebAddress Id='TestWebSiteAddress' IP='*' Port='83' Secure='no'/>
</WebSite>
</Component>
</Directory>
</Product>
</Wix>
From: Rob Mensching
Sent: Tuesday, November 21, 2006 3:52 PM
To: Zane Teh; 'wix-users@lists.sourceforge.net'
Cc: Suresh Parameshwar
Subject: RE: [WiX-users] New Website install
Not off the top of my head. You might try debugging in and seeing what is
exactly going wrong. I'm not currently in a place where I can try an IIS
install.
From: Zane Teh
Sent: Tuesday, November 21, 2006 15:44
To: Rob Mensching; 'wix-users@lists.sourceforge.net'
Cc: Suresh Parameshwar
Subject: RE: [WiX-users] New Website install
Thanks for the quick reply Rob. I installed the build 2.0.4611.0 but seem to
getting the same error. Any ideas?
--zane
From: Rob Mensching
Sent: Tuesday, November 21, 2006 3:30 PM
To: Zane Teh; 'wix-users@lists.sourceforge.net'
Cc: Suresh Parameshwar
Subject: RE: [WiX-users] New Website install
That's a pretty old build. I believe there was a couple bug fixes more recent
than that which may fix the issue you are seeing. Try grabbing a newer version.
From: Zane Teh
Sent: Tuesday, November 21, 2006 15:27
To: Rob Mensching; 'wix-users@lists.sourceforge.net'
Cc: Suresh Parameshwar
Subject: RE: [WiX-users] New Website install
We are using v2.0.4117.0
From: Rob Mensching
Sent: Tuesday, November 21, 2006 3:24 PM
To: Zane Teh; 'wix-users@lists.sourceforge.net'
Cc: Suresh Parameshwar
Subject: RE: [WiX-users] New Website install
What version of the WiX toolset are you using?
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zane Teh
Sent: Tuesday, November 21, 2006 15:01
To: 'wix-users@lists.sourceforge.net'
Cc: Suresh Parameshwar
Subject: [WiX-users] New Website install
Hi All,
I am new to WIX and am trying to install basic website but am running into
issues. When I try installing the website I get the following error:
Failed to read IIsWebs table. (-2147024774 )
Here is the code and settings I currently have:
1. Snippet of code from Wix:
...
<Component Id="TestWebSite_Install"
Guid="896d5f1f-eb73-461c-9fee-43c99577eb26">
<WebSite Id="TestWebSite" Description="Test Web Site"
Directory="WEBSITEDIR">
<WebAddress Id="TestWebSiteAddress" IP="*" Port="80" />
</WebSite>
</Component>
...
2. There are other websites installed on Port 80 but with different
Headers.
3. There is NO "Test Web Site" that already exists
4. When I specify IP="All Unassigned" OR Port=<Port# different from 80>
OR Header="localhost" I get the same error.
So far I have only gotten the website to install successfully when I have
already manually preinstalled a website called "Test Web Site" but even with
this I ran into issues:
1. I tried changing the port number to this preinstalled website from 80
to 81 and my MSI installed without errors and changed the port back from 81 to
80. Although this worked, it did not work when this site was preinstalled on
port 80 and my MSI had port 81. When I tried this I still received the same
error as above.
2. When I added Header="localhost" to the Website attribute in my code,
the MSI actually overrode a preexisting website that was installed with a
Header="localhost". Even when I changed my preinstalled website named "Test
Web Site" to have a Header="localhost" when I tried my MSI it would override a
different preexisting website.
My goal is to have it so that I do NOT need to manually install a "Test Web
Site" website before I run the MSI. If anybody could help me with this problem
or give insight on why I am having these issues, it would be greatly
appreciated. Thanks!
--zane
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users