I am trying to create a setup of my application along with all of it's prerequisites.
I want iTunes as prerequisite for my application, and want to install it silently along with my application. i.e. I want to install my prerequisite silently.
I have made bootstrap package for iTunes(now it is appearing in prerequisites list) and made by set up.
The set up is asking for installation of iTunes when it is run.
I want my iTunes set up to run silently along with the application setup.
Now it is showing dialog box :
"The following components will be installed on your machine: [Component List] Do you wish to install these components? If you choose Cancel, setup will exit. [Install Button] [Cancel Button]"
I am using Visual Studio 2010 install project
(this is not an install shield project).
How to achieve this?