Skip to main content

Posts

Showing posts with the label Response File

Installing Legacy Setup OR Creating Answer / Response Files

Details about installing legacy setup applications: Creating InstallShield Response Files or Answer Files ISS file – Install Shield Silence (Response)File Installshield Setup.exe allows creating a Response file. use your custom installation to install these resources without user interaction. The high-level process for creating custom installation for InstallShield images is as follows: ●       To record a silent InstallShield installation, run the  setup -r  command. ●       To play back a silent InstallShield installation, run the  setup -s  command. Recording the Response File To start recording the response file, perform the following steps: Change to the directory containing the setup script. Run the following command: 3.   setup -r -f1 my_response_file .iss where  my_response_file  is any name you want to use. For example, to create a response file for endpoint i...