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