windows-service-rs icon indicating copy to clipboard operation
windows-service-rs copied to clipboard

Command-line arguments are not parsed in `Service::query_config`

Open dlon opened this issue 2 years ago • 0 comments

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.

dlon avatar Jul 22 '22 12:07 dlon