/build/static/layout/Breadcrumb_cap_w.png

Is there any way to create response file for the setup.exe

Command line for customization

2 Comments   [ + ] Show comments
  • You can create response file for most of the exe's developed using Install Shield using the command lines below,
    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 7 years ago
    • Thank you Vinod for your response. However I was asking specifically for the application Software House CCURE System 9000.. - vinmgeorge 7 years ago
      • I see that this application has silent parameters. You can use the below to make the application silent.
        setup.exe /v"CCURE_HOSTNAME=SERVERNAME" /S /v/qn - Vinodreddy597 7 years ago
  • What Vino is doing is passing an MSI switch (/v/qn) through the .exe into the MSI, while /S is for the .exe (silencing both installations).

    May want to pass an .msi log or do limited UI to test(/qb) and confirm before final deploy - indierox 7 years ago

Answers (0)

Be the first to answer this question

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ