Customizing Anyconnect gateway
Hi. I have an msi file containing cisco anyconnect client version 2.5. I have opened the msi file in microsofts Orca tool. However I am struggling to find any setting for customizing the inital "connect to" gateway. e.g. I want to create a transform that sets this to vpn.mycompany.com on first use. After googling I could still not find any transform setting to make this work. Any suggestions?
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
FunWithApps
13 years ago
I have been dealing with this. The Cisco engineer response is that you cannot. What you need to do is create a "mycomanyvpnprofile.xml" off of the templates included with the application, fill in your stuff.
Then it goes in the
“C:\Documents and Settings\All Users\Application Data\Cisco\Cisco AnyConnect VPN Client\Profile\myconpanyvpnprofile.xml “ xp “C:\ProgramData\Cisco\Cisco AnyConnect VPN Client\Profile\mycompanyvpnprofile.xmlâ€Â- vista and 7
Enterprise deployment guide is here:
http://www.cisco.com/en/US/docs/security/vpn_client/anyconnect/anyconnect25/administration/guide/ac08managemonitortbs.html#wp1059347
Hope this helps!
Then it goes in the
“C:\Documents and Settings\All Users\Application Data\Cisco\Cisco AnyConnect VPN Client\Profile\myconpanyvpnprofile.xml “ xp “C:\ProgramData\Cisco\Cisco AnyConnect VPN Client\Profile\mycompanyvpnprofile.xmlâ€Â- vista and 7
Enterprise deployment guide is here:
http://www.cisco.com/en/US/docs/security/vpn_client/anyconnect/anyconnect25/administration/guide/ac08managemonitortbs.html#wp1059347
Hope this helps!
Posted by:
pjgeutjens
13 years ago
Posted by:
bjorninge
13 years ago
Posted by:
bjorninge
13 years ago
ORIGINAL: FunWithApps
I have been dealing with this. The Cisco engineer response is that you cannot. What you need to do is create a "mycomanyvpnprofile.xml" off of the templates included with the application, fill in your stuff.
Then it goes in the
“C:\Documents and Settings\All Users\Application Data\Cisco\Cisco AnyConnect VPN Client\Profile\myconpanyvpnprofile.xml “ xp “C:\ProgramData\Cisco\Cisco AnyConnect VPN Client\Profile\mycompanyvpnprofile.xmlâ€Â- vista and 7
Enterprise deployment guide is here:
http://www.cisco.com/en/US/docs/security/vpn_client/anyconnect/anyconnect25/administration/guide/ac08managemonitortbs.html#wp1059347
Hope this helps!
Hi, thanks for the info. I have now created the xml configuration file. After reading your link, I don't see how I connect that profile to the msi package?
The idea was to deploy this with a deployment program. (e.g. I want to avoid having the users to go to vpn.mycompany.com web site for initializing the connection )
Posted by:
pjgeutjens
13 years ago
I don't see how I connect that profile to the msi package?
the idea is to create your transform file and add the XML-file in there. You basically open your msi, add a new component that contains the XML file and set the component's installdir to what it needs to be (from Diane's post). You then save these changes as an MST file and install your msi with the TRANSFORMS=<path to mst file> command line parameter. Don't forget to link the new component to one of the MSI's features, or its contents won't show up on the machine.
Just how easy or hard adding this component is depends on which authoring tools you have access to. As a side note, since it's an XML you also have the option of using the specialised MSI tables for creating and manipulating those, but since it probably has static contents, adding it as a file is an equally good option.
PJ
Posted by:
anonymous_9363
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.