Hasi,
Are you deploying the updated AnyConnect client as an MSI? Have you checked the logs on C:\Windows\Logs\Software\"APP Name"? I have deployed an updated AnyConnect client to my workstations, using an MSI and Transform and have not experienced this issue.
This is my Installation code - pretty simple and straight forward.
Are you deploying the updated AnyConnect client as an MSI? Have you checked the logs on C:\Windows\Logs\Software\"APP Name"? I have deployed an updated AnyConnect client to my workstations, using an MSI and Transform and have not experienced this issue.
This is my Installation code - pretty simple and straight forward.
#*===============================================
#* INSTALLATION
$installPhase = "Installation"
#*===============================================
# Install the updated Cisco AnyConnect VPN client
Execute-MSI -Action Install -Path "anyconnect-win-3.1.05170-pre-deploy-k9.msi" -Transform "anyconnect-win-3.1.05170-pre-deploy-k9.mst" -Parameters "/QN /norestart"