In article <[EMAIL PROTECTED]>,
    zhisheng huang <[EMAIL PROTECTED]>  writes:

> Solved. The network service account needs to be specified with its domain.

Its generally bad practice to install services running as either local
system or network service.

The best practice is to create an account with only the permissions
that your service needs and install the service to run as this
account.

Most of the time, local system and network service have many more
privileges and permissions than your service needs.  Using your own
account allows you to control the permissions and privileges used by
your service explicitly instead of getting whatever implicit
privileges and permissions are associated with an existing account.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to