Running Windows 10 x64 & 1.4.0.703b. Running everything.exe with the command line:
everything.exe -install-service-port 15485
pops up a window showing the command line options for everything.exe
Is this option changed / not supported in 1.4?
1.4.0.703b -install-service-port
Re: 1.4.0.703b -install-service-port
Earlier, I had noticed that 1.4 no longer had 'service_port=15485'.
But there is now a 'service_pipe_name='
And now with changes in Everything regarding IPC... so?
So maybe now you need to set up a Named Pipe rather then setting a Port number?
Not sure if any of that relates, but...
But there is now a 'service_pipe_name='
And now with changes in Everything regarding IPC... so?
So maybe now you need to set up a Named Pipe rather then setting a Port number?
Not sure if any of that relates, but...
Re: 1.4.0.703b -install-service-port
The command line option list is a little out of date.
-install-service-port has been removed.
This command line option has been replaced with:
-install-service-pipe-name <name>
Run service examples:
Run Everything client examples:
I've updated the command line options help to reflect this for the next beta update.
-install-service-port has been removed.
This command line option has been replaced with:
-install-service-pipe-name <name>
- Install the service with the specified pipe name
- Install the service with the specified security descriptor
- Connect to the service pipe with the specified name.
- Host the service pipe with the specified name.
- Host the service pipe with the specified security-descriptor.
Code: Select all
Everything.exe -install-service -install-service-pipe-name "\\.\PIPE\Everything Service 2" -install-service-security-descriptor "D:(A;OICI;GRGW;;;AU)"
Code: Select all
Everything.exe -svc -svc-pipe-name "\\.\PIPE\Everything Service 2" -svc-security-descriptor "D:(A;OICI;GRGW;;;AU)"
Code: Select all
Everything.exe -service-pipe-name "\\.\PIPE\Everything Service 2"