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
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to