minusbfold Posted April 10, 2006 Posted April 10, 2006 Anyone know how to install cisco VPN /silent?REG ADD %KEY%\006 /VE /D "Cisco VPN" /FREG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\Applications\CiscoVPN\setup.exe /SILENT" /Fthats what i got know it doesnt work anyone could help me out that would be great thanks.
RogueSpear Posted April 10, 2006 Posted April 10, 2006 What I did was download the .msi version of the installer and make a switchless silent installer out of it. Check out Keytotime's 7-Zip installer tutorial for how to make one. It's a pretty straightforward install.
minusbfold Posted April 10, 2006 Author Posted April 10, 2006 where do i download the MSI version i coulnt find it on there website.
RogueSpear Posted April 10, 2006 Posted April 10, 2006 For Windows, they almost always list two downloads for any given version. One obviously is InstallShield, and the other they usually subtitle as "Windows Installer".
RogueSpear Posted April 10, 2006 Posted April 10, 2006 I would give you a direct link to it, but as you know it's a secure server that requires a login and acknowledging about half a dozen disclaimers. Once, you get the file if you have any further questions about how to make the installer, just give me a shout.
MAC-DUFF Posted July 18, 2006 Posted July 18, 2006 Hi,I have a problem to edit the cisco vpn installer. I have the version 4.8.01.0300 and its created with InstallShield. But theres no msi and also it doesnt copy any msi to the temp folder. There are just these files:data1.cabdata1.hdrdata2.cabDelayInst.exeikernel.ex_installservice.exeInstHelper.dlllayout.binSetup.bmpSetup.exeSetup.inisetup.inxsig.datAlso an administrative installation doesn't work.I hope someone can help me
P51D Mustang Posted July 18, 2006 Posted July 18, 2006 The procedure in the Unattended Install Guide works for me.
MAC-DUFF Posted July 19, 2006 Posted July 19, 2006 Hi,thx for the post. But I am not looking for a way to make a unattended installation. I want to edit the package with admin studio
djankka Posted July 20, 2006 Posted July 20, 2006 Hi,thx for the post. But I am not looking for a way to make a unattended installation. I want to edit the package with admin studiofor msi:start /wait msiexec /i c:\temp\vpnclient\vpnclient_setup.msi /qb-for installshield:start /wait setup.exe /sbut you need first record the installation, to get "silent answer file" with other machine. swithc is /R and after installation you can find that setup.iss file in your windows directory. it should look something like this.[InstallShield Silent]Version=v6.00.000File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{5624C000-B109-11D4-9DB4-00E0290FCAC5}-DlgOrder]Dlg0={5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdWelcome-0Count=5Dlg1={5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdLicense-0Dlg2={5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdAskDestPath-0Dlg3={5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdSelectFolder-0Dlg4={5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdFinishReboot-0[{5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdWelcome-0]Result=1[{5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdLicense-0]Result=1[{5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdAskDestPath-0]szDir=C:\Program Files\Cisco Systems\VPN ClientResult=1[{5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdSelectFolder-0]szFolder=VPN ClientResult=1[Application]Name=VPN ClientVersion=3.50.000Company=Cisco SystemsLang=0009[{5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdFinishReboot-0]Result=1BootOption=0you can also put .pcf files into installation directory an d your policy files will be automatically imported into "profiles" directory.
RogueSpear Posted July 21, 2006 Posted July 21, 2006 Hi,thx for the post. But I am not looking for a way to make a unattended installation. I want to edit the package with admin studioIf you want to do that then you need to download the Microsoft Installer version from Cisco. I think I had mentioned that earlier in this thread. And about the profiles.. you'll need to incorporate a batch or something similar to make them read only if you have a user password saved.
kldf42000 Posted July 1, 2008 Posted July 1, 2008 Hi djankka,I have question about editing the installer or msi to automatically importing the pcf file. Any way you can post the source code for doing this task?thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now