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 undefined.

> I need System account because I need Interactive service, because my 
> service launchs windowed programs and want to interact with them using 
> window messages.

You may want to look at rewriting that - this won't work on Vista or 
(probably) any future OS.

> Or may be there are another ways to interact with windowed appilcations 
> from service?
> 
The normal way would be a named pipe or a socket.  Named pipes are 
better since you can put an ACL on them to limit the users who can send 
data to the service.

Tony

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to