script issue for upgrading Cisco AnyConnect VPN 3.x to 4.x
Hi All,
I created a script to upgrade Cisco AnyConnect VPN 3.x to 4.x version and having a permission issues since all our normal users dont have local admin rights.
All client devices are running Win7 Pro x64 and Win10 Pro x64
Issue
When I run the script for users with NO local adminstrator rights and the users have Cisco AnyConnect VPN 3.x. installed.
The script runs but it DOES NOT uninstall Cisco AnyConnect VPN 3.x and DOES NOT install the Cisco AnyConnect VPN 4.x and fails
But when I run the same script for users with local administrator rights that have Cisco AnyConnect VPN 3.x installed.
The script works and uninstalls Cisco AnyConnect VPN 3.x and then installs the Cisco AnyConnect VPN 4.x and installs successfully
This is the online shell script below I created and named "installation.bat"
MSIEXEC /I "%~dp0anyconnect-win-4.4.03034-core-vpn-predeploy-k9.msi" /q ALLUSERS=1 /NORESTART /L*V "C:\AnyConnect.log"
Any advise would greatly be appreciated.
thanks
Steve
2 Comments
[ + ] Show comments
-
Is the script set to run as SYSTEM or some other user? - JasonEgg 6 years ago
-
script is setup to run as SYSTEM and its working now - stevebg4 6 years ago
Answers (0)
Please log in to answer
Be the first to answer this question