To whom it may concern,

I have just upgraded to WiX 3.0.4923 and am witnessing the same issue
installing an IIS website on Server 2003.  The web site home directory
is not populating, even though the directory is specified correctly in
the wix script, there are no install errors reported, etc.

 -Garth 


 

------------------------------------------------------------------
Garth Brantley, Senior Development Engineer 
DeJarnette Research Systems, Inc
(410) 583-0680 x412
(410) 583-0696 fax
------------------------------------------------------------------ 

 


-----Original Message-----
From: Rob Mensching [mailto:rob.mensch...@microsoft.com] 
Sent: Wednesday, January 28, 2009 12:02 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] The website root appears blank after
configuring existent site - another IIS extension bug?

Can you open a bug on this issue?  I'm a little confused on exactly what
is wrong but if you can capture that in the bug that would help us fix
it.  There was recently a very large change to the CA to better support
IIS7 and this could be fallout from that.

-----Original Message-----
From: Chris Eldredge [mailto:chris.eldre...@gmail.com]
Sent: Wednesday, January 28, 2009 08:58
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] The website root appears blank after
configuring existent site - another IIS extension bug?

Sorry for the all the self-replies but I've been updating as I go.
Build 3.0.4827.0 works for me on Server 2003 and on Vista.

Chris Eldredge wrote:
> Actually, scratch that.  Neither build works on my Windows Server 2003
/
>   IIS 6 box, but both work on my Windows Vista / IIS 7 box.
>
> I haven't tracked down why, but looking at the logs, 
> WriteMetabaseChanges comes before ConfigureIIs on the packages built 
> on the Vista box, and on the failed builds ConfigureIIsExec comes 
> before WriteMetabaseChanges.
>
> Chris Eldredge wrote:
>> I've confirmed this seems to be a bug for me too, in 3.0.4923.0.  
>> Going back to 3.0.4909.0 resolved the issue.
>>
>> Yan Sklyarenko wrote:
>>> Hello WiX developers,
>>>
>>> Sorry, but it seems I found another bug in the IIS extension.
>>> WiX version is 3.0.4917.0. Here is a component definition:
>>>
>>> <Component DiskId="1" Id="ModifyIISSite5"
>>> Guid="{YOURGUID-2023-4D19-90D2-EE9101C71E44}"
Directory="WebsiteFolder"
>>> Permanent="yes">
>>>     <iis:WebSite Id="IISSite5" Description="[IISSITE_NAME]"
>>> Directory="WebsiteFolder" ConfigureIfExists="yes">
>>>         <iis:WebAddress Id="IISSiteAddress5" Port="[IISSITE_PORT]"
/>
>>>     </iis:WebSite>
>>> </Component>
>>>
>>> The properties IISSITE_NAME and IISSITE_PORT are set with the 
>>> command line to 'Default Web Site' and '80' appropriately. When the 
>>> product is installed, it appears that the root path is set to blank 
>>> ('Home Directory' tab, 'Local path' field in IIS console).
>>> 'WebsiteFolder' is an Id of a valid Directory table entry.
>>>
>>> This used to work before, thus I'm thinking this is a new build
>>> (3.0.4917.0) which causes the problem.
>>> The behavior is reproduced for both IIS5 and IIS6.
>>>
>>> Here's a log file snippet (no errors there):
>>> ...
>>> WriteMetabaseChanges:  Writing Metabase Value Under Key: 
>>> /LM/W3SVC/1/
>>> ID: 1023
>>> WriteMetabaseChanges:  Writing Metabase Value Under Key: 
>>> /LM/W3SVC/1/
>>> ID: 2021
>>> WriteMetabaseChanges:  Writing Metabase Value Under Key:
>>> /LM/W3SVC/1/Root ID: 3001
>>> WriteMetabaseChanges:  Writing Metabase Value Under Key: 
>>> /LM/W3SVC/1/
>>> ID: 1015
>>> ...
>>>
>>> Do you think it's worth registering as a bug?
>>>
>>> -- Yan
>>>
>>>
>>> --------------------------------------------------------------------
>>> ----------
>>> This SF.net email is sponsored by:
>>> SourcForge Community
>>> SourceForge wants to tell your story.
>>> http://p.sf.net/sfu/sf-spreadtheword
>>
>> ---------------------------------------------------------------------
>> ---------
>> This SF.net email is sponsored by:
>> SourcForge Community
>> SourceForge wants to tell your story.
>> http://p.sf.net/sfu/sf-spreadtheword
>
>
> ----------------------------------------------------------------------
> --------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword


------------------------------------------------------------------------
------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to