Cisco VPN Client Silent Installation for SCCM 2007 & 2012 DistributionOnce you have downloaded and extracted your exe file for Cisco VPN Client, you will notice that there is a MSI file in there, this means that we can use this in SCCM 2007 as a package, or as a catalog item in ConfigMgr 2012. Just package up all the extracted files and use the below MSI install script to run the installation without a restart.
msiexec /i "vpnclient_setup.msi" /q /norestart
You can now distribute and deploy this package without fear of it automatically restarting your clients machine!