Silent installation[ Setup.iss] not working.
Hi,
I am trying to create responce file [i.e. setup.iss] to install setup.exe silently. Manual installation has around 5 dialogs which need user interaction to complete installation. I am using 'setup.exe -r' command and 'S:\Windows\Setup.iss' file is getting created in responce to that. But it seems that it does not have any responce information. following are it's contents,
===============================
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{AECE35FE-E33C-4C35-865B-6D984EEE474C}-DlgOrder]
Count=0
=======================
Could anyone please guide on what is going wrong?
Do we explicity need to set some option in InstallShield to be able to create setup.iss file?
Thank you!
-Vijay
Answers (0)
Be the first to answer this question
setup.exe /f1 "C:\Temp\response.iss" - aragorn.2003 10 years ago
and when you do run this, it will place the setup.iss file in the c:\windows dir. - mattski 10 years ago
setup.exe /r /f1"C:\Temp\response.iss"
http://www.tuhh.de/rzt/usc/rz-service/Empirum/Doku/InstallShield_Setup_Parameters.pdf - aragorn.2003 10 years ago