Is there any way to create response file for the setup.exe
Command line for customization
2 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
To create: [Path of exe] -r -f[Path of .iss]
To use: [Path of exe] -s -f[Path of .iss]
More information: http://www.itninja.com/blog/view/installshield-setup-silent-installation-switches
Also, there will be some applications which will automatically create response or answer files somewhere in the application related directories when installed manually. An example will be SQL. - Vinodreddy597 8 years ago
setup.exe /v"CCURE_HOSTNAME=SERVERNAME" /S /v/qn - Vinodreddy597 8 years ago
May want to pass an .msi log or do limited UI to test(/qb) and confirm before final deploy - indierox 8 years ago