Revision 368d31d4
Added by Hamish Coleman about 14 years ago
- ID 368d31d4816d2b3a346918bb426efce8ba716283
wconsd.c | ||
---|---|---|
switch(c) {
|
||
case 'i': {
|
||
/* request service installation */
|
||
char *path = SCM_Install(&sd);
|
||
char *path = SCM_Install(&sd,NULL);
|
||
if (!path) {
|
||
printf("Service installation failed\n");
|
||
return 2;
|
Also available in: Unified diff
Update win-scm with new learnings, also add a service test helper program