Re: [WiX-users] How to launch service under LocalSystem account?

2007-04-17 Thread Tony Hoyle
Igor Lemsky wrote: > When I create ServiceInstall element and set attribute Account="SYSTEM" > I get error like "You have haven't permissions to launch system > service..." but I launch installer under administrator account! AFAIK to run as LocalSystem you just leave the account attribute undefi

[WiX-users] How to launch service under LocalSystem account?

2007-04-17 Thread Igor Lemsky
When I create ServiceInstall element and set attribute Account="SYSTEM" I get error like "You have haven't permissions to launch system service..." but I launch installer under administrator account! I need System account because I need Interactive service, because my service launchs windowed prog