Bob Arnson wrote: > The PermissionEx (v2) and util:Permission (v3) elements translate > NetworkService to the well-known SID.
Could I possibly have a bit more info about the PermissionEx element under v2? I found a previous post where someone was trying to change the permssions of a registry key, and the suggested fix was this: <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' xmlns:util='http://schemas.microsoft.com/wix/UtilExtension'> <Fragment> <Component ...> <File ... /> <RegistryKey ...> <util:PermissionEx ... /> </RegistryKey> </Component> </Fragment> </Wix> 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. The CHM says that your meant to use xmlns='http://schemas.microsoft.com/wix/2003/01/wi', which is what I had originally, so i tried this too but it didn't help. I did a search of my WiX folderm but none of the files in there contain the text 'PermissionEx'. What am I missing? Rob ------------------------------------------------------------------------- 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