Received Third party MSI package (package.msi file), trying to install silently using below command, but diaglog popup coming and waiting to press 'Next", how can I install msi without click "next", run batch file should install silently.
C:>msiexec /i c:\path\to\pack age.msi /quiet /qn /norestart
C:>msiexec /i c:\path\to\pack age.msi /quiet /qn /norestart