I have visual studio Msi project of my application installer . I used the pre-request dialog to install components before my installation start , project -> properties -> prerequisites then I choose the component (for example the .net client profile 4 one).

When I run the installations , it seems has no effect . I tried this dialog with a clickonce deployment , and it worked perfectly , don't know what is the problem here.

Any idea , link , tutorial , artical ,...

Thanks in advance ...

link|improve this question

60% accept rate
Is .NET Framework already installed on your test machine? If it is, the prerequisite is skipped. Did you start the installation by launching the EXE boostrapper? For Visual Studio setup projects only an EXE bootstrapper can handle prerequisites. – Cosmin Pirvu Jun 27 '11 at 21:59
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.