Re: [WiX-users] CreateFolder not finding SID for NetworkService

2006-10-07 Thread Amol
Thanks! Bob Arnson-3 wrote: > > Amol wrote: >> I have the following CreateFolder element under my Component Element for >> a >> service that needs to run as NetworkService. >> The install fails with an error message about not being able to find the >> SID >> for "NT AUTHORITY\NetworkService"

Re: [WiX-users] CreateFolder not finding SID for NetworkService

2006-10-06 Thread Bob Arnson
Amol wrote: > I have the following CreateFolder element under my Component Element for a > service that needs to run as NetworkService. > The install fails with an error message about not being able to find the SID > for "NT AUTHORITY\NetworkService". Since the service does install fine > without

[WiX-users] CreateFolder not finding SID for NetworkService

2006-10-06 Thread Amol
I have the following CreateFolder element under my Component Element for a service that needs to run as NetworkService. The install fails with an error message about not being able to find the SID for "NT AUTHORITY\NetworkService". Since the service does install fine without this element, i find