c++ - Windows Service Command line parameters with Automatic Start -
i wrote simple windows service based on this sample. need pass couple of parameters service, command line parameters (reading service registry hive not work on windows7).
tried solution described here not work: when add parameters value in <myservice>\imagepath
entry (i.e "d:\myservice.exe" "-param1" "-param2"
) service fails start.
.
Comments
Post a Comment