Enter 1 to run the Document Transfer Service under a specified domain account. Leave empty to not specify a domain account. In order to make this property empty, set the value to an empty string: NTSERVICE_USE_DOMAIN_ACCOUNT=""
If you do not specify a domain account, all installed services run under the Local System account. If this property is not included, the default value of 1 is used and a domain account must be specified.
If the Local System account provides adequate privileges to run a service, the service is configured to run under the Local System account, even if a domain account is specified.
The domain account specified must have sufficient privileges under the domain to install and run services. The installer assigns the Log on as a service privilege to the user account entered. In most cases, this privilege is all that is required.
For example: NTSERVICE_USE_DOMAIN_ACCOUNT="1" or NTSERVICE_USE_DOMAIN_ACCOUNT=""
This value is required.