Local deployment of VPN Clients:
Use ApplicGateClient.bat to start ApplicGate.exe:
Cut the commands below, paste them to notepad and save them to ApplicGateClient.bat.:restart
ApplicGate.exe /ClickOnce
echo Errorlevel: %errorlevel%
if not "%errorlevel%" == "1" goto exit
echo ApplicGate restarted!
goto restart
:exit
echo ApplicGate stopped!
- Store ApplicGate.exe to the same directory.
- Start ApplicGateClient.bat.
- A form will be shown to enter the ClickOnce parameters, if the file ApplicGateClient.ini does not exist.
- Enter the parameters and click Ok&Restart.
- The parameters will be written into the file ApplicGateClient.ini e.g.
server=vpn.testcomp.com%3A442&auth=sslcc.....
For a description of the parameters of see here.
As an alternative ApplicGate.exe can be started directly with the ClickOnce parameters specified as an argument:
ApplicGate.exe "/ClickOnce?param1=value1¶m2=value2&..." e.g.
ApplicGate.exe "/ClickOnce?server=vpn.testcomp.com:442"
If no parameters are specified for the switch "/ClickOnce":
- The file ApplicGateClient.ini will be read
- If this file does not exist, a form will be shown to enter the parameters.