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