Thanks for the reply Michael...

I tried changing it to Builtin\NetworkService and then to 
[ComputerName]\NetworkService, but then I started getting
Error 1923. Service 'Prospero Chat Service' (DChatServer) could not be 
installed.  Verify that you have sufficient privileges to install system 
services.

I'm an admin on the box so the latter portion of the message doesn't seem to 
apply, but it didn't seem to like either of the alternatives...

Thanks
mark


-----Original Message-----
From: Michael Osmond [mailto:mosm...@baytech.com.au] 
Sent: Monday, August 22, 2011 6:06 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] <ServiceInstall> question in Wix 2.0

Mark

Not 100% sure on this answer, but try BuiltIn\NetworkService or 
[ComputerName]\NetworkService

Michael

-----Original Message-----
From: Mark Modrall [mailto:mmodr...@mzinga.com] 
Sent: Tuesday, 23 August 2011 8:00 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] <ServiceInstall> question in Wix 2.0

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

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

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to