Paramesh,

Your best option is to forego the Wix IIS extension with IIS7 and use
the XmlConfig to modify the applicationHost.config file "manually".  I
did this and it works great.  I basically made a copy of the original
applicationHost.config, then added the app pool through Server Manager
and did a file comparison of the new applicationHost.config and my copy
of the original to determine what xml nodes were added.

You will end up (depending on the options you select for the app pool)
needing to create xml under the existing
//configuration/system.applicationHost/applicationPools.

Amy

-----Original Message-----
From: Rob Mensching [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 09, 2008 5:40 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Creating Integrated mode app pool in IIS7

Probably not, there isn't any special IIS7 support in the IIS
CustomActions yet.

-----Original Message-----
From: Paramesh S [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2008 14:31
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Creating Integrated mode app pool in IIS7


Hi,
Does Wix support creating integrated mode app pool in IIS7? The app
pools created using the below code are being set to classic mode.

<iis:WebAppPool Id="SiteAppPool" Name="SiteName" Identity="other"
User="DomainUser" RecycleMinutes="0" IdleTimeout="0"/>

Thanks,
Paramesh
_________________________________________________________________
See how Windows connects the people, information, and fun that are part
of your life.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to