I have an installshield project is it possible to install redistributable packages after the main install process ends?
I can’t modify the package so I would run the installer from setup.ini
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A solution would be to use a custom action which launches the prerequisites asynchronously and doesn’t wait for them to finish.
But if you can’t modify the package, the only solution I can think of is a BAT file. This BAT can first execute the package and then the prerequisites.