Re: [WiX-users] Wix 3.0 Event log read write permissions

2008-05-07 Thread Apoorv Shrivastava
Thanks for the advice. Setup works now. Apoorv On Tue, May 6, 2008 at 9:38 PM, Kevin Richardson <[EMAIL PROTECTED]> wrote: > You'll want to use instead. Include > WixUtilExtension.dll with and use: > > User="NetworkService"/> > > This will append the permissions rather than replacing them. > >

Re: [WiX-users] Wix 3.0 Event log read write permissions

2008-05-06 Thread Kevin Richardson
You'll want to use instead. Include WixUtilExtension.dll with and use: This will append the permissions rather than replacing them. Remember to add xmlns:util="http://schemas.microsoft.com/wix/UtilExtension " in your element. -kevin > I am using Wix Release 3.0.4102.0 and I want to gra

[WiX-users] Wix 3.0 Event log read write permissions

2008-05-06 Thread Apoorv Shrivastava
I am using Wix Release 3.0.4102.0 and I want to grant Network Service access to Application Event log. I am declaring this as: Th