Help - Search - Members - Calendar
Full Version: Cisco VPN Switchless
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
minusbfold
Anyone know how to install cisco VPN /silent?


CODE
REG ADD %KEY%\006 /VE /D "Cisco VPN" /F
REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\Applications\CiscoVPN\setup.exe /SILENT" /F


thats what i got know it doesnt work anyone could help me out that would be great thanks.
RogueSpear
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
where do i download the MSI version i coulnt find it on there website.
RogueSpear
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".
minusbfold
Thanks man ill look around
RogueSpear
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
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.cab
data1.hdr
data2.cab
DelayInst.exe
ikernel.ex_
installservice.exe
InstHelper.dll
layout.bin
Setup.bmp
Setup.exe
Setup.ini
setup.inx
sig.dat

Also an administrative installation doesn't work.
I hope someone can help me
P51D Mustang
The procedure in the Unattended Install Guide works for me.
MAC-DUFF
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
QUOTE (MAC-DUFF @ Jul 19 2006, 04:35 AM) *
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



for msi:
start /wait msiexec /i c:\temp\vpnclient\vpnclient_setup.msi /qb-

for installshield:
start /wait setup.exe /s

but 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.

CODE
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{5624C000-B109-11D4-9DB4-00E0290FCAC5}-DlgOrder]
Dlg0={5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdWelcome-0
Count=5
Dlg1={5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdLicense-0
Dlg2={5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdAskDestPath-0
Dlg3={5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdSelectFolder-0
Dlg4={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 Client
Result=1
[{5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdSelectFolder-0]
szFolder=VPN Client
Result=1
[Application]
Name=VPN Client
Version=3.50.000
Company=Cisco Systems
Lang=0009
[{5624C000-B109-11D4-9DB4-00E0290FCAC5}-SdFinishReboot-0]
Result=1
BootOption=0


you can also put .pcf files into installation directory an d your policy files will be automatically imported into "profiles" directory.
RogueSpear
QUOTE (MAC-DUFF @ Jul 18 2006, 09:35 PM) *
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


If 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.
MAC-DUFF
My fault. Sorry and thank u
kldf42000
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
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.