WIZ how to skip custom action from executing from parameters while installing msi through command line.?

Viewed 15

i have sucessfully installed my msi in silent mode using the following command. msiexec /i mysetup.msi /qn. Also, i have a custom action in my installsequence which is a gui for some configuration. And i dont want that gui appears while installing in silent/command line...

0 Answers
Related