TODO
- Remove
<name>
if you don't want it. - Remove
<description>
if you don't want it. - Merge
<argument>
into<arguments>
. - Merge
<startargument>
into<startarguments>
. - Merge
<stopargument>
into<stoparguments>
. - Remove
<stopparentprocessfirst>
. - Merge
<domain>DomainName</domain>
and<user>UserName</user>
into<username>DomainName\UserName</username>
. If the user account belongs to the built-in domain, you can specify<username>.\UserName</username>
.- Consider removing
<username>
and<password>
from config file and using<prompt>
in interactive context, or--username
and--password
command-line options in non-interactive context.
- Consider removing
- Remove
<waithint>
. - Remove
<sleeptime>
. - Replace
<delayedAutoStart />
with<delayedAutoStart>true</delayedAutoStart>
. - Replace
<interactive />
with<interactive>true</interactive>
. - Replace
<beeponshutdown />
with<beeponshutdown>true</beeponshutdown>
. - Remove the
RunawayProcessKiller
extension. - Move
<mapping>.<map>
to<service>.<sharedDirectoryMapping>.<map>
. Remove theSharedDirectoryMapper
extension.