I have built an .msi package from InstallShield and name it "Dell Printer Hub.msi". I run it from Command Line in Window 7 as below:
D:\package>msiexec /i "Dell Printer Hub.msi" /qn
It's working in window 7. But when I run this Command Line in window 8, it's not working at all. I have tried "/qb", "/qr", "/qf" and they worked fine.
I also have tried "/quiet" but it's not worked in window 8.
How can i run .msi package from Command Line as silent mode in window 8. Please help!