Hi,

I think I found a bug, but wanted to check first. I am creating a simple
setup with a Web Application and its Web App Pool. The whole setup works
fine, but, when I began testing, I noticed that if I comment the Web
component, and leave only the Web App Pool, the pool is not created.

It seems that the Web App Pool is not included in a Website/Application,
it's not created. I checked the log files, and it's only mentioned that the
component should be installed. There is no mention to changing the pool
properties.

Here is the code: (the component group is referenced in the feature)


<DirectoryRef Id="INSTALLDIR">

 <!--Create Web Application Pool-->

<Component Id="WebAppPool" Guid="3C06911D-C31A-427E-8CA6-AEFC65161B1A"
KeyPath="yes" >
<iis:WebAppPool Id="WebAppPool"
   Name="dbmSampleWebAppPool"
   MaxWorkerProcesses="0" RecycleMinutes="0" RecycleRequests="0" Identity="
localService"  IdleTimeout="90" />
</Component>

</DirectoryRef>

<ComponentGroup Id="IIS">
<ComponentRef Id="WebAppPool" />
</ComponentGroup>

<Regards>Eitan</Regards>
-------------------------------------------------------------------------
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