Services have always been run in Session 0. I suspect you're thinking
about Vista where services still run in Session 0 but apps run in other
sessions. AFAIK this behavior doesn't change just because the account
changes. 

Phil Wilson 



________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Laxmi
Narsimha Rao Oruganti (SQL CE)
Sent: Friday, January 12, 2007 1:55 AM
To: wix-users@lists.sourceforge.net
Cc: SQLCE Sync with Access Feature Team
Subject: [WiX-users] ServiceInstall - Which session does it install
tosession(0)?



[Resending as the earlier one failed to send]

 

Hey folks,

 

            We are installing a service in our MSI using a WIX element
ServiceInstall.

 

            <ServiceInstall Id="svcssceas.exe" ErrorControl="critical"
Name="SSCEAccessSync" Interactive="no" Start="demand" 

                        Type="ownProcess" Account="LocalSystem"
Vital="yes" Description="SSCE Access Database Synchronizer">

            </ServiceInstall>

 

            Can you answer the following please?

1)    Does the above WIX code install the service as session(0) service?

2)    Can the behavior of this be different if I change Account from
LocalSystem to LocalService?

 

Thanks,

Laxmi 

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to