Hi Dave

It works perfectly after adding these two settings as shown below. Thanks a lot.

<Component Id="SFSAppPool" Guid="68C9289E-552C-11DE-99FE-1F5F56D89593">
        <WebAppPool Id="SFSInternalAppPool" Name="SFS Internal" 
RecycleMinutes="0" RecycleRequests="0">
                <RecycleTime Value="4:00"/>
        </WebAppPool>
        <WebAppPool Id="SFSExternalAppPool" Name="SFS External" 
RecycleMinutes="0" RecycleRequests="0">
                <RecycleTime Value="4:00"/>
        </WebAppPool>
</Component>

Jirong

-----Original Message-----
From: David Watson [mailto:dwat...@sdl.com] 
Sent: Thursday, July 30, 2009 9:41 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to set RecycleTime for WebAppPool?

Hi,

Have you tried setting it to zero in the wix?

I think that tells IIS to not recycle on that value. Setting it
explicitly may override the default.

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/I
IS/d97e312c-ae08-4e1b-ac82-f7d39f676ac8.mspx?mfr=true

dave


-----Original Message-----
From: Jirong Hu [mailto:jirong...@gov.ab.ca] 
Sent: 30 July 2009 16:10
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] How to set RecycleTime for WebAppPool?

I just found out that the first one (1740) is set at the parent level
(local computer\Application Pools\Property). I guess so all newly
created application pool will have this default setting. How can I
remove this in Wix?

Thanks
Jirong

-----Original Message-----
From: Jirong Hu [mailto:jirong...@gov.ab.ca]
Sent: Wednesday, July 29, 2009 5:03 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] How to set RecycleTime for WebAppPool?

Hi

I have the following code to create two application pools in IIS. But
from the property of created application pool, I see two types of
recycles are both enabled.
1. Recycle worker processes (in minutes): 1740 2. Recycle worker
processes at the following times: 4:00

I only need the second one. I guess the first one is created by default.
How can I take out that?

<Component Id="SFSAppPool" Guid="68C9289E-552C-11DE-99FE-1F5F56D89593">
                <WebAppPool Id="SFSInternalAppPool" Name="SFS Internal">
                                <RecycleTime Value="4:00"/>
                </WebAppPool>
                <WebAppPool Id="SFSExternalAppPool" Name="SFS External">
                                <RecycleTime Value="4:00"/>
                </WebAppPool>
</Component>

Thanks
Jirong Hu
Build Master
780-644-5488


This communication is intended for the use of the recipient to which it
is addressed, and may contain confidential, personal, and or privileged
information. Please contact us immediately if you are not the intended
recipient of this communication, and do not copy, distribute, or take
action relying on it. Any communication received in error, or subsequent
reply, should be deleted or destroyed.
------------------------------------------------------------------------
------
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

This communication is intended for the use of the recipient to which it
is addressed, and may contain confidential, personal, and or privileged
information. Please contact us immediately if you are not the intended
recipient of this communication, and do not copy, distribute, or take
action relying on it. Any communication received in error, or subsequent
reply, should be deleted or destroyed.

------------------------------------------------------------------------
------
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

SDL PLC confidential, all rights reserved.
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.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.  
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
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

This communication is intended for the use of the recipient to which it is 
addressed, and may contain confidential, personal, and or privileged 
information. Please contact us immediately if you are not the intended 
recipient of this communication, and do not copy, distribute, or take action 
relying on it. Any communication received in error, or subsequent reply, should 
be deleted or destroyed.

------------------------------------------------------------------------------
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