i need a way to make silent install for mysql on windows (without any interruption from the user) !

link|improve this question
feedback

1 Answer

Download the msi from mysql.com. Then run:

msiexec /i mysql-5.1.44-win32.msi /passive

From the msiexec help:

/passive
    Unattended mode - progress bar only
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.