'Running .msi package from command line in silent mode isn't working

I am trying to install msi package in silent mode, but it keeps poping up. Whats the solution on this? Here is the command i am trying to use: Start-Process msiexec.exe -Wait -ArgumentList '/I CL-NavigatorN.msi /qn'

here is the screenshot: https://imgur.com/a/WZHr2cY



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source