_Creating_ the app pool is not an issue, because you don't have to wait for the 
website to show up in the list of sites.  Changing the app pool on the site, 
however, does require the site to exist before installation can continue.

-----Original Message-----
From: David Watson [mailto:dwat...@sdl.com] 
Sent: Monday, April 26, 2010 4:41 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Which came first, the Website extension, or XmlConfig?

Hi,
        I do this (in Wix 3.0) without any problems, I use xmlfile
though, but I would have thought they would be scheduled similarly.
Maybe this is a wix 3.5 issue.


E.g.

<util:XmlFile Id="ModifyAppPoolPipelineType"
                      Action="setValue"
 
ElementPath="//configuration/system.applicationHost/applicationPools/add
[...@name='SdlServer'[\]]/@managedPipelineMode"
 
File="[WindowsFolder]System32\inetsrv\config\applicationHost.config"
                      Value="Integrated"/>

The xpath looks for an apppool by its name.

Look in the InstallExecuteSequence table in your built msi with orca,
order by sequence. In mine ConfigureIIs is before SchedXmlFile (I assume
these are the right actions).

Dave

-----Original Message-----
From: Will Sullivan [mailto:wsulli...@softdocs.com] 
Sent: 23 April 2010 19:47
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Which came first, the Website extension, or
XmlConfig?

I'm trying to change the app pool of a website I'm installing in iis7
(created using the IISExtension's Website) using XmlConfig against
applicationHost.config.  But even though I place the component that
alters the config at the end of the Feature, it seems like the website
doesn't show up in the config file until after the installer completes.

Is there anything I can do about this?  I thought about creating the
entire website definition, but sites are indexed by number and I don't
know how to set it correctly.

TIA.
------------------------------------------------------------------------
------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
</pre>
<BR style="font-size:4px;">
<a href = "http://www.sdl.com";><img src="http://www.sdl.com/images/email 
logo_150dpi-01.png" alt="www.sdl.com" border="0"/></a>
<BR>
<font face="arial"  size="2" "><a href = "http://www.sdl.com"; 
style="color:005740; font-weight: bold">www.sdl.com</a>
<BR>
<BR>
<font face="arial"  size="1" color="#736F6E">
<b>SDL PLC confidential, all rights reserved.</b>
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.<BR>
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.<BR>
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
</font>



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to