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