Today, you'd have to create two different WebDirProperties and select the 
appropriate one during install (probably by having two different Components 
conditioned out appropriately.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ziegelwanger, 
Silvio
Sent: Thursday, March 01, 2007 1:49 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] DirProperties

Hello!

I'm using wix v3 and I want to confugure my Web Application over the setup. It 
should be able to switch the kind of authentication like this:

<Property Id="AUTH" Hidden="no" Admin="yes" Value="yes" />
<iis:WebDirProperties Id="WmiProperty" Execute="yes" AnonymousAccess="[AUTH]" />



Candle Output:

C:\source\wmi\install.wxs.wpp(266) : error CNDL0015 : The iis:WebDirProperties/@
AnonymousAccess attribute's value, '[AUTH]', is not a legal yes/no value.  The o
nly legal value is 'no' or 'yes'.


How can I solve this problem?
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to