Hi!
When i creating application for MSIs i set the command line to "Msiexec /i <MSIfile.msi> /q" but when i look in AppEnforce.log i see that SCCM add another /qn to the command line.
I suspect that it's the "Installation Program Visibility" property in the User Experience tab that does this.
So to my question, is this by design and should i omit /q to the command line and let SCCM add it after?
All my MSI applications looks like this.