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.