Re: [WiX-users] WiX Permission Element

2007-10-05 Thread Rob Hamflett
gt; [EMAIL PROTECTED] Im Auftrag von Rob Hamflett >> Gesendet: Donnerstag, 04. Oktober 2007 18:31 >> An: wix-users@lists.sourceforge.net >> Betreff: Re: [WiX-users] WiX Permission Element >> >> So are you saying that the following should work? Because it doesn't? >> Candl

Re: [WiX-users] WiX Permission Element

2007-10-05 Thread Strele Franz
; [EMAIL PROTECTED] Im Auftrag von Rob Hamflett > Gesendet: Donnerstag, 04. Oktober 2007 18:31 > An: wix-users@lists.sourceforge.net > Betreff: Re: [WiX-users] WiX Permission Element > > So are you saying that the following should work? Because it doesn't? > Candle reports

Re: [WiX-users] WiX Permission Element

2007-10-04 Thread Rob Hamflett
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'. http://schemas.microsoft.com/wix/2003/01/wi";> ... ... Do I need a particular argument to candle? Rob Bo

Re: [WiX-users] WiX Permission Element

2007-10-04 Thread Bob Arnson
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 t

Re: [WiX-users] WiX Permission Element

2007-10-04 Thread Rob Hamflett
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 k

Re: [WiX-users] WiX Permission Element

2007-10-03 Thread Bob Arnson
Kunal Gandhi wrote: As part of our Setup MSI we have to set permissions for directories during installation. We use the WiX Permission Element to achieve this. I wanted to know if there is a way to set the directory permissions using the SID instead of the User attribute. We are facing permi

[WiX-users] WiX Permission Element

2007-10-03 Thread Kunal Gandhi
Hello, As part of our Setup MSI we have to set permissions for directories during installation. We use the WiX Permission Element to achieve this. I wanted to know if there is a way to set the directory permissions using the SID instead of the User attribute. We are facing permission issues durin