Page 1 of 1

Silent Service Install

Posted: Wed Mar 29, 2017 6:04 pm
by dlinemedia
Hello!

How i can install Windows sevpnclient service in silent mode?
When i put command "vpnclient_x64.exe /install", there is a message box about successful installation... How i can avoid it?

When we install Softether VPN client, there is now message about service installation...


Thank you!

Re: Silent Service Install

Posted: Thu Apr 06, 2017 8:08 am
by thisjun
/install only register the VPN client service.
Please try sc command instead.
However, you need register shortcut to client manager to startup folder.

Re: Silent Service Install

Posted: Thu Apr 06, 2017 11:43 am
by dlinemedia
Okay.. Can you write full command ?
Because i often get errors, when use sc installation

Re: Silent Service Install

Posted: Wed Apr 19, 2017 6:45 am
by thisjun
I succeed sc command by this.
sc create SoftEtherClient2 binPath= "C:\Program Files\SoftEther VPN Client\vpnclient_x64.exe" start= auto