Hi...

                Sorry to keep asking questions about Wix 2.0, but I haven't 
gotten clearance to upgrade the tools.

                I'm trying to get a windows service to install running under 
the NETWORK SERVICE account for some new dependencies.  I tried adding 
Account="NT Authority\NetworkService" to my <ServiceInstall> node, but for some 
reason it doesn't seem to be having any impact.  The installer runs, the code 
gets installed and in the end it's still running under Local System.

                Here's my whole node:
<ServiceInstall Id="NewServiceInstall" Name="DChatServer" Account="NT 
Authority\NetworkService"
                DisplayName="Prospero Chat Service" Type="ownProcess" 
Start="auto" ErrorControl="normal">
                                <ServiceDependency Id="MSMQ" />
</ServiceInstall>

                Am I doing something obviously wrong?

Thanks
mark

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to