up vote 0 down vote favorite
share [g+] share [fb]

Basically I want to have our installer also install the .NET framework and any other pre-reqs as neccessary will minimal user interaction, so ideally, just run, accept license agreement and everything else is taken care of automatically. Is this possible? Using WiX most likely with a bootstrapper or some sort.

link|improve this question

77% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Try using the /quiet or /passive switch with the installer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.