It's the other way round:
In v2 its Permission with Extended=yes:
<CreateFolder>
<Permission Extended="yes" ... />
</CreateFolder>
In v3 its "PermissionEx" with WixUtilExtension-namespace (here "util"):
<CreateFolder>
<util:PermissionEx ... />
</CreateFolder>
Hth,
Franz
> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:wix-users-
> [EMAIL PROTECTED] Im Auftrag von Rob Hamflett
> Gesendet: Donnerstag, 04. Oktober 2007 18:31
> An: [email protected]
> Betreff: Re: [WiX-users] WiX Permission Element
>
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users