i have sucessfully installed my msi in silent mode using the following command.
msiexec /i mysetup.msi /qn ADDLOCAL=myfeature
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 mode. Is there any way to pass paramater while installing msi to skip the custom action . thanks in advance.