I created MSI installer using WiX.
when I double clicked it, it works, when I install it through CMD it also works, but when I try to install it from CMD using /quiet parameter it does not launch,
I want to launch my installer from CMD like this : setup.msi /quiet
how to do ?
Please help