Hi I am running typical issue on msiexec, when i try to install a .msi component with /qn option it is not installing ?

link|improve this question
feedback

migrated from stackoverflow.com Jun 23 '10 at 18:35

This question came from our site for professional and enthusiast programmers.

1 Answer

This is a very late answer so you probably no longer care, but if you do, I would suggest running a log with msiexec /l*v or even /l*vx and seeing what is in there. Generally the log gives at least a hint.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown