Thanks - could you also paste the contents of IIS6newsite.wxi?

-----Original Message-----
From: Yan Sklyarenko [mailto:y...@sitecore.net] 
Sent: Tuesday, September 01, 2009 8:44 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Failed while processing WebDirs

Hi Mike,

Thanks for your feedback.
Here is the excerpt from my authoring:

...
      <Component DiskId="1" Id="CreateIISSite6"
Guid="{YOURGUID-GOES-HERE-B42C-8B3BCD4613FC}" Directory="WebsiteFolder">
         <Condition>IISMAJORVERSION = "#6" AND
CREATE_IIS_SITE</Condition>
         <CreateFolder/>
         <iis:WebSite Id="NewIISSite6" SiteId="[IISSITE_ID]"
Description="[IISSITE_NAME]" AutoStart="yes" Directory="WebsiteFolder"
WebApplication="IISSiteApplication6"
DirProperties="IISRootWebDirProperties">
            <iis:WebAddress Id="NewIISSiteAddress6"
Header="[IISSITE_HEADER]" Port="[IISSITE_PORT]" />
            <iis:WebDir Id="IIS6newUploadWebDir" Path="upload"
DirProperties="IISSecureWebDirProperties" />
            <?include $(var.Includes)\IIS\IIS6newsite.wxi?>
         </iis:WebSite>
      </Component>
...

There are a number of iis:WebSite elements, but all of them are wrapped
in a component. 
Please, let me know if the snippet above doesn't contain what you were
asking for.

NOTE: it is reproduced when I'm creating a new site. If a user chooses
to use existent site, everything goes fine.

Thank you!

-- Yan


-----Original Message-----
From: Mike Carlson (DEV DIV) [mailto:mica...@microsoft.com] 
Sent: Tuesday, September 01, 2009 6:22 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Failed while processing WebDirs

Could you post appropriate excerpts from your authoring, if possible?

Is it possible you have at least one web locator record involved here (a
web element with no associated component)? This looks exactly like the
issue where a web element is trying to install to a location found by a
web locator record, but the web locator couldn't find what it was
looking for on the local machine.

Thanks,
Mike Carlson

-----Original Message-----
From: Yan Sklyarenko [mailto:y...@sitecore.net] 
Sent: Tuesday, September 01, 2009 7:25 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Failed while processing WebDirs

I forgot to mention: I use the released version of WiX 3.0.5419.0.
Thanks in advance for any help.

-- Yan


-----Original Message-----
From: Yan Sklyarenko 
Sent: Tuesday, September 01, 2009 2:53 PM
To: wix-users@lists.sourceforge.net
Subject: Failed while processing WebDirs

Hello WiX community,

I have faced with the following error in my installation project. I have
a component, which contains a web site, which in its turn contains a
WebDir element. Hence, the plan is to create a web site on install with
WebDir.
However, when I try to install this package, it fails with the following
error:

...
ConfigureIIsExec:  A matching web object in memory was found, but the
web object in memory has no associated base
ConfigureIIsExec:  Error 0x80070002: Failed to find Web base
ConfigureIIsExec:  Error 0x80070002: Failed to get base of web for
WebDir
ConfigureIIsExec:  Error 0x80070002: failed while processing WebDirs
Error 26003. Failed while processing WebDirs.  (-2147024894         )
...

I'm sure the folder pointed by WebDir exists when the action executes. 
What is the problem here? It seems that the newly created website is not
committed to the metabase, when it is requested by the WebDir servicing
code...

Has anyone seen this before? Any workaround?

Thanks,

-- Yan


------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day 
trial. Simplify your report design, integration and deployment - and
focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day 
trial. Simplify your report design, integration and deployment - and
focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to