So are you saying that the following should work?  Because it doesn't?  Candle 
reports:
error CNDL0005 : The CreateFolder element contains an unexpected child element 
'PermissionEx'.

<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi";>
...
<CreateFolder>
   <PermissionEx GenericAll="yes" Read="yes" ReadAttributes="yes" 
CreateChild="yes" Delete="yes" 
DeleteChild="yes" WriteAttributes="yes" User="Everyone"/>
</CreateFolder>
...

Do I need a particular argument to candle?

Rob

Bob Arnson wrote:
> Rob Hamflett wrote:
>> I tried the same thing, but with util:Permission under CreateFolder, like I 
>> currently have with 
>> Permission.  Candle (2.0.5325) reports "error CNDL0005 : The CreateFolder 
>> element contains an 
>> unexpected child element 'util:PermissionEx'." Changing util:PermissionEx to 
>> PermissionEx didn't 
>> help.  
> 
> In v3, it's "Permission" with the WixUtilExtension namespace (usually 
> "util"). In v2, it's PermissionEx in the WiX namespace (because 
> PermissionEx is parsed by the WiX compiler).
> 


-------------------------------------------------------------------------
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