Re: [WiX-users] using permission element within a directory element

2007-05-23 Thread Bob Arnson
[EMAIL PROTECTED] wrote: > Using the permission element from within the createfolder element works > correctly. However, in the code snippet that I provided, I need to change > permissions on a directory that will be implicitly created by wix during > the install (by using the directory element). >

Re: [WiX-users] using permission element within a directory element

2007-05-23 Thread sysax
; > -- > Mike Dimmick > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of LEMIRE, JOHN > Sent: 23 May 2007 18:44 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] using permission element within a directory > e

Re: [WiX-users] using permission element within a directory element

2007-05-23 Thread Mike Dimmick
riginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Johnson Sent: Wednesday, May 23, 2007 10:41 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] using permission element within a directory element I think this is a syntax issue on my part. Sh

Re: [WiX-users] using permission element within a directory element

2007-05-23 Thread LEMIRE, JOHN
PROTECTED] On Behalf Of John Johnson Sent: Wednesday, May 23, 2007 10:41 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] using permission element within a directory element I think this is a syntax issue on my part. Should I be using directoryref? Can anyone provide a code snippet

Re: [WiX-users] using permission element within a directory element

2007-05-23 Thread John Johnson
I think this is a syntax issue on my part. Should I be using directoryref? Can anyone provide a code snippet? Thanks, John > How do I add a permission element within a directory element? The > following code generates a compile error. Basically, I want to change > the permissions of the "product

[WiX-users] using permission element within a directory element

2007-05-23 Thread John Johnson
How do I add a permission element within a directory element? The following code generates a compile error. Basically, I want to change the permissions of the "product" directory that gets created on install Thanks, John