Re: [WiX-users] problems giving user permissions to a folder.

2008-01-10 Thread Scott Sam
: [WiX-users] problems giving user permissions to a folder. I think you want to change Write to WriteAttributes. As a good catch all I use this: Rob Scott Sam wrote: > I'm using WiX v3 with VS2008. When I try to build the msi the following > code gives me the error: > > The P

Re: [WiX-users] problems giving user permissions to a folder.

2008-01-09 Thread Scott Sam
Thanks that worked. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Hamflett Sent: Wednesday, January 09, 2008 11:51 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] problems giving user permissions to a folder. I think you want to

Re: [WiX-users] problems giving user permissions to a folder.

2008-01-09 Thread Rob Hamflett
I think you want to change Write to WriteAttributes. As a good catch all I use this: Rob Scott Sam wrote: > I’m using WiX v3 with VS2008. When I try to build the msi the following > code gives me the error: > > The Permission element contains an unexpected attribute 'Write'. Any > ideas

[WiX-users] problems giving user permissions to a folder.

2008-01-09 Thread Scott Sam
I'm using WiX v3 with VS2008. When I try to build the msi the following code gives me the error: The Permission element contains an unexpected attribute 'Write'. Any ideas on how to fix this? I need to give a user read and write permissions.