my issue: The goal is, that some exe-files will be started after installation of a Install Shield exe. The InstallShield program includes the exe-files that have to be started. All of these steps have to be without UI and user interaction.
The InstallShield-exe includes the configuraton, that after the last step, specific exe-files will be started.
All of that works fine If I don't use parameters for silent installation. (setup.exe /s /v/qr). If I use this command line parameters, only the program itself will be installed (The directory within the programfiles and the program name within the installed program and features appears). BUT none of the exe-files starts.
my question: So, what parameters I have to use for my problem?