April 10, 200620 yr 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.
April 10, 200620 yr 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.
April 10, 200620 yr 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".
April 10, 200620 yr 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.
July 18, 200620 yr 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
July 19, 200620 yr 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
July 20, 200620 yr 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.
July 21, 200620 yr 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.
July 1, 200818 yr 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
Create an account or sign in to comment