From: Rob H. <ro...@sn...> - 2007-10-04 17:53:45
|
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). > |