MSFN Forum: Cisco VPN Switchless - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Cisco VPN Switchless Anyone? Rate Topic: -----

#1 User is offline   minusbfold 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 21-March 06

Posted 10 April 2006 - 11:57 AM

Anyone know how to install cisco VPN /silent?


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.


#2 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 10 April 2006 - 12:49 PM

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.

#3 User is offline   minusbfold 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 21-March 06

Posted 10 April 2006 - 01:06 PM

where do i download the MSI version i coulnt find it on there website.

#4 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 10 April 2006 - 01:14 PM

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

#5 User is offline   minusbfold 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 21-March 06

Posted 10 April 2006 - 01:19 PM

Thanks man ill look around

#6 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 10 April 2006 - 01:22 PM

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.

#7 User is offline   MAC-DUFF 

  • Junior
  • Pip
  • Group: Members
  • Posts: 54
  • Joined: 05-April 05

Posted 18 July 2006 - 10:30 AM

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

#8 User is offline   P51D Mustang 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 19-January 04

Posted 18 July 2006 - 03:21 PM

The procedure in the Unattended Install Guide works for me.

#9 User is offline   MAC-DUFF 

  • Junior
  • Pip
  • Group: Members
  • Posts: 54
  • Joined: 05-April 05

Posted 18 July 2006 - 07: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

#10 User is offline   djankka 

  • Group: Members
  • Posts: 3
  • Joined: 26-January 04

Posted 20 July 2006 - 03:13 PM

View PostMAC-DUFF, on Jul 19 2006, 04:35 AM, said:

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.

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

#11 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 20 July 2006 - 07:35 PM

View PostMAC-DUFF, on Jul 18 2006, 09:35 PM, said:

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.

#12 User is offline   MAC-DUFF 

  • Junior
  • Pip
  • Group: Members
  • Posts: 54
  • Joined: 05-April 05

Posted 22 July 2006 - 01:43 PM

My fault. Sorry and thank u

#13 User is offline   kldf42000 

  • Group: Members
  • Posts: 1
  • Joined: 01-July 08

Posted 01 July 2008 - 06:44 AM

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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy