Re: [WiX-users] Grant permissions on a folder to a specific user

2008-10-29 Thread Eitan Behar
Hi, Just use wrote: > It's very urgent, please help me. > > > From: [EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net> > Date: Thu, 23 Oct 2008 15:20:15 +0530> Subject: [WiX-users] Grant > permissions on a folder to a specific user> > Hi,>

Re: [WiX-users] Grant permissions on a folder to a specific user

2008-10-29 Thread sujanakar reddy
It's very urgent, please help me. > From: [EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net> Date: Thu, 23 > Oct 2008 15:20:15 +0530> Subject: [WiX-users] Grant permissions on a folder > to a specific user> > Hi,> > I am develpoing installer using WiX 3

[WiX-users] Grant permissions on a folder to a specific user

2008-10-23 Thread sujanakar reddy
Hi, I am develpoing installer using WiX 3 (3.0.4311.0), in my installer I want to assign read permissions to the user on a directory. Below is the code snippet, with this code the permissions are assigned to user but it is removing all other existing permissions of the directory. I want to re

Re: [WiX-users] grant permissions on a folder to a specific user ifthe user happens to be NT AUTHORITY\Network Service

2008-10-21 Thread Michael Osmond
Michael From: Amy Rosewater [mailto:[EMAIL PROTECTED] Sent: Wed 22/10/2008 1:29 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] grant permissions on a folder to a specific user ifthe user happens to be NT AUTHORITY\Netwo

Re: [WiX-users] grant permissions on a folder to a specific user if the user happens to be NT AUTHORITY\Network Service

2008-10-21 Thread Amy Rosewater
n help me. -Original Message- From: Ian Elliott (Excell Data Corporation) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 11:54 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] grant permissions on a folder to a specific user if the user h

Re: [WiX-users] grant permissions on a folder to a specific user if the user happens to be NT AUTHORITY\Network Service

2008-10-21 Thread Ian Elliott (Excell Data Corporation)
Here is code from an installer I have that works for me: -Original Message- From: Amy Rosewater [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 10:44 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] grant permissions on a folder to a

[WiX-users] grant permissions on a folder to a specific user if the user happens to be NT AUTHORITY\Network Service

2008-10-21 Thread Amy Rosewater
Hi All, How do you grant permissions to a folder for a specific user if the user happens to be the built in Network Service account? I have tried: In this scenario SQLSERVERSERVICEUSER is equal to "NT AUTHORITY\Network Service". In this scenari