windows-service-rs
windows-service-rs copied to clipboard
Command-line arguments are not parsed in `Service::query_config`
ServiceConfig::executable_path
(a PathBuf
) is just a copy of lpBinaryPathName
from QUERY_SERVICE_CONFIGW
. It would make sense to parse lpBinaryPathName
first, as it may contain arguments.