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...
This blog describes some of the packaging standards. Also contains methods to silently install different applications or handling their configuration for mass deployements.