Re: [WiX-users] Folder permission question - Solved

2009-10-30 Thread Rob Mensching
User="Authenticated Users" /> > > > > > > > > I actually had the same problem when I tried to provide permissions with > icacls.exe. Installer logged to the event log and i fixed it there and then &

Re: [WiX-users] Folder permission question - Solved

2009-10-27 Thread Blair
27, 2009 11:20 AM To: wix user list Subject: Re: [WiX-users] Folder permission question - Solved For future reference, for folks like me. Scenario: We want to have a custom app pool run under our service account (no network service). Of course, we use the xml serializer and it writes to windows

Re: [WiX-users] Folder permission question - Solved

2009-10-27 Thread Balu Swaminathan
sioning c:\windows\temp. > > > > Date: Sun, 25 Oct 2009 15:48:01 +0200 > > From: benjamin.pods...@gmail.com > > To: wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] Folder permission question > > > > In other words, PermissionEx should work,

Re: [WiX-users] Folder permission question

2009-10-26 Thread Balu Swaminathan
> Subject: Re: [WiX-users] Folder permission question > > In other words, PermissionEx should work, imho. > > On Oct 25, 2009 7:17 AM, "Rob Mensching" wrote: > > CreateFolder does not delete folders. I do believe that Permission element > will explictily set th

Re: [WiX-users] Folder permission question

2009-10-25 Thread Benjamin Podszun
In other words, PermissionEx should work, imho. On Oct 25, 2009 7:17 AM, "Rob Mensching" wrote: CreateFolder does not delete folders. I do believe that Permission element will explictily set the ACLs on the directory though. On Sat, Oct 24, 2009 at 5:00 PM, Balu Swaminathan wrote: > > Hello A

Re: [WiX-users] Folder permission question

2009-10-24 Thread Rob Mensching
CreateFolder does not delete folders. I do believe that Permission element will explictily set the ACLs on the directory though. On Sat, Oct 24, 2009 at 5:00 PM, Balu Swaminathan wrote: > > Hello All: > > > > Is it possible to author a wix file which can grant permission to a folder > (not create

[WiX-users] Folder permission question

2009-10-24 Thread Balu Swaminathan
Hello All: Is it possible to author a wix file which can grant permission to a folder (not created by the installer, as in my case, c:\windows\temp - custom asp.net app pool a/c scenario) to a given account ? I tried using with but it nuked the existing folder and created a new one. -