Thanks, Bob, that is what I was afraid of. I'm currently working around it
by having multiple conditional components, each containing a WebAppPool.

Are you _sure_ you want me to add _another_ feature request to the long
list? ;) Will do.

K

On 8/10/07, Bob Arnson <[EMAIL PROTECTED]> wrote:
>
> Karthik Krishnan wrote:
> > I'm trying to create an application pool using :
> > <iis:WebAppPool Id="CustomAction.WebAppPool" Name="[WEBAPPPOOLNAME]"
> > Identity="networkService" VirtualMemory="[WEBVIRTUALMEMORY]"
> > PrivateMemory="0" RecycleMinutes="0" IdleTimeout="0"/>, but I'm
> > getting an error telling me (obviously) [WEBVIRTUALMEMORY] isn't an
> > integer. Is there any way of setting integer values using properties?
>
> An element has to explicitly support *formatted* fields to be able to
> accept [PROPERTY] syntax. Most of the WebAppPool attributes don't, so
> you can use only literal integer values. Feel free to file a feature
> request to support runtime property evaluation.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to