Re: [WiX-users] Referencing a property for an Integer value

2007-08-11 Thread Karthik Krishnan
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: > > Ka

[WiX-users] using xmlConfig to conditionally set attribute value

2007-08-11 Thread Hongping Lim
Hi, I am trying to add the following actions during install (and the reverse during uninstall) to modify the string value of an attribute conditionally: 1. Check web.config to see if a specific xml node exists (matches attribute class=”ReflectionPermission”). Eg 2. If it doesn't, create it.