thanks a lot, that was quick! Ißm going to check it and will let you know in few minutes...
Main Topics
Browse All Topicshi volks,
I made an installer with inno setup and need an additional software to be integrated.
what I need is to make the inno setup installer to start an installation of another setup file - when possible ,silent - and prevent the user to change the destination path of that installer (or get it to be able to reuse it afterwards).
I hope I was clear enough and hope this is possible too
thanks a lot
d.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
ok, I tried it. actually, that is the part of the setup I was able to do, the important part is to make inno setup installer run the thirdpartysetup without showing it - and: the thirdpartysetup needs the user to enter the its installation path and press several times the next button, I need to avoid that or the second option is to save the path the user enters into the thirdpartysetup to be able to use it later (I need to overwrite a file...)
is there any solution for this?
Business Accounts
Answer for Membership
by: mirtheilPosted on 2009-08-05 at 08:28:10ID: 25024564
You should add the third party installer command into the [Run] section of your InnoSetup install.
The example below assumes the third party installer is in the same directory as the InnoSetup installer and is called "thirdpartysetup.exe" and uses the "/silentoption" parameter to run silently. You'll need to change the name to match your third party installer and the parameter will need to be the silent option for the installer.
For example:
Select allOpen in new window