<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tim Roberts wrote:
<blockquote cite="mid:4963E33E.6040102@probo.com" type="cite">
  <pre wrap="">Jim Vickroy wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Tim Roberts wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Is this a custom account you created?  Does it actually have a profile
(C:\Documents and Settings\Custom User\Application Data)?  

      </pre>
    </blockquote>
    <pre wrap="">Yes, that folder does exist.  When started manually (with that
account) the Service works;  the Service fails, as noted above, when
started automatically after reboot.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Right.  Boot-start services do not get environment variables.  Those
aren't set until session manager runs, which (I believe) doesn't happen
until login.

You might consider creating an HKEY_LOCAL_MACHINE registry entry to hold
the path, then shove the proper value into the registry when the service
is installed.  Installation should happen during a session.  Don't use
HKEY_CURRENT_USER, because that doesn't exist until after login, either.

  </pre>
</blockquote>
OK, that explains it.&nbsp; Thank-you very much for your assistance. -- jv<br>
</body>
</html>