/build/static/layout/Breadcrumb_cap_w.png

Cisco AnyConnect VPN Client

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 11.3k  |  Created: 11/10/2014 by: JKFischer

Average Rating: 0
AnyConnect VPN Client has 1 inventory records, 9 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Windows Installer Command Line (No MST)

Deployment Tip Summary

Although the documentation says that any profiles stored in the "%~dp0Profiles" folder will auto-install, we've found this to be incorrect, and are copying them via the script into the proper location.
2
Script

Although the documentation says that any profiles stored in the "%~dp0Profiles" folder will auto-install, we've found this to be incorrect, and are copying them via the script into the proper location.

This script is only for the "Cisco AnyConnect Secure Mobility Client" and also includes the Windows 8.x fix via registry key.


===== BEGIN Cisco VPN Fix for Win 8-32.reg =====

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CVirtA]
"DisplayName"="Cisco Systems VPN Adapter”

===== END Cisco VPN Fix for Win 8-32.reg =====


===== BEGIN Cisco VPN Fix for Win 8-64.reg =====

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CVirtA]
"DisplayName"="Cisco Systems VPN Adapter for 64-bit Windows"

===== END Cisco VPN Fix for Win 8-64.reg =====


@ECHO OFF
TITLE CISCO AnyConnect 3.1.05170
CLS

ECHO.
ECHO     Installing Applications: %time:~0,-6%
ECHO     ==============================
ECHO      + AnyConnect for Windows
MSIEXEC /I "%~dp0anyconnect-win-3.1.05170-pre-deploy-k9.msi" /q ALLUSERS=1 /NORESTART /l* "C:\AnyConnect.txt"
SET AppEL=%errorlevel%
If EXIST "C:\Program Files (x86)\" (
regedit /s "%~dp0Cisco VPN Fix for Win 8-64.reg"
) ELSE (
regedit /s "%~dp0Cisco VPN Fix for Win 8-32.reg"
)

ECHO.
ECHO     Adding Profiles: %time:~0,-6%
ECHO     ======================
MD "%ProgramData%\Cisco\Cisco AnyConnect Secure Mobility Client\Profile"
COPY "%~dp0Profiles\*.*" "%ProgramData%\Cisco\Cisco AnyConnect Secure Mobility Client\Profile\" /Y

ECHO.
ECHO     Updating Start Folder: %time:~0,-6%
ECHO     ============================
COPY "%~dp0Cisco AnyConnect Secure Mobility Client.lnk" "%ProgramData%\Microsoft\Windows\Start Menu\Programs\Startup\" /Y

Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Somewhat Easy
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

AnyConnect VPN Client

Version

3.1.x

Questions & Answers (9)

Questions & Answers related to Cisco AnyConnect VPN Client

0
ANSWERS
1
ANSWERS
2
ANSWERS
1
ANSWERED
1
ANSWERS
1
ANSWERS
1
ANSWERS

Blogs (0)

Blog posts related to Cisco AnyConnect VPN Client

Reviews (0)

Reviews related to Cisco AnyConnect VPN Client

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ