I am checking this deeper, now it seems to be working...mmm, weird...
On Sun, Oct 26, 2008 at 9:17 PM, Rob Mensching <[EMAIL PROTECTED]>wrote: > That surprises me. It shouldn't work that way. Can you look in a verbose > log file and make sure the Component that is installing the AppPool is being > installed? > > -----Original Message----- > From: Eitan Behar [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 26, 2008 04:40 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Creating Web App Pool > > 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 > > > ------------------------------------------------------------------------- > 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