I am currently in the process of installing Cisco anyconnect on several windows machines. I would like to make this installation as "hands off" as possible for the end users. I have the msi file to install anyconnect only, with no features such as host scan, telemetry, etc. enabled. What I would like to accomplish is to remove some of the setting check boxes or have them correctly set so that the user does not have to do anything except for install, click yes, and accept the license agreement. Is this possible using Orca to modify the MSI file? There are only 3 features you can change in the settings menu of Anyconnect. The checkboxes are as follows:
- Enable automatic certificate selection
- Allow (LAN) access when using VPN (if configured)
- Block connections to untrusted servers
Orca can edit MSI's. It can also create transforms. The checkboxes have properties that likely can be passed at the command line:
or if you create a transform that sets ALLOWLANACCESSWHENSUINGVPN=1 you could say:
The name of the property and whether it can be passed at the command line depends on how the installer was created.