To verify the MSI "works" before mass deployment:
msiexec /i "SophosConnect_2.5.0.msi" /quiet /norestart CONNECTIONNAME1="Corporate IPsec" CONNECTIONTYPE1="IPsec" CONNECTIONHOST1="ipsec.yourcompany.com" CONNECTIONPORT1="500" CONNECTIONNAME2="Corporate SSL" CONNECTIONTYPE2="SSL" CONNECTIONHOST2="vpn.yourcompany.com" CONNECTIONPORT2="4433" AUTOSTART="TRUE" ALLOWSAVEAUTH="TRUE" sophosconnect250gaipsecandsslvpnmsi work
Installing the client is only the first step. To make the VPN "work" for end users, connection profiles must be deployed. To verify the MSI "works" before mass deployment:
Let’s translate the code: