Allow appending to the service environment.
authorIain Patterson <me@iain.cx>
Thu, 21 Nov 2013 11:55:31 +0000 (11:55 +0000)
committerIain Patterson <me@iain.cx>
Thu, 21 Nov 2013 11:55:31 +0000 (11:55 +0000)
commit728c4f6eb96313e764600810aa754663a5091f38
treeeff58bd8b8d4126128126ff04396e3b14f7fa52d
parentb3a4446ab363b5895aa2e04c645ed5d5dfa00442
Allow appending to the service environment.

The new registry value AppEnvironmentExtra allows defining a list of
environment variables which will be appended to the environment, as
opposed to those defined by the srvany-compatible AppEnvironment, which
replaces the environment.

Though it would serve no useful purpose beyond verifying whether or not
I went to the effort of writing a code path for it, it is possible to
define bother lists and have them behave intuitively.
README.txt
messages.mc
registry.cpp
registry.h
service.cpp
service.h